#5FBD66
A medium, moderate green closely aligning with Mediumseagreen.
About #5FBD66
Visually, #5FBD66 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumseagreen. Its digital footprint relies on 95 parts red, 189 parts green, and 102 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. The HSL representation is 124.5° hue, 41.6% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5FBD66
RGB95, 189, 102
HSL124.5°, 41.6%, 55.7%
CMYK50%, 0%, 46%, 26%
HSV124.5°, 49.7%, 74.1%
LAB69.3, -46.0, 35.5
XYZ25.3, 39.8, 18.9
Decimal6274406
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.96:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FBD66;
}
.text-color {
color: #5FBD66;
}
.border-color {
border: 2px solid #5FBD66;
}