What is the HEX code for very pale green?
The CSS color very pale green in HEX format is #cffdbc. Use this value directly in CSS, SVG, and most design tools.
How do I use very pale green in CSS?
To apply very pale green in CSS:
- Text color: color: #cffdbc;
- Background: background-color: #cffdbc;
- Border: border-color: #cffdbc;
What are all the color format values for very pale green?
| Format | Value |
|---|---|
| HEX | #cffdbc |
| RGB | rgb(207, 253, 188) |
| HSL | hsl(102.5, 94.2%, 86.5%) |
| CMYK | cmyk(18.2%, 0%, 25.7%, 0.8%) |
How do I convert very pale green to HEX?
Select very pale green from the color name list in our color converter. The HEX value — #cffdbc — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does very pale green belong to?
very pale green belongs to the green color family. It is a light, vivid color with HSL values: hue 102.5°, saturation 94.2%, lightness 86.5%.
How do I create lighter and darker shades of very pale green?
Lighter variant (lightness 95%): #edfee6. Darker variant (lightness 71.5%): #9afb72. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.