Shades of Green Yellow #BDF032
Tints of Green Yellow #BDF032
RGB
CMYK
RGB Variations
Color information
#BDF032 (or 0xBDF032) is known color: Green Yellow. HEX triplet: BD, F0 and 32. RGB value is (189,240,50). Sum of RGB (Red+Green+Blue) = 189+240+50=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF032 is #420FCD. Grayscale: #CBCBCB. Windows color (decimal): -4329422 or 3338429. OLE color: 3338429.
HSL color Cylindrical-coordinate representation of color #BDF032: hue angle of 76.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDF032 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 50 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.06 |
| HSL | 76.11º | 0.86% | 0.57% | - |
| HSV(B) | 76.11º | 0.79% | 0.94% | - |
| XYZ | 52.72 | 73.37 | 14.4 | - |
| YUV | 203.09 | 41.6 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 50 | 0.21 | 0 | 0.79 | 0.06 | 76.11 | 0.86 | 0.57 |
| Hex | BD | F0 | 32 | 15 | 0 | 4F | 6 | 4C | 56 | 39 |
| Octal | 275 | 360 | 62 | 25 | 0 | 117 | 6 | 114 | 126 | 71 |
| Binary | 10111101 | 11110000 | 110010 | 10101 | 0 | 1001111 | 110 | 1001100 | 1010110 | 111001 |
Color Harmonies of #BDF032
Complementary color
Monochromatic Colors of #BDF032
Black with #BDF032
Text Example
Text Example
White with #BDF032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF032; }
p { color: rgb(189,240,50); }
H1.HeaderClassName
{
color: #BDF032;
}
.AnyTagClassName
{
color: #BDF032;
}
</style>
background-color css
<style>
a { background-color: #BDF032; }
a { background-color: rgb(189,240,50); }
div.DivClassName
{
background-color: #BDF032;
}
.BgClassName
{
background-color: #BDF032;
}
</style>
border-color css
<style>
span { border-color: #BDF032; }
span { border-color: rgb(189,240,50); }
td.TdClassName
{
border-color: #BDF032;
}
.TagClassName
{
border-color: #BDF032;
}
</style>