#C5E25F
A light, moderate yellow closely aligning with Yellowgreen.
About #C5E25F
At its core, #C5E25F is a light and moderate hue. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(197, 226, 95).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 13% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5E25F
RGB197, 226, 95
HSL73.3°, 69.3%, 62.9%
CMYK13%, 0%, 58%, 11%
HSV73.3°, 58.0%, 88.6%
LAB85.5, -28.0, 59.5
XYZ52.3, 67.1, 21.0
Decimal12968543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.42:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5E25F;
}
.text-color {
color: #C5E25F;
}
.border-color {
border: 2px solid #C5E25F;
}