#CCF099
A light, vivid green closely aligning with Khaki.
About #CCF099
At its core, #CCF099 is a light and vivid hue. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(204, 240, 153).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 15% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#CCF099
RGB204, 240, 153
HSL84.8°, 74.4%, 77.1%
CMYK15%, 0%, 36%, 6%
HSV84.8°, 36.2%, 94.1%
LAB90.5, -26.0, 38.3
XYZ61.8, 77.5, 41.8
Decimal13430937
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.49:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF099;
}
.text-color {
color: #CCF099;
}
.border-color {
border: 2px solid #CCF099;
}