Shades of Green Yellow #BDFB20
Tints of Green Yellow #BDFB20
RGB
CMYK
RGB Variations
Color information
#BDFB20 (or 0xBDFB20) is known color: Green Yellow. HEX triplet: BD, FB and 20. RGB value is (189,251,32). Sum of RGB (Red+Green+Blue) = 189+251+32=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB20 is #4204DF. Grayscale: #D0D0D0. Windows color (decimal): -4326624 or 2161597. OLE color: 2161597.
HSL color Cylindrical-coordinate representation of color #BDFB20: hue angle of 76.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDFB20 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 32 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.02 |
| HSL | 76.99º | 0.96% | 0.55% | - |
| HSV(B) | 76.99º | 0.87% | 0.98% | - |
| XYZ | 55.74 | 79.92 | 13.85 | - |
| YUV | 207.5 | 28.96 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 32 | 0.25 | 0 | 0.87 | 0.02 | 76.99 | 0.96 | 0.55 |
| Hex | BD | FB | 20 | 19 | 0 | 57 | 2 | 4D | 60 | 37 |
| Octal | 275 | 373 | 40 | 31 | 0 | 127 | 2 | 115 | 140 | 67 |
| Binary | 10111101 | 11111011 | 100000 | 11001 | 0 | 1010111 | 10 | 1001101 | 1100000 | 110111 |
Color Harmonies of #BDFB20
Complementary color
Monochromatic Colors of #BDFB20
Black with #BDFB20
Text Example
Text Example
White with #BDFB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB20; }
p { color: rgb(189,251,32); }
H1.HeaderClassName
{
color: #BDFB20;
}
.AnyTagClassName
{
color: #BDFB20;
}
</style>
background-color css
<style>
a { background-color: #BDFB20; }
a { background-color: rgb(189,251,32); }
div.DivClassName
{
background-color: #BDFB20;
}
.BgClassName
{
background-color: #BDFB20;
}
</style>
border-color css
<style>
span { border-color: #BDFB20; }
span { border-color: rgb(189,251,32); }
td.TdClassName
{
border-color: #BDFB20;
}
.TagClassName
{
border-color: #BDFB20;
}
</style>