Shades of Green Yellow #BAF42B
Tints of Green Yellow #BAF42B
RGB
CMYK
RGB Variations
Color information
#BAF42B (or 0xBAF42B) is known color: Green Yellow. HEX triplet: BA, F4 and 2B. RGB value is (186,244,43). Sum of RGB (Red+Green+Blue) = 186+244+43=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF42B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF42B is #450BD4. Grayscale: #CCCCCC. Windows color (decimal): -4525013 or 2880698. OLE color: 2880698.
HSL color Cylindrical-coordinate representation of color #BAF42B: hue angle of 77.31º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAF42B is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 43 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.04 |
| HSL | 77.31º | 0.9% | 0.56% | - |
| HSV(B) | 77.31º | 0.82% | 0.96% | - |
| XYZ | 53.04 | 75.31 | 14.03 | - |
| YUV | 203.74 | 37.28 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 43 | 0.24 | 0 | 0.82 | 0.04 | 77.31 | 0.9 | 0.56 |
| Hex | BA | F4 | 2B | 18 | 0 | 52 | 4 | 4D | 5A | 38 |
| Octal | 272 | 364 | 53 | 30 | 0 | 122 | 4 | 115 | 132 | 70 |
| Binary | 10111010 | 11110100 | 101011 | 11000 | 0 | 1010010 | 100 | 1001101 | 1011010 | 111000 |
Color Harmonies of #BAF42B
Complementary color
Monochromatic Colors of #BAF42B
Black with #BAF42B
Text Example
Text Example
White with #BAF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF42B; }
p { color: rgb(186,244,43); }
H1.HeaderClassName
{
color: #BAF42B;
}
.AnyTagClassName
{
color: #BAF42B;
}
</style>
background-color css
<style>
a { background-color: #BAF42B; }
a { background-color: rgb(186,244,43); }
div.DivClassName
{
background-color: #BAF42B;
}
.BgClassName
{
background-color: #BAF42B;
}
</style>
border-color css
<style>
span { border-color: #BAF42B; }
span { border-color: rgb(186,244,43); }
td.TdClassName
{
border-color: #BAF42B;
}
.TagClassName
{
border-color: #BAF42B;
}
</style>