#C5FE78
A light, vivid green closely aligning with Yellowgreen.
About #C5FE78
At its core, #C5FE78 is a light and vivid hue. Designers often compare it to the standard color Yellowgreen. In the RGB color space, it consists of 197 red, 254 green, and 120 blue.
Translating this color to physical media requires the CMYK color model. The color uses 22% Cyan, 0% Magenta, 53% Yellow, and 0% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5FE78
RGB197, 254, 120
HSL85.5°, 98.5%, 73.3%
CMYK22%, 0%, 53%, 0%
HSV85.5°, 52.8%, 99.6%
LAB93.5, -38.7, 57.6
XYZ61.9, 84.1, 30.7
Decimal12975736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.82:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FE78;
}
.text-color {
color: #C5FE78;
}
.border-color {
border: 2px solid #C5FE78;
}