#CCFFBD
A very light, vivid green closely aligning with Palegoldenrod.
About #CCFFBD
Visually, #CCFFBD is defined as a vivid green. It is closely associated with the named CSS color Palegoldenrod. In the RGB color space, it consists of 204 red, 255 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very 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#CCFFBD
RGB204, 255, 189
HSL106.4°, 100.0%, 87.1%
CMYK20%, 0%, 26%, 0%
HSV106.4°, 25.9%, 100.0%
LAB95.2, -28.0, 26.4
XYZ69.8, 88.0, 61.5
Decimal13434813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.61:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFBD;
}
.text-color {
color: #CCFFBD;
}
.border-color {
border: 2px solid #CCFFBD;
}