Shades of Green Yellow #BAF32E
Tints of Green Yellow #BAF32E
RGB
CMYK
RGB Variations
Color information
#BAF32E (or 0xBAF32E) is known color: Green Yellow. HEX triplet: BA, F3 and 2E. RGB value is (186,243,46). Sum of RGB (Red+Green+Blue) = 186+243+46=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF32E is #450CD1. Grayscale: #CCCCCC. Windows color (decimal): -4525266 or 3077050. OLE color: 3077050.
HSL color Cylindrical-coordinate representation of color #BAF32E: hue angle of 77.36º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAF32E is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 46 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.05 |
| HSL | 77.36º | 0.89% | 0.57% | - |
| HSV(B) | 77.36º | 0.81% | 0.95% | - |
| XYZ | 52.79 | 74.74 | 14.23 | - |
| YUV | 203.5 | 39.12 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 46 | 0.23 | 0 | 0.81 | 0.05 | 77.36 | 0.89 | 0.57 |
| Hex | BA | F3 | 2E | 17 | 0 | 51 | 5 | 4D | 59 | 39 |
| Octal | 272 | 363 | 56 | 27 | 0 | 121 | 5 | 115 | 131 | 71 |
| Binary | 10111010 | 11110011 | 101110 | 10111 | 0 | 1010001 | 101 | 1001101 | 1011001 | 111001 |
Color Harmonies of #BAF32E
Complementary color
Monochromatic Colors of #BAF32E
Black with #BAF32E
Text Example
Text Example
White with #BAF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF32E; }
p { color: rgb(186,243,46); }
H1.HeaderClassName
{
color: #BAF32E;
}
.AnyTagClassName
{
color: #BAF32E;
}
</style>
background-color css
<style>
a { background-color: #BAF32E; }
a { background-color: rgb(186,243,46); }
div.DivClassName
{
background-color: #BAF32E;
}
.BgClassName
{
background-color: #BAF32E;
}
</style>
border-color css
<style>
span { border-color: #BAF32E; }
span { border-color: rgb(186,243,46); }
td.TdClassName
{
border-color: #BAF32E;
}
.TagClassName
{
border-color: #BAF32E;
}
</style>