Shades of Mantis #7EC947
Tints of Mantis #7EC947
RGB
CMYK
RGB Variations
Color information
#7EC947 (or 0x7EC947) is known color: Mantis. HEX triplet: 7E, C9 and 47. RGB value is (126,201,71). Sum of RGB (Red+Green+Blue) = 126+201+71=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC947 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC947 is #8136B8. Grayscale: #A4A4A4. Windows color (decimal): -8468153 or 4704638. OLE color: 4704638.
HSL color Cylindrical-coordinate representation of color #7EC947: hue angle of 94.62º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EC947 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 71 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.21 |
| HSL | 94.62º | 0.55% | 0.53% | - |
| HSV(B) | 94.62º | 0.65% | 0.79% | - |
| XYZ | 30.63 | 46.66 | 13.35 | - |
| YUV | 163.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 71 | 0.37 | 0 | 0.65 | 0.21 | 94.62 | 0.55 | 0.53 |
| Hex | 7E | C9 | 47 | 25 | 0 | 41 | 15 | 5F | 37 | 35 |
| Octal | 176 | 311 | 107 | 45 | 0 | 101 | 25 | 137 | 67 | 65 |
| Binary | 1111110 | 11001001 | 1000111 | 100101 | 0 | 1000001 | 10101 | 1011111 | 110111 | 110101 |
Color Harmonies of #7EC947
Complementary color
Monochromatic Colors of #7EC947
Black with #7EC947
Text Example
Text Example
White with #7EC947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC947; }
p { color: rgb(126,201,71); }
H1.HeaderClassName
{
color: #7EC947;
}
.AnyTagClassName
{
color: #7EC947;
}
</style>
background-color css
<style>
a { background-color: #7EC947; }
a { background-color: rgb(126,201,71); }
div.DivClassName
{
background-color: #7EC947;
}
.BgClassName
{
background-color: #7EC947;
}
</style>
border-color css
<style>
span { border-color: #7EC947; }
span { border-color: rgb(126,201,71); }
td.TdClassName
{
border-color: #7EC947;
}
.TagClassName
{
border-color: #7EC947;
}
</style>