#BDD350
A medium, moderate yellow closely aligning with Yellowgreen.
About #BDD350
Visually, #BDD350 is defined as a moderate yellow. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(189, 211, 80).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 10% C, 0% M, 62% Y, and 17% K. The HSL representation is 70.1° hue, 59.8% saturation, and 57.1% lightness.
Contrast ratios determine whether this color is safe for typography. 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#BDD350
RGB189, 211, 80
HSL70.1°, 59.8%, 57.1%
CMYK10%, 0%, 62%, 17%
HSV70.1°, 62.1%, 82.7%
LAB80.7, -25.2, 60.4
XYZ45.7, 58.0, 16.4
Decimal12440400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.60:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD350;
}
.text-color {
color: #BDD350;
}
.border-color {
border: 2px solid #BDD350;
}