#CCFF8A
A light, vivid green closely aligning with Palegreen.
About #CCFF8A
At its core, #CCFF8A is a light and vivid hue. Its closest recognized web color is Palegreen. This translates to an RGB value of rgb(204, 255, 138).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 20% cyan, 0% magenta, 46% yellow, and 0% black. With a hue angle of 86.2 degrees, it sits comfortably in the green spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCFF8A
RGB204, 255, 138
HSL86.2°, 100.0%, 77.1%
CMYK20%, 0%, 46%, 0%
HSV86.2°, 45.9%, 100.0%
LAB94.4, -34.8, 50.5
XYZ65.2, 86.2, 37.2
Decimal13434762
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.24:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFF8A;
}
.text-color {
color: #CCFF8A;
}
.border-color {
border: 2px solid #CCFF8A;
}