#BDFF75
A light, vivid green closely aligning with Yellowgreen.
About #BDFF75
At its core, #BDFF75 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 255, and 117.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 26% cyan, 0% magenta, 54% yellow, and 0% black. The HSL representation is 88.7° hue, 100.0% saturation, and 72.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDFF75
RGB189, 255, 117
HSL88.7°, 100.0%, 72.9%
CMYK26%, 0%, 54%, 0%
HSV88.7°, 54.1%, 100.0%
LAB93.3, -42.2, 58.6
XYZ60.0, 83.6, 29.8
Decimal12451701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.72:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFF75;
}
.text-color {
color: #BDFF75;
}
.border-color {
border: 2px solid #BDFF75;
}