Shades of Green Yellow #BAF424
Tints of Green Yellow #BAF424
RGB
CMYK
RGB Variations
Color information
#BAF424 (or 0xBAF424) is known color: Green Yellow. HEX triplet: BA, F4 and 24. RGB value is (186,244,36). Sum of RGB (Red+Green+Blue) = 186+244+36=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF424 is #450BDB. Grayscale: #CBCBCB. Windows color (decimal): -4525020 or 2421946. OLE color: 2421946.
HSL color Cylindrical-coordinate representation of color #BAF424: hue angle of 76.73º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAF424 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 36 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.04 |
| HSL | 76.73º | 0.9% | 0.55% | - |
| HSV(B) | 76.73º | 0.85% | 0.96% | - |
| XYZ | 52.92 | 75.27 | 13.41 | - |
| YUV | 202.95 | 33.78 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 36 | 0.24 | 0 | 0.85 | 0.04 | 76.73 | 0.9 | 0.55 |
| Hex | BA | F4 | 24 | 18 | 0 | 55 | 4 | 4D | 5A | 37 |
| Octal | 272 | 364 | 44 | 30 | 0 | 125 | 4 | 115 | 132 | 67 |
| Binary | 10111010 | 11110100 | 100100 | 11000 | 0 | 1010101 | 100 | 1001101 | 1011010 | 110111 |
Color Harmonies of #BAF424
Complementary color
Monochromatic Colors of #BAF424
Black with #BAF424
Text Example
Text Example
White with #BAF424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF424; }
p { color: rgb(186,244,36); }
H1.HeaderClassName
{
color: #BAF424;
}
.AnyTagClassName
{
color: #BAF424;
}
</style>
background-color css
<style>
a { background-color: #BAF424; }
a { background-color: rgb(186,244,36); }
div.DivClassName
{
background-color: #BAF424;
}
.BgClassName
{
background-color: #BAF424;
}
</style>
border-color css
<style>
span { border-color: #BAF424; }
span { border-color: rgb(186,244,36); }
td.TdClassName
{
border-color: #BAF424;
}
.TagClassName
{
border-color: #BAF424;
}
</style>