Shades of Green Yellow #BAF42E
Tints of Green Yellow #BAF42E
RGB
CMYK
RGB Variations
Color information
#BAF42E (or 0xBAF42E) is known color: Green Yellow. HEX triplet: BA, F4 and 2E. RGB value is (186,244,46). Sum of RGB (Red+Green+Blue) = 186+244+46=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF42E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF42E is #450BD1. Grayscale: #CCCCCC. Windows color (decimal): -4525010 or 3077306. OLE color: 3077306.
HSL color Cylindrical-coordinate representation of color #BAF42E: hue angle of 77.58º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAF42E is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 46 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.04 |
| HSL | 77.58º | 0.9% | 0.57% | - |
| HSV(B) | 77.58º | 0.81% | 0.96% | - |
| XYZ | 53.09 | 75.34 | 14.33 | - |
| YUV | 204.09 | 38.78 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 46 | 0.24 | 0 | 0.81 | 0.04 | 77.58 | 0.9 | 0.57 |
| Hex | BA | F4 | 2E | 18 | 0 | 51 | 4 | 4E | 5A | 39 |
| Octal | 272 | 364 | 56 | 30 | 0 | 121 | 4 | 116 | 132 | 71 |
| Binary | 10111010 | 11110100 | 101110 | 11000 | 0 | 1010001 | 100 | 1001110 | 1011010 | 111001 |
Color Harmonies of #BAF42E
Complementary color
Monochromatic Colors of #BAF42E
Black with #BAF42E
Text Example
Text Example
White with #BAF42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF42E; }
p { color: rgb(186,244,46); }
H1.HeaderClassName
{
color: #BAF42E;
}
.AnyTagClassName
{
color: #BAF42E;
}
</style>
background-color css
<style>
a { background-color: #BAF42E; }
a { background-color: rgb(186,244,46); }
div.DivClassName
{
background-color: #BAF42E;
}
.BgClassName
{
background-color: #BAF42E;
}
</style>
border-color css
<style>
span { border-color: #BAF42E; }
span { border-color: rgb(186,244,46); }
td.TdClassName
{
border-color: #BAF42E;
}
.TagClassName
{
border-color: #BAF42E;
}
</style>