Shades of Green Yellow #BDFE32
Tints of Green Yellow #BDFE32
RGB
CMYK
RGB Variations
Color information
#BDFE32 (or 0xBDFE32) is known color: Green Yellow. HEX triplet: BD, FE and 32. RGB value is (189,254,50). Sum of RGB (Red+Green+Blue) = 189+254+50=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE32 is #4201CD. Grayscale: #D4D4D4. Windows color (decimal): -4325838 or 3342013. OLE color: 3342013.
HSL color Cylindrical-coordinate representation of color #BDFE32: hue angle of 79.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDFE32 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 50 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.00 |
| HSL | 79.12º | 0.99% | 0.6% | - |
| HSV(B) | 79.12º | 0.8% | 1% | - |
| XYZ | 57 | 81.93 | 15.83 | - |
| YUV | 211.31 | 36.97 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 50 | 0.26 | 0 | 0.80 | 0.00 | 79.12 | 0.99 | 0.6 |
| Hex | BD | FE | 32 | 1A | 0 | 50 | 0 | 4F | 63 | 3C |
| Octal | 275 | 376 | 62 | 32 | 0 | 120 | 0 | 117 | 143 | 74 |
| Binary | 10111101 | 11111110 | 110010 | 11010 | 0 | 1010000 | 0 | 1001111 | 1100011 | 111100 |
Color Harmonies of #BDFE32
Complementary color
Monochromatic Colors of #BDFE32
Black with #BDFE32
Text Example
Text Example
White with #BDFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE32; }
p { color: rgb(189,254,50); }
H1.HeaderClassName
{
color: #BDFE32;
}
.AnyTagClassName
{
color: #BDFE32;
}
</style>
background-color css
<style>
a { background-color: #BDFE32; }
a { background-color: rgb(189,254,50); }
div.DivClassName
{
background-color: #BDFE32;
}
.BgClassName
{
background-color: #BDFE32;
}
</style>
border-color css
<style>
span { border-color: #BDFE32; }
span { border-color: rgb(189,254,50); }
td.TdClassName
{
border-color: #BDFE32;
}
.TagClassName
{
border-color: #BDFE32;
}
</style>