#BDF000
A medium, vivid yellow closely aligning with Greenyellow.
About #BDF000
The hex code #BDF000 represents a beautifully specific shade of yellow. Its closest recognized web color is Greenyellow. Its digital footprint relies on 189 parts red, 240 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 21% C, 0% M, 100% Y, and 6% K. With a hue angle of 72.7 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BDF000
RGB189, 240, 0
HSL72.7°, 100.0%, 47.1%
CMYK21%, 0%, 100%, 6%
HSV72.7°, 100.0%, 94.1%
LAB88.5, -41.2, 86.0
XYZ52.1, 73.1, 11.4
Decimal12447744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.63:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF000;
}
.text-color {
color: #BDF000;
}
.border-color {
border: 2px solid #BDF000;
}