#C5F80F
A medium, vivid yellow closely aligning with Greenyellow.
About #C5F80F
Visually, #C5F80F is defined as a vivid yellow. It is closely associated with the named CSS color Greenyellow. This translates to an RGB value of rgb(197, 248, 15).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 21% cyan, 0% magenta, 94% yellow, and 3% black. The HSL representation is 73.1° hue, 94.3% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#C5F80F
RGB197, 248, 15
HSL73.1°, 94.3%, 51.6%
CMYK21%, 0%, 94%, 3%
HSV73.1°, 94.0%, 97.3%
LAB91.3, -41.4, 87.1
XYZ56.7, 79.0, 12.7
Decimal12974095
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.81:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F80F;
}
.text-color {
color: #C5F80F;
}
.border-color {
border: 2px solid #C5F80F;
}