Shades of Green Yellow #BAF425
Tints of Green Yellow #BAF425
RGB
CMYK
RGB Variations
Color information
#BAF425 (or 0xBAF425) is known color: Green Yellow. HEX triplet: BA, F4 and 25. RGB value is (186,244,37). Sum of RGB (Red+Green+Blue) = 186+244+37=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF425 is #450BDA. Grayscale: #CBCBCB. Windows color (decimal): -4525019 or 2487482. OLE color: 2487482.
HSL color Cylindrical-coordinate representation of color #BAF425: hue angle of 76.81º degrees, saturation: 0.9, 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 #BAF425 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 37 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.04 |
| HSL | 76.81º | 0.9% | 0.55% | - |
| HSV(B) | 76.81º | 0.85% | 0.96% | - |
| XYZ | 52.93 | 75.27 | 13.49 | - |
| YUV | 203.06 | 34.28 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 37 | 0.24 | 0 | 0.85 | 0.04 | 76.81 | 0.9 | 0.55 |
| Hex | BA | F4 | 25 | 18 | 0 | 55 | 4 | 4D | 5A | 37 |
| Octal | 272 | 364 | 45 | 30 | 0 | 125 | 4 | 115 | 132 | 67 |
| Binary | 10111010 | 11110100 | 100101 | 11000 | 0 | 1010101 | 100 | 1001101 | 1011010 | 110111 |
Color Harmonies of #BAF425
Complementary color
Monochromatic Colors of #BAF425
Black with #BAF425
Text Example
Text Example
White with #BAF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF425; }
p { color: rgb(186,244,37); }
H1.HeaderClassName
{
color: #BAF425;
}
.AnyTagClassName
{
color: #BAF425;
}
</style>
background-color css
<style>
a { background-color: #BAF425; }
a { background-color: rgb(186,244,37); }
div.DivClassName
{
background-color: #BAF425;
}
.BgClassName
{
background-color: #BAF425;
}
</style>
border-color css
<style>
span { border-color: #BAF425; }
span { border-color: rgb(186,244,37); }
td.TdClassName
{
border-color: #BAF425;
}
.TagClassName
{
border-color: #BAF425;
}
</style>