#49AF75
A medium, moderate green closely aligning with Mediumseagreen.
About #49AF75
At its core, #49AF75 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumseagreen. In the RGB color space, it consists of 73 red, 175 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 58% cyan and 0% magenta inks. The HSL representation is 145.9° hue, 41.1% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49AF75
RGB73, 175, 117
HSL145.9°, 41.1%, 48.6%
CMYK58%, 0%, 33%, 31%
HSV145.9°, 58.3%, 68.6%
LAB64.5, -43.1, 21.1
XYZ21.3, 33.4, 22.1
Decimal4829045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.67:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49AF75;
}
.text-color {
color: #49AF75;
}
.border-color {
border: 2px solid #49AF75;
}