#6DBD50
A medium, moderate green closely aligning with Lightgreen.
About #6DBD50
Visually, #6DBD50 is defined as a moderate green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 189, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 42% C, 0% M, 58% Y, and 26% K. The HSL representation is 104.0° hue, 45.2% saturation, and 52.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DBD50
RGB109, 189, 80
HSL104.0°, 45.2%, 52.7%
CMYK42%, 0%, 58%, 26%
HSV104.0°, 57.7%, 74.1%
LAB69.6, -44.7, 46.7
XYZ26.0, 40.2, 14.0
Decimal7191888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DBD50;
}
.text-color {
color: #6DBD50;
}
.border-color {
border: 2px solid #6DBD50;
}