#CCFF6D
A light, vivid green closely aligning with Yellowgreen.
About #CCFF6D
The precise color #CCFF6D is an excellent choice for modern design projects. Its closest recognized web color is Yellowgreen. Its digital footprint relies on 204 parts red, 255 parts green, and 109 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 20% cyan, 0% magenta, 57% yellow, and 0% black. The HSL representation is 81.0° hue, 100.0% saturation, and 71.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#CCFF6D
RGB204, 255, 109
HSL81.0°, 100.0%, 71.4%
CMYK20%, 0%, 57%, 0%
HSV81.0°, 57.3%, 100.0%
LAB94.1, -37.6, 63.2
XYZ63.4, 85.5, 27.6
Decimal13434733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.09:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFF6D;
}
.text-color {
color: #CCFF6D;
}
.border-color {
border: 2px solid #CCFF6D;
}