Shades of Green Yellow #BDF22E
Tints of Green Yellow #BDF22E
RGB
CMYK
RGB Variations
Color information
#BDF22E (or 0xBDF22E) is known color: Green Yellow. HEX triplet: BD, F2 and 2E. RGB value is (189,242,46). Sum of RGB (Red+Green+Blue) = 189+242+46=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF22E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF22E is #420DD1. Grayscale: #CCCCCC. Windows color (decimal): -4328914 or 3076797. OLE color: 3076797.
HSL color Cylindrical-coordinate representation of color #BDF22E: hue angle of 76.22º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDF22E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 46 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.05 |
| HSL | 76.22º | 0.88% | 0.56% | - |
| HSV(B) | 76.22º | 0.81% | 0.95% | - |
| XYZ | 53.23 | 74.52 | 14.16 | - |
| YUV | 203.81 | 38.94 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 46 | 0.22 | 0 | 0.81 | 0.05 | 76.22 | 0.88 | 0.56 |
| Hex | BD | F2 | 2E | 16 | 0 | 51 | 5 | 4C | 58 | 38 |
| Octal | 275 | 362 | 56 | 26 | 0 | 121 | 5 | 114 | 130 | 70 |
| Binary | 10111101 | 11110010 | 101110 | 10110 | 0 | 1010001 | 101 | 1001100 | 1011000 | 111000 |
Color Harmonies of #BDF22E
Complementary color
Monochromatic Colors of #BDF22E
Black with #BDF22E
Text Example
Text Example
White with #BDF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF22E; }
p { color: rgb(189,242,46); }
H1.HeaderClassName
{
color: #BDF22E;
}
.AnyTagClassName
{
color: #BDF22E;
}
</style>
background-color css
<style>
a { background-color: #BDF22E; }
a { background-color: rgb(189,242,46); }
div.DivClassName
{
background-color: #BDF22E;
}
.BgClassName
{
background-color: #BDF22E;
}
</style>
border-color css
<style>
span { border-color: #BDF22E; }
span { border-color: rgb(189,242,46); }
td.TdClassName
{
border-color: #BDF22E;
}
.TagClassName
{
border-color: #BDF22E;
}
</style>