Shades of Green Yellow #BAF62E
Tints of Green Yellow #BAF62E
RGB
CMYK
RGB Variations
Color information
#BAF62E (or 0xBAF62E) is known color: Green Yellow. HEX triplet: BA, F6 and 2E. RGB value is (186,246,46). Sum of RGB (Red+Green+Blue) = 186+246+46=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF62E is #4509D1. Grayscale: #CECECE. Windows color (decimal): -4524498 or 3077818. OLE color: 3077818.
HSL color Cylindrical-coordinate representation of color #BAF62E: hue angle of 78º degrees, saturation: 0.92, 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 #BAF62E is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 46 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.04 |
| HSL | 78º | 0.92% | 0.57% | - |
| HSV(B) | 78º | 0.81% | 0.96% | - |
| XYZ | 53.7 | 76.55 | 14.53 | - |
| YUV | 205.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 46 | 0.24 | 0 | 0.81 | 0.04 | 78 | 0.92 | 0.57 |
| Hex | BA | F6 | 2E | 18 | 0 | 51 | 4 | 4E | 5C | 39 |
| Octal | 272 | 366 | 56 | 30 | 0 | 121 | 4 | 116 | 134 | 71 |
| Binary | 10111010 | 11110110 | 101110 | 11000 | 0 | 1010001 | 100 | 1001110 | 1011100 | 111001 |
Color Harmonies of #BAF62E
Complementary color
Monochromatic Colors of #BAF62E
Black with #BAF62E
Text Example
Text Example
White with #BAF62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF62E; }
p { color: rgb(186,246,46); }
H1.HeaderClassName
{
color: #BAF62E;
}
.AnyTagClassName
{
color: #BAF62E;
}
</style>
background-color css
<style>
a { background-color: #BAF62E; }
a { background-color: rgb(186,246,46); }
div.DivClassName
{
background-color: #BAF62E;
}
.BgClassName
{
background-color: #BAF62E;
}
</style>
border-color css
<style>
span { border-color: #BAF62E; }
span { border-color: rgb(186,246,46); }
td.TdClassName
{
border-color: #BAF62E;
}
.TagClassName
{
border-color: #BAF62E;
}
</style>