Shades of Mantis #7EB94D
Tints of Mantis #7EB94D
RGB
CMYK
RGB Variations
Color information
#7EB94D (or 0x7EB94D) is known color: Mantis. HEX triplet: 7E, B9 and 4D. RGB value is (126,185,77). Sum of RGB (Red+Green+Blue) = 126+185+77=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB94D is #8146B2. Grayscale: #9B9B9B. Windows color (decimal): -8472243 or 5093758. OLE color: 5093758.
HSL color Cylindrical-coordinate representation of color #7EB94D: hue angle of 92.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EB94D is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 185 | 77 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.27 |
| HSL | 92.78º | 0.44% | 0.51% | - |
| HSV(B) | 92.78º | 0.58% | 0.73% | - |
| XYZ | 27.29 | 39.67 | 13.24 | - |
| YUV | 155.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 185 | 77 | 0.32 | 0 | 0.58 | 0.27 | 92.78 | 0.44 | 0.51 |
| Hex | 7E | B9 | 4D | 20 | 0 | 3A | 1B | 5D | 2C | 33 |
| Octal | 176 | 271 | 115 | 40 | 0 | 72 | 33 | 135 | 54 | 63 |
| Binary | 1111110 | 10111001 | 1001101 | 100000 | 0 | 111010 | 11011 | 1011101 | 101100 | 110011 |
Color Harmonies of #7EB94D
Complementary color
Monochromatic Colors of #7EB94D
Black with #7EB94D
Text Example
Text Example
White with #7EB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB94D; }
p { color: rgb(126,185,77); }
H1.HeaderClassName
{
color: #7EB94D;
}
.AnyTagClassName
{
color: #7EB94D;
}
</style>
background-color css
<style>
a { background-color: #7EB94D; }
a { background-color: rgb(126,185,77); }
div.DivClassName
{
background-color: #7EB94D;
}
.BgClassName
{
background-color: #7EB94D;
}
</style>
border-color css
<style>
span { border-color: #7EB94D; }
span { border-color: rgb(126,185,77); }
td.TdClassName
{
border-color: #7EB94D;
}
.TagClassName
{
border-color: #7EB94D;
}
</style>