#CCE299
A light, moderate green closely aligning with Palegoldenrod.
About #CCE299
The hex code #CCE299 represents a beautifully specific shade of green. Its closest recognized web color is Palegoldenrod. This translates to an RGB value of rgb(204, 226, 153).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 10% C, 0% M, 32% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CCE299
RGB204, 226, 153
HSL78.1°, 55.7%, 74.3%
CMYK10%, 0%, 32%, 11%
HSV78.1°, 32.3%, 88.6%
LAB86.8, -19.2, 33.3
XYZ57.8, 69.5, 40.5
Decimal13427353
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.91:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE299;
}
.text-color {
color: #CCE299;
}
.border-color {
border: 2px solid #CCE299;
}