#C5E200
A medium, vivid yellow closely aligning with Yellow.
About #C5E200
At its core, #C5E200 is a medium and vivid hue. Designers often compare it to the standard color Yellow. This translates to an RGB value of rgb(197, 226, 0).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 13% cyan, 0% magenta, 100% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5E200
RGB197, 226, 0
HSL67.7°, 100.0%, 44.3%
CMYK13%, 0%, 100%, 11%
HSV67.7°, 100.0%, 88.6%
LAB85.1, -31.7, 83.7
XYZ50.2, 66.3, 10.1
Decimal12968448
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.25:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5E200;
}
.text-color {
color: #C5E200;
}
.border-color {
border: 2px solid #C5E200;
}