Shades of Mantis #7EC956
Tints of Mantis #7EC956
RGB
CMYK
RGB Variations
Color information
#7EC956 (or 0x7EC956) is known color: Mantis. HEX triplet: 7E, C9 and 56. RGB value is (126,201,86). Sum of RGB (Red+Green+Blue) = 126+201+86=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC956 is #8136A9. Grayscale: #A5A5A5. Windows color (decimal): -8468138 or 5687678. OLE color: 5687678.
HSL color Cylindrical-coordinate representation of color #7EC956: hue angle of 99.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7EC956 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 86 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.21 |
| HSL | 99.13º | 0.52% | 0.56% | - |
| HSV(B) | 99.13º | 0.57% | 0.79% | - |
| XYZ | 31.17 | 46.88 | 16.21 | - |
| YUV | 165.47 | 83.15 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 86 | 0.37 | 0 | 0.57 | 0.21 | 99.13 | 0.52 | 0.56 |
| Hex | 7E | C9 | 56 | 25 | 0 | 39 | 15 | 63 | 34 | 38 |
| Octal | 176 | 311 | 126 | 45 | 0 | 71 | 25 | 143 | 64 | 70 |
| Binary | 1111110 | 11001001 | 1010110 | 100101 | 0 | 111001 | 10101 | 1100011 | 110100 | 111000 |
Color Harmonies of #7EC956
Complementary color
Monochromatic Colors of #7EC956
Black with #7EC956
Text Example
Text Example
White with #7EC956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC956; }
p { color: rgb(126,201,86); }
H1.HeaderClassName
{
color: #7EC956;
}
.AnyTagClassName
{
color: #7EC956;
}
</style>
background-color css
<style>
a { background-color: #7EC956; }
a { background-color: rgb(126,201,86); }
div.DivClassName
{
background-color: #7EC956;
}
.BgClassName
{
background-color: #7EC956;
}
</style>
border-color css
<style>
span { border-color: #7EC956; }
span { border-color: rgb(126,201,86); }
td.TdClassName
{
border-color: #7EC956;
}
.TagClassName
{
border-color: #7EC956;
}
</style>