Shades of Green Yellow #BDFF20
Tints of Green Yellow #BDFF20
RGB
CMYK
RGB Variations
Color information
#BDFF20 (or 0xBDFF20) is known color: Green Yellow. HEX triplet: BD, FF and 20. RGB value is (189,255,32). Sum of RGB (Red+Green+Blue) = 189+255+32=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF20 is #4200DF. Grayscale: #D2D2D2. Windows color (decimal): -4325600 or 2162621. OLE color: 2162621.
HSL color Cylindrical-coordinate representation of color #BDFF20: hue angle of 77.76º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDFF20 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 32 | - |
| CMYK | 0.26 | 0 | 0.87 | 0 |
| HSL | 77.76º | 1% | 0.56% | - |
| HSV(B) | 77.76º | 0.87% | 1% | - |
| XYZ | 57.01 | 82.44 | 14.28 | - |
| YUV | 209.84 | 27.63 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 32 | 0.26 | 0 | 0.87 | 0 | 77.76 | 1 | 0.56 |
| Hex | BD | FF | 20 | 1A | 0 | 57 | 0 | 4E | 64 | 38 |
| Octal | 275 | 377 | 40 | 32 | 0 | 127 | 0 | 116 | 144 | 70 |
| Binary | 10111101 | 11111111 | 100000 | 11010 | 0 | 1010111 | 0 | 1001110 | 1100100 | 111000 |
Color Harmonies of #BDFF20
Complementary color
Monochromatic Colors of #BDFF20
Black with #BDFF20
Text Example
Text Example
White with #BDFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF20; }
p { color: rgb(189,255,32); }
H1.HeaderClassName
{
color: #BDFF20;
}
.AnyTagClassName
{
color: #BDFF20;
}
</style>
background-color css
<style>
a { background-color: #BDFF20; }
a { background-color: rgb(189,255,32); }
div.DivClassName
{
background-color: #BDFF20;
}
.BgClassName
{
background-color: #BDFF20;
}
</style>
border-color css
<style>
span { border-color: #BDFF20; }
span { border-color: rgb(189,255,32); }
td.TdClassName
{
border-color: #BDFF20;
}
.TagClassName
{
border-color: #BDFF20;
}
</style>