#C5FFBD
A very light, vivid green closely aligning with Lightgreen.
About #C5FFBD
When working with digital screens, the color #C5FFBD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 255, and 189.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 23% C, 0% M, 26% Y, and 0% K. With a hue angle of 112.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#C5FFBD
RGB197, 255, 189
HSL112.7°, 100.0%, 87.1%
CMYK23%, 0%, 26%, 0%
HSV112.7°, 25.9%, 100.0%
LAB94.8, -30.3, 25.8
XYZ68.0, 87.1, 61.4
Decimal12976061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.41:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FFBD;
}
.text-color {
color: #C5FFBD;
}
.border-color {
border: 2px solid #C5FFBD;
}