#C5F075
A light, vivid green closely aligning with Yellowgreen.
About #C5F075
At its core, #C5F075 is a light and vivid hue. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(197, 240, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 18% cyan, 0% magenta, 51% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#C5F075
RGB197, 240, 117
HSL81.0°, 80.4%, 70.0%
CMYK18%, 0%, 51%, 6%
HSV81.0°, 51.3%, 94.1%
LAB89.6, -32.6, 54.4
XYZ57.4, 75.5, 28.4
Decimal12972149
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.09:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F075;
}
.text-color {
color: #C5F075;
}
.border-color {
border: 2px solid #C5F075;
}