Shades of Green Yellow #BAF525
Tints of Green Yellow #BAF525
RGB
CMYK
RGB Variations
Color information
#BAF525 (or 0xBAF525) is known color: Green Yellow. HEX triplet: BA, F5 and 25. RGB value is (186,245,37). Sum of RGB (Red+Green+Blue) = 186+245+37=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF525 is #450ADA. Grayscale: #CCCCCC. Windows color (decimal): -4524763 or 2487738. OLE color: 2487738.
HSL color Cylindrical-coordinate representation of color #BAF525: hue angle of 77.02º degrees, saturation: 0.91, 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 #BAF525 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 37 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.04 |
| HSL | 77.02º | 0.91% | 0.55% | - |
| HSV(B) | 77.02º | 0.85% | 0.96% | - |
| XYZ | 53.24 | 75.88 | 13.59 | - |
| YUV | 203.65 | 33.95 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 37 | 0.24 | 0 | 0.85 | 0.04 | 77.02 | 0.91 | 0.55 |
| Hex | BA | F5 | 25 | 18 | 0 | 55 | 4 | 4D | 5B | 37 |
| Octal | 272 | 365 | 45 | 30 | 0 | 125 | 4 | 115 | 133 | 67 |
| Binary | 10111010 | 11110101 | 100101 | 11000 | 0 | 1010101 | 100 | 1001101 | 1011011 | 110111 |
Color Harmonies of #BAF525
Complementary color
Monochromatic Colors of #BAF525
Black with #BAF525
Text Example
Text Example
White with #BAF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF525; }
p { color: rgb(186,245,37); }
H1.HeaderClassName
{
color: #BAF525;
}
.AnyTagClassName
{
color: #BAF525;
}
</style>
background-color css
<style>
a { background-color: #BAF525; }
a { background-color: rgb(186,245,37); }
div.DivClassName
{
background-color: #BAF525;
}
.BgClassName
{
background-color: #BAF525;
}
</style>
border-color css
<style>
span { border-color: #BAF525; }
span { border-color: rgb(186,245,37); }
td.TdClassName
{
border-color: #BAF525;
}
.TagClassName
{
border-color: #BAF525;
}
</style>