Shades of Green Yellow #BDF22F
Tints of Green Yellow #BDF22F
RGB
CMYK
RGB Variations
Color information
#BDF22F (or 0xBDF22F) is known color: Green Yellow. HEX triplet: BD, F2 and 2F. RGB value is (189,242,47). Sum of RGB (Red+Green+Blue) = 189+242+47=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF22F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF22F is #420DD0. Grayscale: #CCCCCC. Windows color (decimal): -4328913 or 3142333. OLE color: 3142333.
HSL color Cylindrical-coordinate representation of color #BDF22F: hue angle of 76.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDF22F is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 47 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.05 |
| HSL | 76.31º | 0.88% | 0.57% | - |
| HSV(B) | 76.31º | 0.81% | 0.95% | - |
| XYZ | 53.25 | 74.53 | 14.27 | - |
| YUV | 203.92 | 39.44 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 47 | 0.22 | 0 | 0.81 | 0.05 | 76.31 | 0.88 | 0.57 |
| Hex | BD | F2 | 2F | 16 | 0 | 51 | 5 | 4C | 58 | 39 |
| Octal | 275 | 362 | 57 | 26 | 0 | 121 | 5 | 114 | 130 | 71 |
| Binary | 10111101 | 11110010 | 101111 | 10110 | 0 | 1010001 | 101 | 1001100 | 1011000 | 111001 |
Color Harmonies of #BDF22F
Complementary color
Monochromatic Colors of #BDF22F
Black with #BDF22F
Text Example
Text Example
White with #BDF22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF22F; }
p { color: rgb(189,242,47); }
H1.HeaderClassName
{
color: #BDF22F;
}
.AnyTagClassName
{
color: #BDF22F;
}
</style>
background-color css
<style>
a { background-color: #BDF22F; }
a { background-color: rgb(189,242,47); }
div.DivClassName
{
background-color: #BDF22F;
}
.BgClassName
{
background-color: #BDF22F;
}
</style>
border-color css
<style>
span { border-color: #BDF22F; }
span { border-color: rgb(189,242,47); }
td.TdClassName
{
border-color: #BDF22F;
}
.TagClassName
{
border-color: #BDF22F;
}
</style>