Shades of Green Yellow #BAF125
Tints of Green Yellow #BAF125
RGB
CMYK
RGB Variations
Color information
#BAF125 (or 0xBAF125) is known color: Green Yellow. HEX triplet: BA, F1 and 25. RGB value is (186,241,37). Sum of RGB (Red+Green+Blue) = 186+241+37=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF125 is #450EDA. Grayscale: #CACACA. Windows color (decimal): -4525787 or 2486714. OLE color: 2486714.
HSL color Cylindrical-coordinate representation of color #BAF125: hue angle of 76.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAF125 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 37 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.05 |
| HSL | 76.18º | 0.88% | 0.55% | - |
| HSV(B) | 76.18º | 0.85% | 0.95% | - |
| XYZ | 52.04 | 73.48 | 13.19 | - |
| YUV | 201.3 | 35.28 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 37 | 0.23 | 0 | 0.85 | 0.05 | 76.18 | 0.88 | 0.55 |
| Hex | BA | F1 | 25 | 17 | 0 | 55 | 5 | 4C | 58 | 37 |
| Octal | 272 | 361 | 45 | 27 | 0 | 125 | 5 | 114 | 130 | 67 |
| Binary | 10111010 | 11110001 | 100101 | 10111 | 0 | 1010101 | 101 | 1001100 | 1011000 | 110111 |
Color Harmonies of #BAF125
Complementary color
Monochromatic Colors of #BAF125
Black with #BAF125
Text Example
Text Example
White with #BAF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF125; }
p { color: rgb(186,241,37); }
H1.HeaderClassName
{
color: #BAF125;
}
.AnyTagClassName
{
color: #BAF125;
}
</style>
background-color css
<style>
a { background-color: #BAF125; }
a { background-color: rgb(186,241,37); }
div.DivClassName
{
background-color: #BAF125;
}
.BgClassName
{
background-color: #BAF125;
}
</style>
border-color css
<style>
span { border-color: #BAF125; }
span { border-color: rgb(186,241,37); }
td.TdClassName
{
border-color: #BAF125;
}
.TagClassName
{
border-color: #BAF125;
}
</style>