#C5FF83
A light, vivid green closely aligning with Palegreen.
About #C5FF83
At its core, #C5FF83 is a light and vivid hue. Designers often compare it to the standard color Palegreen. Its digital footprint relies on 197 parts red, 255 parts green, and 131 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 23% Cyan, 0% Magenta, 49% Yellow, and 0% Black. With a hue angle of 88.1 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#C5FF83
RGB197, 255, 131
HSL88.1°, 100.0%, 75.7%
CMYK23%, 0%, 49%, 0%
HSV88.1°, 48.6%, 100.0%
LAB93.9, -38.0, 53.0
XYZ62.9, 85.0, 34.6
Decimal12976003
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
18.01:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FF83;
}
.text-color {
color: #C5FF83;
}
.border-color {
border: 2px solid #C5FF83;
}