#CCFF57
A light, vivid green closely aligning with Greenyellow.
About #CCFF57
At its core, #CCFF57 is a light and vivid hue. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(204, 255, 87).
For print applications, it's crucial to understand its CMYK makeup. The color uses 20% Cyan, 0% Magenta, 66% Yellow, and 0% Black. The HSL representation is 78.2° hue, 100.0% saturation, and 67.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCFF57
RGB204, 255, 87
HSL78.2°, 100.0%, 67.1%
CMYK20%, 0%, 66%, 0%
HSV78.2°, 65.9%, 100.0%
LAB93.9, -39.2, 71.9
XYZ62.4, 85.0, 22.1
Decimal13434711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
18.01:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFF57;
}
.text-color {
color: #CCFF57;
}
.border-color {
border: 2px solid #CCFF57;
}