#49BD7C
A medium, moderate green closely aligning with Mediumseagreen.
About #49BD7C
When working with digital screens, the color #49BD7C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumseagreen. Its digital footprint relies on 73 parts red, 189 parts green, and 124 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 61% C, 0% M, 34% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49BD7C
RGB73, 189, 124
HSL146.4°, 46.8%, 51.4%
CMYK61%, 0%, 34%, 26%
HSV146.4°, 61.4%, 74.1%
LAB68.9, -47.6, 23.4
XYZ24.6, 39.3, 25.4
Decimal4832636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.85:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BD7C;
}
.text-color {
color: #49BD7C;
}
.border-color {
border: 2px solid #49BD7C;
}