Shades of Mantis #7EB94E
Tints of Mantis #7EB94E
RGB
CMYK
RGB Variations
Color information
#7EB94E (or 0x7EB94E) is known color: Mantis. HEX triplet: 7E, B9 and 4E. RGB value is (126,185,78). Sum of RGB (Red+Green+Blue) = 126+185+78=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB94E is #8146B1. Grayscale: #9B9B9B. Windows color (decimal): -8472242 or 5159294. OLE color: 5159294.
HSL color Cylindrical-coordinate representation of color #7EB94E: hue angle of 93.08º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EB94E is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 185 | 78 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.27 |
| HSL | 93.08º | 0.43% | 0.52% | - |
| HSV(B) | 93.08º | 0.58% | 0.73% | - |
| XYZ | 27.33 | 39.68 | 13.43 | - |
| YUV | 155.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 185 | 78 | 0.32 | 0 | 0.58 | 0.27 | 93.08 | 0.43 | 0.52 |
| Hex | 7E | B9 | 4E | 20 | 0 | 3A | 1B | 5D | 2B | 34 |
| Octal | 176 | 271 | 116 | 40 | 0 | 72 | 33 | 135 | 53 | 64 |
| Binary | 1111110 | 10111001 | 1001110 | 100000 | 0 | 111010 | 11011 | 1011101 | 101011 | 110100 |
Color Harmonies of #7EB94E
Complementary color
Monochromatic Colors of #7EB94E
Black with #7EB94E
Text Example
Text Example
White with #7EB94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB94E; }
p { color: rgb(126,185,78); }
H1.HeaderClassName
{
color: #7EB94E;
}
.AnyTagClassName
{
color: #7EB94E;
}
</style>
background-color css
<style>
a { background-color: #7EB94E; }
a { background-color: rgb(126,185,78); }
div.DivClassName
{
background-color: #7EB94E;
}
.BgClassName
{
background-color: #7EB94E;
}
</style>
border-color css
<style>
span { border-color: #7EB94E; }
span { border-color: rgb(126,185,78); }
td.TdClassName
{
border-color: #7EB94E;
}
.TagClassName
{
border-color: #7EB94E;
}
</style>