Shades of Mantis #7EC360
Tints of Mantis #7EC360
RGB
CMYK
RGB Variations
Color information
#7EC360 (or 0x7EC360) is known color: Mantis. HEX triplet: 7E, C3 and 60. RGB value is (126,195,96). Sum of RGB (Red+Green+Blue) = 126+195+96=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC360 is #813C9F. Grayscale: #A3A3A3. Windows color (decimal): -8469664 or 6341502. OLE color: 6341502.
HSL color Cylindrical-coordinate representation of color #7EC360: hue angle of 101.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EC360 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 96 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.24 |
| HSL | 101.82º | 0.45% | 0.57% | - |
| HSV(B) | 101.82º | 0.51% | 0.76% | - |
| XYZ | 30.23 | 44.31 | 18.03 | - |
| YUV | 163.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 96 | 0.35 | 0 | 0.51 | 0.24 | 101.82 | 0.45 | 0.57 |
| Hex | 7E | C3 | 60 | 23 | 0 | 33 | 18 | 66 | 2D | 39 |
| Octal | 176 | 303 | 140 | 43 | 0 | 63 | 30 | 146 | 55 | 71 |
| Binary | 1111110 | 11000011 | 1100000 | 100011 | 0 | 110011 | 11000 | 1100110 | 101101 | 111001 |
Color Harmonies of #7EC360
Complementary color
Monochromatic Colors of #7EC360
Black with #7EC360
Text Example
Text Example
White with #7EC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC360; }
p { color: rgb(126,195,96); }
H1.HeaderClassName
{
color: #7EC360;
}
.AnyTagClassName
{
color: #7EC360;
}
</style>
background-color css
<style>
a { background-color: #7EC360; }
a { background-color: rgb(126,195,96); }
div.DivClassName
{
background-color: #7EC360;
}
.BgClassName
{
background-color: #7EC360;
}
</style>
border-color css
<style>
span { border-color: #7EC360; }
span { border-color: rgb(126,195,96); }
td.TdClassName
{
border-color: #7EC360;
}
.TagClassName
{
border-color: #7EC360;
}
</style>