Shades of Green Yellow #BDFF32
Tints of Green Yellow #BDFF32
RGB
CMYK
RGB Variations
Color information
#BDFF32 (or 0xBDFF32) is known color: Green Yellow. HEX triplet: BD, FF and 32. RGB value is (189,255,50). Sum of RGB (Red+Green+Blue) = 189+255+50=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF32 is #4200CD. Grayscale: #D4D4D4. Windows color (decimal): -4325582 or 3342269. OLE color: 3342269.
HSL color Cylindrical-coordinate representation of color #BDFF32: hue angle of 79.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDFF32 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 50 | - |
| CMYK | 0.26 | 0 | 0.80 | 0 |
| HSL | 79.32º | 1% | 0.6% | - |
| HSV(B) | 79.32º | 0.8% | 1% | - |
| XYZ | 57.32 | 82.57 | 15.93 | - |
| YUV | 211.9 | 36.63 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 50 | 0.26 | 0 | 0.80 | 0 | 79.32 | 1 | 0.6 |
| Hex | BD | FF | 32 | 1A | 0 | 50 | 0 | 4F | 64 | 3C |
| Octal | 275 | 377 | 62 | 32 | 0 | 120 | 0 | 117 | 144 | 74 |
| Binary | 10111101 | 11111111 | 110010 | 11010 | 0 | 1010000 | 0 | 1001111 | 1100100 | 111100 |
Color Harmonies of #BDFF32
Complementary color
Monochromatic Colors of #BDFF32
Black with #BDFF32
Text Example
Text Example
White with #BDFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF32; }
p { color: rgb(189,255,50); }
H1.HeaderClassName
{
color: #BDFF32;
}
.AnyTagClassName
{
color: #BDFF32;
}
</style>
background-color css
<style>
a { background-color: #BDFF32; }
a { background-color: rgb(189,255,50); }
div.DivClassName
{
background-color: #BDFF32;
}
.BgClassName
{
background-color: #BDFF32;
}
</style>
border-color css
<style>
span { border-color: #BDFF32; }
span { border-color: rgb(189,255,50); }
td.TdClassName
{
border-color: #BDFF32;
}
.TagClassName
{
border-color: #BDFF32;
}
</style>