#CCFFB6
A very light, vivid green closely aligning with Lightgreen.
About #CCFFB6
Visually, #CCFFB6 is defined as a vivid green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 255, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 20% cyan, 0% magenta, 29% yellow, and 0% black. With a hue angle of 101.9 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCFFB6
RGB204, 255, 182
HSL101.9°, 100.0%, 85.7%
CMYK20%, 0%, 29%, 0%
HSV101.9°, 28.6%, 100.0%
LAB95.0, -29.1, 29.8
XYZ69.1, 87.7, 57.5
Decimal13434806
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.55:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFB6;
}
.text-color {
color: #CCFFB6;
}
.border-color {
border: 2px solid #CCFFB6;
}