#5FB67C
A medium, moderate green closely aligning with Mediumseagreen.
About #5FB67C
The precise color #5FB67C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(95, 182, 124).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 48% C, 0% M, 32% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#5FB67C
RGB95, 182, 124
HSL140.0°, 37.3%, 54.3%
CMYK48%, 0%, 32%, 29%
HSV140.0°, 47.8%, 71.4%
LAB67.5, -39.3, 21.6
XYZ25.1, 37.3, 25.0
Decimal6272636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.47:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FB67C;
}
.text-color {
color: #5FB67C;
}
.border-color {
border: 2px solid #5FB67C;
}