#49B66D
A medium, moderate green closely aligning with Mediumseagreen.
About #49B66D
At its core, #49B66D is a medium and moderate hue. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 73 red, 182 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 60% Cyan, 0% Magenta, 40% Yellow, and 29% Black. With a hue angle of 139.8 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49B66D
RGB73, 182, 109
HSL139.8°, 42.7%, 50.0%
CMYK60%, 0%, 40%, 29%
HSV139.8°, 59.9%, 71.4%
LAB66.5, -47.5, 28.1
XYZ22.2, 36.0, 20.2
Decimal4830829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.20:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49B66D;
}
.text-color {
color: #49B66D;
}
.border-color {
border: 2px solid #49B66D;
}