#CCF06D
A light, vivid green closely aligning with Yellowgreen.
About #CCF06D
When working with digital screens, the color #CCF06D is rendered by mixing light. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(204, 240, 109).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 15% cyan, 0% magenta, 55% yellow, and 6% black. With a hue angle of 76.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCF06D
RGB204, 240, 109
HSL76.5°, 81.4%, 68.4%
CMYK15%, 0%, 55%, 6%
HSV76.5°, 54.6%, 94.1%
LAB90.0, -30.7, 58.5
XYZ58.8, 76.3, 26.1
Decimal13430893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.25:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF06D;
}
.text-color {
color: #CCF06D;
}
.border-color {
border: 2px solid #CCF06D;
}