Shades of Green Yellow #BAF522
Tints of Green Yellow #BAF522
RGB
CMYK
RGB Variations
Color information
#BAF522 (or 0xBAF522) is known color: Green Yellow. HEX triplet: BA, F5 and 22. RGB value is (186,245,34). Sum of RGB (Red+Green+Blue) = 186+245+34=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF522 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF522 is #450ADD. Grayscale: #CCCCCC. Windows color (decimal): -4524766 or 2291130. OLE color: 2291130.
HSL color Cylindrical-coordinate representation of color #BAF522: hue angle of 76.78º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAF522 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 34 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.04 |
| HSL | 76.78º | 0.91% | 0.55% | - |
| HSV(B) | 76.78º | 0.86% | 0.96% | - |
| XYZ | 53.19 | 75.86 | 13.35 | - |
| YUV | 203.31 | 32.45 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 34 | 0.24 | 0 | 0.86 | 0.04 | 76.78 | 0.91 | 0.55 |
| Hex | BA | F5 | 22 | 18 | 0 | 56 | 4 | 4D | 5B | 37 |
| Octal | 272 | 365 | 42 | 30 | 0 | 126 | 4 | 115 | 133 | 67 |
| Binary | 10111010 | 11110101 | 100010 | 11000 | 0 | 1010110 | 100 | 1001101 | 1011011 | 110111 |
Color Harmonies of #BAF522
Complementary color
Monochromatic Colors of #BAF522
Black with #BAF522
Text Example
Text Example
White with #BAF522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF522; }
p { color: rgb(186,245,34); }
H1.HeaderClassName
{
color: #BAF522;
}
.AnyTagClassName
{
color: #BAF522;
}
</style>
background-color css
<style>
a { background-color: #BAF522; }
a { background-color: rgb(186,245,34); }
div.DivClassName
{
background-color: #BAF522;
}
.BgClassName
{
background-color: #BAF522;
}
</style>
border-color css
<style>
span { border-color: #BAF522; }
span { border-color: rgb(186,245,34); }
td.TdClassName
{
border-color: #BAF522;
}
.TagClassName
{
border-color: #BAF522;
}
</style>