Shades of Green Yellow #BAF129
Tints of Green Yellow #BAF129
RGB
CMYK
RGB Variations
Color information
#BAF129 (or 0xBAF129) is known color: Green Yellow. HEX triplet: BA, F1 and 29. RGB value is (186,241,41). Sum of RGB (Red+Green+Blue) = 186+241+41=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF129 is #450ED6. Grayscale: #CACACA. Windows color (decimal): -4525783 or 2748858. OLE color: 2748858.
HSL color Cylindrical-coordinate representation of color #BAF129: hue angle of 76.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAF129 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 41 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.05 |
| HSL | 76.5º | 0.88% | 0.55% | - |
| HSV(B) | 76.5º | 0.83% | 0.95% | - |
| XYZ | 52.11 | 73.51 | 13.54 | - |
| YUV | 201.76 | 37.28 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 41 | 0.23 | 0 | 0.83 | 0.05 | 76.5 | 0.88 | 0.55 |
| Hex | BA | F1 | 29 | 17 | 0 | 53 | 5 | 4C | 58 | 37 |
| Octal | 272 | 361 | 51 | 27 | 0 | 123 | 5 | 114 | 130 | 67 |
| Binary | 10111010 | 11110001 | 101001 | 10111 | 0 | 1010011 | 101 | 1001100 | 1011000 | 110111 |
Color Harmonies of #BAF129
Complementary color
Monochromatic Colors of #BAF129
Black with #BAF129
Text Example
Text Example
White with #BAF129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF129; }
p { color: rgb(186,241,41); }
H1.HeaderClassName
{
color: #BAF129;
}
.AnyTagClassName
{
color: #BAF129;
}
</style>
background-color css
<style>
a { background-color: #BAF129; }
a { background-color: rgb(186,241,41); }
div.DivClassName
{
background-color: #BAF129;
}
.BgClassName
{
background-color: #BAF129;
}
</style>
border-color css
<style>
span { border-color: #BAF129; }
span { border-color: rgb(186,241,41); }
td.TdClassName
{
border-color: #BAF129;
}
.TagClassName
{
border-color: #BAF129;
}
</style>