#5FA850
A medium, moderate green closely aligning with Mediumseagreen.
About #5FA850
At its core, #5FA850 is a medium and moderate hue. Designers often compare it to the standard color Mediumseagreen. In the RGB color space, it consists of 95 red, 168 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 43% cyan, 0% magenta, 52% yellow, and 34% black. The HSL representation is 109.8° hue, 35.5% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FA850
RGB95, 168, 80
HSL109.8°, 35.5%, 48.6%
CMYK43%, 0%, 52%, 34%
HSV109.8°, 52.4%, 65.9%
LAB62.5, -40.2, 38.1
XYZ20.2, 31.0, 12.5
Decimal6269008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.20:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA850;
}
.text-color {
color: #5FA850;
}
.border-color {
border: 2px solid #5FA850;
}