Shades of Mantis #7EC144
Tints of Mantis #7EC144
RGB
CMYK
RGB Variations
Color information
#7EC144 (or 0x7EC144) is known color: Mantis. HEX triplet: 7E, C1 and 44. RGB value is (126,193,68). Sum of RGB (Red+Green+Blue) = 126+193+68=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC144 is #813EBB. Grayscale: #9F9F9F. Windows color (decimal): -8470204 or 4505982. OLE color: 4505982.
HSL color Cylindrical-coordinate representation of color #7EC144: hue angle of 92.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EC144 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 68 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.24 |
| HSL | 92.16º | 0.5% | 0.51% | - |
| HSV(B) | 92.16º | 0.65% | 0.76% | - |
| XYZ | 28.72 | 42.99 | 12.25 | - |
| YUV | 158.72 | 76.8 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 68 | 0.35 | 0 | 0.65 | 0.24 | 92.16 | 0.5 | 0.51 |
| Hex | 7E | C1 | 44 | 23 | 0 | 41 | 18 | 5C | 32 | 33 |
| Octal | 176 | 301 | 104 | 43 | 0 | 101 | 30 | 134 | 62 | 63 |
| Binary | 1111110 | 11000001 | 1000100 | 100011 | 0 | 1000001 | 11000 | 1011100 | 110010 | 110011 |
Color Harmonies of #7EC144
Complementary color
Monochromatic Colors of #7EC144
Black with #7EC144
Text Example
Text Example
White with #7EC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC144; }
p { color: rgb(126,193,68); }
H1.HeaderClassName
{
color: #7EC144;
}
.AnyTagClassName
{
color: #7EC144;
}
</style>
background-color css
<style>
a { background-color: #7EC144; }
a { background-color: rgb(126,193,68); }
div.DivClassName
{
background-color: #7EC144;
}
.BgClassName
{
background-color: #7EC144;
}
</style>
border-color css
<style>
span { border-color: #7EC144; }
span { border-color: rgb(126,193,68); }
td.TdClassName
{
border-color: #7EC144;
}
.TagClassName
{
border-color: #7EC144;
}
</style>