Shades of Green Yellow #BAF825
Tints of Green Yellow #BAF825
RGB
CMYK
RGB Variations
Color information
#BAF825 (or 0xBAF825) is known color: Green Yellow. HEX triplet: BA, F8 and 25. RGB value is (186,248,37). Sum of RGB (Red+Green+Blue) = 186+248+37=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF825 is #4507DA. Grayscale: #CECECE. Windows color (decimal): -4523995 or 2488506. OLE color: 2488506.
HSL color Cylindrical-coordinate representation of color #BAF825: hue angle of 77.63º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAF825 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 37 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.03 |
| HSL | 77.63º | 0.94% | 0.56% | - |
| HSV(B) | 77.63º | 0.85% | 0.97% | - |
| XYZ | 54.15 | 77.71 | 13.9 | - |
| YUV | 205.41 | 32.96 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 37 | 0.25 | 0 | 0.85 | 0.03 | 77.63 | 0.94 | 0.56 |
| Hex | BA | F8 | 25 | 19 | 0 | 55 | 3 | 4E | 5E | 38 |
| Octal | 272 | 370 | 45 | 31 | 0 | 125 | 3 | 116 | 136 | 70 |
| Binary | 10111010 | 11111000 | 100101 | 11001 | 0 | 1010101 | 11 | 1001110 | 1011110 | 111000 |
Color Harmonies of #BAF825
Complementary color
Monochromatic Colors of #BAF825
Black with #BAF825
Text Example
Text Example
White with #BAF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF825; }
p { color: rgb(186,248,37); }
H1.HeaderClassName
{
color: #BAF825;
}
.AnyTagClassName
{
color: #BAF825;
}
</style>
background-color css
<style>
a { background-color: #BAF825; }
a { background-color: rgb(186,248,37); }
div.DivClassName
{
background-color: #BAF825;
}
.BgClassName
{
background-color: #BAF825;
}
</style>
border-color css
<style>
span { border-color: #BAF825; }
span { border-color: rgb(186,248,37); }
td.TdClassName
{
border-color: #BAF825;
}
.TagClassName
{
border-color: #BAF825;
}
</style>