#CCFFE9
A very light, vivid green closely aligning with Honeydew.
About #CCFFE9
Visually, #CCFFE9 is defined as a vivid green. It is closely associated with the named CSS color Honeydew. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 255, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 20% C, 0% M, 9% Y, and 0% K. The HSL representation is 154.1° hue, 100.0% saturation, and 90.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCFFE9
RGB204, 255, 233
HSL154.1°, 100.0%, 90.0%
CMYK20%, 0%, 9%, 0%
HSV154.1°, 20.0%, 100.0%
LAB96.1, -20.4, 5.2
XYZ75.4, 90.2, 90.5
Decimal13434857
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.05:1
Text on #000000
AAA
1.05:1
Text on #F8FAFC
FAIL
16.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFE9;
}
.text-color {
color: #CCFFE9;
}
.border-color {
border: 2px solid #CCFFE9;
}