#CCF07C
A light, vivid green closely aligning with Khaki.
About #CCF07C
When working with digital screens, the color #CCF07C is rendered by mixing light. Its closest recognized web color is Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 240, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 15% C, 0% M, 48% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCF07C
RGB204, 240, 124
HSL78.6°, 79.5%, 71.4%
CMYK15%, 0%, 48%, 6%
HSV78.6°, 48.3%, 94.1%
LAB90.1, -29.3, 51.8
XYZ59.7, 76.6, 30.7
Decimal13430908
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.32:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF07C;
}
.text-color {
color: #CCF07C;
}
.border-color {
border: 2px solid #CCF07C;
}