Shades of Mantis #7EC870
Tints of Mantis #7EC870
RGB
CMYK
RGB Variations
Color information
#7EC870 (or 0x7EC870) is known color: Mantis. HEX triplet: 7E, C8 and 70. RGB value is (126,200,112). Sum of RGB (Red+Green+Blue) = 126+200+112=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC870 is #81378F. Grayscale: #A8A8A8. Windows color (decimal): -8468368 or 7391358. OLE color: 7391358.
HSL color Cylindrical-coordinate representation of color #7EC870: hue angle of 110.45º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EC870 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 112 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.22 |
| HSL | 110.45º | 0.44% | 0.61% | - |
| HSV(B) | 110.45º | 0.44% | 0.78% | - |
| XYZ | 32.18 | 46.91 | 22.69 | - |
| YUV | 167.84 | 96.48 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 112 | 0.37 | 0 | 0.44 | 0.22 | 110.45 | 0.44 | 0.61 |
| Hex | 7E | C8 | 70 | 25 | 0 | 2C | 16 | 6E | 2C | 3D |
| Octal | 176 | 310 | 160 | 45 | 0 | 54 | 26 | 156 | 54 | 75 |
| Binary | 1111110 | 11001000 | 1110000 | 100101 | 0 | 101100 | 10110 | 1101110 | 101100 | 111101 |
Color Harmonies of #7EC870
Complementary color
Monochromatic Colors of #7EC870
Black with #7EC870
Text Example
Text Example
White with #7EC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC870; }
p { color: rgb(126,200,112); }
H1.HeaderClassName
{
color: #7EC870;
}
.AnyTagClassName
{
color: #7EC870;
}
</style>
background-color css
<style>
a { background-color: #7EC870; }
a { background-color: rgb(126,200,112); }
div.DivClassName
{
background-color: #7EC870;
}
.BgClassName
{
background-color: #7EC870;
}
</style>
border-color css
<style>
span { border-color: #7EC870; }
span { border-color: rgb(126,200,112); }
td.TdClassName
{
border-color: #7EC870;
}
.TagClassName
{
border-color: #7EC870;
}
</style>