#C5FF0F
A medium, vivid yellow closely aligning with Greenyellow.
About #C5FF0F
When working with digital screens, the color #C5FF0F is rendered by mixing light. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(197, 255, 15).
If you are designing for print, the four-color process is what matters most. The color uses 23% Cyan, 0% Magenta, 94% Yellow, and 0% Black. The HSL representation is 74.5° hue, 100.0% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5FF0F
RGB197, 255, 15
HSL74.5°, 100.0%, 52.9%
CMYK23%, 0%, 94%, 0%
HSV74.5°, 94.1%, 100.0%
LAB93.2, -44.5, 88.7
XYZ58.9, 83.4, 13.5
Decimal12975887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.68:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FF0F;
}
.text-color {
color: #C5FF0F;
}
.border-color {
border: 2px solid #C5FF0F;
}