#5FB61D
A medium, vivid green closely aligning with Yellowgreen.
About #5FB61D
At its core, #5FB61D is a medium and vivid hue. It is closely associated with the named CSS color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 182, and 29.
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 0% Magenta, 84% Yellow, and 29% Black. With a hue angle of 94.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FB61D
RGB95, 182, 29
HSL94.1°, 72.5%, 41.4%
CMYK48%, 0%, 84%, 29%
HSV94.1°, 84.1%, 71.4%
LAB66.5, -50.2, 62.3
XYZ21.7, 36.0, 7.0
Decimal6272541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.20:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FB61D;
}
.text-color {
color: #5FB61D;
}
.border-color {
border: 2px solid #5FB61D;
}