#42AF75
A medium, moderate green closely aligning with Mediumseagreen.
About #42AF75
At its core, #42AF75 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 66 red, 175 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. The color uses 62% Cyan, 0% Magenta, 33% Yellow, and 31% Black. With a hue angle of 148.1 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#42AF75
RGB66, 175, 117
HSL148.1°, 45.2%, 47.3%
CMYK62%, 0%, 33%, 31%
HSV148.1°, 62.3%, 68.6%
LAB64.2, -44.6, 20.8
XYZ20.8, 33.1, 22.1
Decimal4370293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.62:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #42AF75;
}
.text-color {
color: #42AF75;
}
.border-color {
border: 2px solid #42AF75;
}