#5FAF66
A medium, moderate green closely aligning with Mediumseagreen.
About #5FAF66
The precise color #5FAF66 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumseagreen. Its digital footprint relies on 95 parts red, 175 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 46% cyan and 0% magenta inks. With a hue angle of 125.2 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#5FAF66
RGB95, 175, 102
HSL125.2°, 33.3%, 52.9%
CMYK46%, 0%, 42%, 31%
HSV125.2°, 45.7%, 68.6%
LAB65.0, -40.1, 30.0
XYZ22.4, 34.1, 18.0
Decimal6270822
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.81:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FAF66;
}
.text-color {
color: #5FAF66;
}
.border-color {
border: 2px solid #5FAF66;
}