#C5FF92
A light, vivid green closely aligning with Palegreen.
About #C5FF92
The hex code #C5FF92 represents a beautifully specific shade of green. Designers often compare it to the standard color Palegreen. This translates to an RGB value of rgb(197, 255, 146).
If you are designing for print, the four-color process is what matters most. The color uses 23% Cyan, 0% Magenta, 43% Yellow, and 0% Black. With a hue angle of 91.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5FF92
RGB197, 255, 146
HSL91.9°, 100.0%, 78.6%
CMYK23%, 0%, 43%, 0%
HSV91.9°, 42.7%, 100.0%
LAB94.1, -36.3, 46.2
XYZ64.0, 85.5, 40.3
Decimal12976018
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.09:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FF92;
}
.text-color {
color: #C5FF92;
}
.border-color {
border: 2px solid #C5FF92;
}