Shades of Green Yellow #BDF22A
Tints of Green Yellow #BDF22A
RGB
CMYK
RGB Variations
Color information
#BDF22A (or 0xBDF22A) is known color: Green Yellow. HEX triplet: BD, F2 and 2A. RGB value is (189,242,42). Sum of RGB (Red+Green+Blue) = 189+242+42=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF22A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF22A is #420DD5. Grayscale: #CCCCCC. Windows color (decimal): -4328918 or 2814653. OLE color: 2814653.
HSL color Cylindrical-coordinate representation of color #BDF22A: hue angle of 75.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDF22A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 42 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.05 |
| HSL | 75.9º | 0.88% | 0.56% | - |
| HSV(B) | 75.9º | 0.83% | 0.95% | - |
| XYZ | 53.16 | 74.49 | 13.77 | - |
| YUV | 203.35 | 36.94 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 42 | 0.22 | 0 | 0.83 | 0.05 | 75.9 | 0.88 | 0.56 |
| Hex | BD | F2 | 2A | 16 | 0 | 53 | 5 | 4C | 58 | 38 |
| Octal | 275 | 362 | 52 | 26 | 0 | 123 | 5 | 114 | 130 | 70 |
| Binary | 10111101 | 11110010 | 101010 | 10110 | 0 | 1010011 | 101 | 1001100 | 1011000 | 111000 |
Color Harmonies of #BDF22A
Complementary color
Monochromatic Colors of #BDF22A
Black with #BDF22A
Text Example
Text Example
White with #BDF22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF22A; }
p { color: rgb(189,242,42); }
H1.HeaderClassName
{
color: #BDF22A;
}
.AnyTagClassName
{
color: #BDF22A;
}
</style>
background-color css
<style>
a { background-color: #BDF22A; }
a { background-color: rgb(189,242,42); }
div.DivClassName
{
background-color: #BDF22A;
}
.BgClassName
{
background-color: #BDF22A;
}
</style>
border-color css
<style>
span { border-color: #BDF22A; }
span { border-color: rgb(189,242,42); }
td.TdClassName
{
border-color: #BDF22A;
}
.TagClassName
{
border-color: #BDF22A;
}
</style>