#CCFFD3
A very light, vivid green closely aligning with Lightgoldenrodyellow.
About #CCFFD3
Visually, #CCFFD3 is defined as a vivid green. Its closest recognized web color is Lightgoldenrodyellow. This translates to an RGB value of rgb(204, 255, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 20% Cyan, 0% Magenta, 17% Yellow, and 0% Black. With a hue angle of 128.2 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCFFD3
RGB204, 255, 211
HSL128.2°, 100.0%, 90.0%
CMYK20%, 0%, 17%, 0%
HSV128.2°, 20.0%, 100.0%
LAB95.6, -24.4, 15.8
XYZ72.4, 89.1, 75.0
Decimal13434835
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.81:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFD3;
}
.text-color {
color: #CCFFD3;
}
.border-color {
border: 2px solid #CCFFD3;
}