#BDE23A
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDE23A
Visually, #BDE23A is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 189 red, 226 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 16% cyan, 0% magenta, 74% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
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#BDE23A
RGB189, 226, 58
HSL73.2°, 74.3%, 55.7%
CMYK16%, 0%, 74%, 11%
HSV73.2°, 74.3%, 88.6%
LAB84.7, -33.5, 72.6
XYZ48.9, 65.5, 14.1
Decimal12444218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.10:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
11.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE23A;
}
.text-color {
color: #BDE23A;
}
.border-color {
border: 2px solid #BDE23A;
}