#BDF01D
A medium, vivid yellow closely aligning with Greenyellow.
About #BDF01D
At its core, #BDF01D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 240, and 29.
Translating this color to physical media requires the CMYK color model. The color uses 21% Cyan, 0% Magenta, 88% Yellow, and 6% Black. The HSL representation is 74.5° hue, 87.6% saturation, and 52.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDF01D
RGB189, 240, 29
HSL74.5°, 87.6%, 52.7%
CMYK21%, 0%, 88%, 6%
HSV74.5°, 87.9%, 94.1%
LAB88.6, -40.8, 83.0
XYZ52.4, 73.2, 12.5
Decimal12447773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.65:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF01D;
}
.text-color {
color: #BDF01D;
}
.border-color {
border: 2px solid #BDF01D;
}