#BDF00F
A medium, vivid yellow closely aligning with Greenyellow.
About #BDF00F
Visually, #BDF00F is defined as a vivid yellow. 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 15.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 21% cyan, 0% magenta, 94% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDF00F
RGB189, 240, 15
HSL73.6°, 88.2%, 50.0%
CMYK21%, 0%, 94%, 6%
HSV73.6°, 93.8%, 94.1%
LAB88.5, -41.0, 84.8
XYZ52.2, 73.2, 11.8
Decimal12447759
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: #BDF00F;
}
.text-color {
color: #BDF00F;
}
.border-color {
border: 2px solid #BDF00F;
}