#CCF857
A light, vivid green closely aligning with Yellowgreen.
About #CCF857
When working with digital screens, the color #CCF857 is rendered by mixing light. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(204, 248, 87).
If you are designing for print, the four-color process is what matters most. The color uses 18% Cyan, 0% Magenta, 65% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCF857
RGB204, 248, 87
HSL76.4°, 92.0%, 65.7%
CMYK18%, 0%, 65%, 3%
HSV76.4°, 64.9%, 97.3%
LAB92.0, -36.1, 69.9
XYZ60.2, 80.7, 21.4
Decimal13432919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.13:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF857;
}
.text-color {
color: #CCF857;
}
.border-color {
border: 2px solid #CCF857;
}