Shades of Green Yellow #BDFE20
Tints of Green Yellow #BDFE20
RGB
CMYK
RGB Variations
Color information
#BDFE20 (or 0xBDFE20) is known color: Green Yellow. HEX triplet: BD, FE and 20. RGB value is (189,254,32). Sum of RGB (Red+Green+Blue) = 189+254+32=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE20 is #4201DF. Grayscale: #D2D2D2. Windows color (decimal): -4325856 or 2162365. OLE color: 2162365.
HSL color Cylindrical-coordinate representation of color #BDFE20: hue angle of 77.57º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDFE20 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 32 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.00 |
| HSL | 77.57º | 0.99% | 0.56% | - |
| HSV(B) | 77.57º | 0.87% | 1% | - |
| XYZ | 56.69 | 81.81 | 14.17 | - |
| YUV | 209.26 | 27.97 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 32 | 0.26 | 0 | 0.87 | 0.00 | 77.57 | 0.99 | 0.56 |
| Hex | BD | FE | 20 | 1A | 0 | 57 | 0 | 4E | 63 | 38 |
| Octal | 275 | 376 | 40 | 32 | 0 | 127 | 0 | 116 | 143 | 70 |
| Binary | 10111101 | 11111110 | 100000 | 11010 | 0 | 1010111 | 0 | 1001110 | 1100011 | 111000 |
Color Harmonies of #BDFE20
Complementary color
Monochromatic Colors of #BDFE20
Black with #BDFE20
Text Example
Text Example
White with #BDFE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE20; }
p { color: rgb(189,254,32); }
H1.HeaderClassName
{
color: #BDFE20;
}
.AnyTagClassName
{
color: #BDFE20;
}
</style>
background-color css
<style>
a { background-color: #BDFE20; }
a { background-color: rgb(189,254,32); }
div.DivClassName
{
background-color: #BDFE20;
}
.BgClassName
{
background-color: #BDFE20;
}
</style>
border-color css
<style>
span { border-color: #BDFE20; }
span { border-color: rgb(189,254,32); }
td.TdClassName
{
border-color: #BDFE20;
}
.TagClassName
{
border-color: #BDFE20;
}
</style>