Shades of Mantis #7EC370
Tints of Mantis #7EC370
RGB
CMYK
RGB Variations
Color information
#7EC370 (or 0x7EC370) is known color: Mantis. HEX triplet: 7E, C3 and 70. RGB value is (126,195,112). Sum of RGB (Red+Green+Blue) = 126+195+112=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC370 is #813C8F. Grayscale: #A5A5A5. Windows color (decimal): -8469648 or 7390078. OLE color: 7390078.
HSL color Cylindrical-coordinate representation of color #7EC370: hue angle of 109.88º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EC370 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 112 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.24 |
| HSL | 109.88º | 0.41% | 0.6% | - |
| HSV(B) | 109.88º | 0.43% | 0.76% | - |
| XYZ | 31.04 | 44.64 | 22.31 | - |
| YUV | 164.91 | 98.14 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 112 | 0.35 | 0 | 0.43 | 0.24 | 109.88 | 0.41 | 0.6 |
| Hex | 7E | C3 | 70 | 23 | 0 | 2B | 18 | 6E | 29 | 3C |
| Octal | 176 | 303 | 160 | 43 | 0 | 53 | 30 | 156 | 51 | 74 |
| Binary | 1111110 | 11000011 | 1110000 | 100011 | 0 | 101011 | 11000 | 1101110 | 101001 | 111100 |
Color Harmonies of #7EC370
Complementary color
Monochromatic Colors of #7EC370
Black with #7EC370
Text Example
Text Example
White with #7EC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC370; }
p { color: rgb(126,195,112); }
H1.HeaderClassName
{
color: #7EC370;
}
.AnyTagClassName
{
color: #7EC370;
}
</style>
background-color css
<style>
a { background-color: #7EC370; }
a { background-color: rgb(126,195,112); }
div.DivClassName
{
background-color: #7EC370;
}
.BgClassName
{
background-color: #7EC370;
}
</style>
border-color css
<style>
span { border-color: #7EC370; }
span { border-color: rgb(126,195,112); }
td.TdClassName
{
border-color: #7EC370;
}
.TagClassName
{
border-color: #7EC370;
}
</style>