Shades of Green Yellow #BAF521
Tints of Green Yellow #BAF521
RGB
CMYK
RGB Variations
Color information
#BAF521 (or 0xBAF521) is known color: Green Yellow. HEX triplet: BA, F5 and 21. RGB value is (186,245,33). Sum of RGB (Red+Green+Blue) = 186+245+33=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF521 is #450ADE. Grayscale: #CBCBCB. Windows color (decimal): -4524767 or 2225594. OLE color: 2225594.
HSL color Cylindrical-coordinate representation of color #BAF521: hue angle of 76.7º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAF521 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 33 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.04 |
| HSL | 76.7º | 0.91% | 0.55% | - |
| HSV(B) | 76.7º | 0.87% | 0.96% | - |
| XYZ | 53.18 | 75.85 | 13.28 | - |
| YUV | 203.19 | 31.95 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 33 | 0.24 | 0 | 0.87 | 0.04 | 76.7 | 0.91 | 0.55 |
| Hex | BA | F5 | 21 | 18 | 0 | 57 | 4 | 4D | 5B | 37 |
| Octal | 272 | 365 | 41 | 30 | 0 | 127 | 4 | 115 | 133 | 67 |
| Binary | 10111010 | 11110101 | 100001 | 11000 | 0 | 1010111 | 100 | 1001101 | 1011011 | 110111 |
Color Harmonies of #BAF521
Complementary color
Monochromatic Colors of #BAF521
Black with #BAF521
Text Example
Text Example
White with #BAF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF521; }
p { color: rgb(186,245,33); }
H1.HeaderClassName
{
color: #BAF521;
}
.AnyTagClassName
{
color: #BAF521;
}
</style>
background-color css
<style>
a { background-color: #BAF521; }
a { background-color: rgb(186,245,33); }
div.DivClassName
{
background-color: #BAF521;
}
.BgClassName
{
background-color: #BAF521;
}
</style>
border-color css
<style>
span { border-color: #BAF521; }
span { border-color: rgb(186,245,33); }
td.TdClassName
{
border-color: #BAF521;
}
.TagClassName
{
border-color: #BAF521;
}
</style>