Shades of Green Yellow #BAF224
Tints of Green Yellow #BAF224
RGB
CMYK
RGB Variations
Color information
#BAF224 (or 0xBAF224) is known color: Green Yellow. HEX triplet: BA, F2 and 24. RGB value is (186,242,36). Sum of RGB (Red+Green+Blue) = 186+242+36=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF224 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF224 is #450DDB. Grayscale: #CACACA. Windows color (decimal): -4525532 or 2421434. OLE color: 2421434.
HSL color Cylindrical-coordinate representation of color #BAF224: hue angle of 76.31º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAF224 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 36 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.05 |
| HSL | 76.31º | 0.89% | 0.55% | - |
| HSV(B) | 76.31º | 0.85% | 0.95% | - |
| XYZ | 52.32 | 74.07 | 13.21 | - |
| YUV | 201.77 | 34.45 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 36 | 0.23 | 0 | 0.85 | 0.05 | 76.31 | 0.89 | 0.55 |
| Hex | BA | F2 | 24 | 17 | 0 | 55 | 5 | 4C | 59 | 37 |
| Octal | 272 | 362 | 44 | 27 | 0 | 125 | 5 | 114 | 131 | 67 |
| Binary | 10111010 | 11110010 | 100100 | 10111 | 0 | 1010101 | 101 | 1001100 | 1011001 | 110111 |
Color Harmonies of #BAF224
Complementary color
Monochromatic Colors of #BAF224
Black with #BAF224
Text Example
Text Example
White with #BAF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF224; }
p { color: rgb(186,242,36); }
H1.HeaderClassName
{
color: #BAF224;
}
.AnyTagClassName
{
color: #BAF224;
}
</style>
background-color css
<style>
a { background-color: #BAF224; }
a { background-color: rgb(186,242,36); }
div.DivClassName
{
background-color: #BAF224;
}
.BgClassName
{
background-color: #BAF224;
}
</style>
border-color css
<style>
span { border-color: #BAF224; }
span { border-color: rgb(186,242,36); }
td.TdClassName
{
border-color: #BAF224;
}
.TagClassName
{
border-color: #BAF224;
}
</style>