#CCFFE2
A very light, vivid green closely aligning with Honeydew.
About #CCFFE2
When working with digital screens, the color #CCFFE2 is rendered by mixing light. Designers often compare it to the standard color Honeydew. This translates to an RGB value of rgb(204, 255, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 20% C, 0% M, 11% Y, and 0% K. With a hue angle of 145.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCFFE2
RGB204, 255, 226
HSL145.9°, 100.0%, 90.0%
CMYK20%, 0%, 11%, 0%
HSV145.9°, 20.0%, 100.0%
LAB95.9, -21.7, 8.6
XYZ74.4, 89.8, 85.4
Decimal13434850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.97:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFE2;
}
.text-color {
color: #CCFFE2;
}
.border-color {
border: 2px solid #CCFFE2;
}