#75B63A
A medium, moderate green closely aligning with Yellowgreen.
About #75B63A
At its core, #75B63A is a medium and moderate hue. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 182, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 36% C, 0% M, 68% Y, and 29% K. With a hue angle of 91.5 degrees, it sits comfortably in the green spectrum.
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#75B63A
RGB117, 182, 58
HSL91.5°, 51.7%, 47.1%
CMYK36%, 0%, 68%, 29%
HSV91.5°, 68.1%, 71.4%
LAB67.7, -41.1, 54.2
XYZ24.8, 37.5, 9.9
Decimal7714362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.51:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75B63A;
}
.text-color {
color: #75B63A;
}
.border-color {
border: 2px solid #75B63A;
}