Shades of Green Yellow #BDF720
Tints of Green Yellow #BDF720
RGB
CMYK
RGB Variations
Color information
#BDF720 (or 0xBDF720) is known color: Green Yellow. HEX triplet: BD, F7 and 20. RGB value is (189,247,32). Sum of RGB (Red+Green+Blue) = 189+247+32=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF720 is #4208DF. Grayscale: #CDCDCD. Windows color (decimal): -4327648 or 2160573. OLE color: 2160573.
HSL color Cylindrical-coordinate representation of color #BDF720: hue angle of 76.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDF720 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 32 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.03 |
| HSL | 76.19º | 0.93% | 0.55% | - |
| HSV(B) | 76.19º | 0.87% | 0.97% | - |
| XYZ | 54.51 | 77.44 | 13.44 | - |
| YUV | 205.15 | 30.28 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 32 | 0.23 | 0 | 0.87 | 0.03 | 76.19 | 0.93 | 0.55 |
| Hex | BD | F7 | 20 | 17 | 0 | 57 | 3 | 4C | 5D | 37 |
| Octal | 275 | 367 | 40 | 27 | 0 | 127 | 3 | 114 | 135 | 67 |
| Binary | 10111101 | 11110111 | 100000 | 10111 | 0 | 1010111 | 11 | 1001100 | 1011101 | 110111 |
Color Harmonies of #BDF720
Complementary color
Monochromatic Colors of #BDF720
Black with #BDF720
Text Example
Text Example
White with #BDF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF720; }
p { color: rgb(189,247,32); }
H1.HeaderClassName
{
color: #BDF720;
}
.AnyTagClassName
{
color: #BDF720;
}
</style>
background-color css
<style>
a { background-color: #BDF720; }
a { background-color: rgb(189,247,32); }
div.DivClassName
{
background-color: #BDF720;
}
.BgClassName
{
background-color: #BDF720;
}
</style>
border-color css
<style>
span { border-color: #BDF720; }
span { border-color: rgb(189,247,32); }
td.TdClassName
{
border-color: #BDF720;
}
.TagClassName
{
border-color: #BDF720;
}
</style>