Shades of Mantis #7EBA46
Tints of Mantis #7EBA46
RGB
CMYK
RGB Variations
Color information
#7EBA46 (or 0x7EBA46) is known color: Mantis. HEX triplet: 7E, BA and 46. RGB value is (126,186,70). Sum of RGB (Red+Green+Blue) = 126+186+70=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA46 is #8145B9. Grayscale: #9B9B9B. Windows color (decimal): -8471994 or 4635262. OLE color: 4635262.
HSL color Cylindrical-coordinate representation of color #7EBA46: hue angle of 91.03º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7EBA46 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 70 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.27 |
| HSL | 91.03º | 0.46% | 0.5% | - |
| HSV(B) | 91.03º | 0.62% | 0.73% | - |
| XYZ | 27.27 | 40 | 12.08 | - |
| YUV | 154.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 70 | 0.32 | 0 | 0.62 | 0.27 | 91.03 | 0.46 | 0.5 |
| Hex | 7E | BA | 46 | 20 | 0 | 3E | 1B | 5B | 2E | 32 |
| Octal | 176 | 272 | 106 | 40 | 0 | 76 | 33 | 133 | 56 | 62 |
| Binary | 1111110 | 10111010 | 1000110 | 100000 | 0 | 111110 | 11011 | 1011011 | 101110 | 110010 |
Color Harmonies of #7EBA46
Complementary color
Monochromatic Colors of #7EBA46
Black with #7EBA46
Text Example
Text Example
White with #7EBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA46; }
p { color: rgb(126,186,70); }
H1.HeaderClassName
{
color: #7EBA46;
}
.AnyTagClassName
{
color: #7EBA46;
}
</style>
background-color css
<style>
a { background-color: #7EBA46; }
a { background-color: rgb(126,186,70); }
div.DivClassName
{
background-color: #7EBA46;
}
.BgClassName
{
background-color: #7EBA46;
}
</style>
border-color css
<style>
span { border-color: #7EBA46; }
span { border-color: rgb(126,186,70); }
td.TdClassName
{
border-color: #7EBA46;
}
.TagClassName
{
border-color: #7EBA46;
}
</style>