Shades of Green Yellow #BAF22C
Tints of Green Yellow #BAF22C
RGB
CMYK
RGB Variations
Color information
#BAF22C (or 0xBAF22C) is known color: Green Yellow. HEX triplet: BA, F2 and 2C. RGB value is (186,242,44). Sum of RGB (Red+Green+Blue) = 186+242+44=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF22C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF22C is #450DD3. Grayscale: #CBCBCB. Windows color (decimal): -4525524 or 2945722. OLE color: 2945722.
HSL color Cylindrical-coordinate representation of color #BAF22C: hue angle of 76.97º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAF22C is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 44 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.05 |
| HSL | 76.97º | 0.88% | 0.56% | - |
| HSV(B) | 76.97º | 0.82% | 0.95% | - |
| XYZ | 52.46 | 74.13 | 13.93 | - |
| YUV | 202.68 | 38.45 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 44 | 0.23 | 0 | 0.82 | 0.05 | 76.97 | 0.88 | 0.56 |
| Hex | BA | F2 | 2C | 17 | 0 | 52 | 5 | 4D | 58 | 38 |
| Octal | 272 | 362 | 54 | 27 | 0 | 122 | 5 | 115 | 130 | 70 |
| Binary | 10111010 | 11110010 | 101100 | 10111 | 0 | 1010010 | 101 | 1001101 | 1011000 | 111000 |
Color Harmonies of #BAF22C
Complementary color
Monochromatic Colors of #BAF22C
Black with #BAF22C
Text Example
Text Example
White with #BAF22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF22C; }
p { color: rgb(186,242,44); }
H1.HeaderClassName
{
color: #BAF22C;
}
.AnyTagClassName
{
color: #BAF22C;
}
</style>
background-color css
<style>
a { background-color: #BAF22C; }
a { background-color: rgb(186,242,44); }
div.DivClassName
{
background-color: #BAF22C;
}
.BgClassName
{
background-color: #BAF22C;
}
</style>
border-color css
<style>
span { border-color: #BAF22C; }
span { border-color: rgb(186,242,44); }
td.TdClassName
{
border-color: #BAF22C;
}
.TagClassName
{
border-color: #BAF22C;
}
</style>