Shades of Green Yellow #BDF932
Tints of Green Yellow #BDF932
RGB
CMYK
RGB Variations
Color information
#BDF932 (or 0xBDF932) is known color: Green Yellow. HEX triplet: BD, F9 and 32. RGB value is (189,249,50). Sum of RGB (Red+Green+Blue) = 189+249+50=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF932 is #4206CD. Grayscale: #D1D1D1. Windows color (decimal): -4327118 or 3340733. OLE color: 3340733.
HSL color Cylindrical-coordinate representation of color #BDF932: hue angle of 78.09º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF932 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 50 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.02 |
| HSL | 78.09º | 0.94% | 0.59% | - |
| HSV(B) | 78.09º | 0.8% | 0.98% | - |
| XYZ | 55.44 | 78.8 | 15.31 | - |
| YUV | 208.37 | 38.62 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 50 | 0.24 | 0 | 0.80 | 0.02 | 78.09 | 0.94 | 0.59 |
| Hex | BD | F9 | 32 | 18 | 0 | 50 | 2 | 4E | 5E | 3B |
| Octal | 275 | 371 | 62 | 30 | 0 | 120 | 2 | 116 | 136 | 73 |
| Binary | 10111101 | 11111001 | 110010 | 11000 | 0 | 1010000 | 10 | 1001110 | 1011110 | 111011 |
Color Harmonies of #BDF932
Complementary color
Monochromatic Colors of #BDF932
Black with #BDF932
Text Example
Text Example
White with #BDF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF932; }
p { color: rgb(189,249,50); }
H1.HeaderClassName
{
color: #BDF932;
}
.AnyTagClassName
{
color: #BDF932;
}
</style>
background-color css
<style>
a { background-color: #BDF932; }
a { background-color: rgb(189,249,50); }
div.DivClassName
{
background-color: #BDF932;
}
.BgClassName
{
background-color: #BDF932;
}
</style>
border-color css
<style>
span { border-color: #BDF932; }
span { border-color: rgb(189,249,50); }
td.TdClassName
{
border-color: #BDF932;
}
.TagClassName
{
border-color: #BDF932;
}
</style>