#49BD83
A medium, moderate green closely aligning with Mediumseagreen.
About #49BD83
At its core, #49BD83 is a medium and moderate hue. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 73 red, 189 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 61% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#49BD83
RGB73, 189, 131
HSL150.0°, 46.8%, 51.4%
CMYK61%, 0%, 31%, 26%
HSV150.0°, 61.4%, 74.1%
LAB69.1, -46.2, 19.9
XYZ25.0, 39.5, 27.8
Decimal4832643
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.89:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BD83;
}
.text-color {
color: #49BD83;
}
.border-color {
border: 2px solid #49BD83;
}