Shades of Mantis #7EC158
Tints of Mantis #7EC158
RGB
CMYK
RGB Variations
Color information
#7EC158 (or 0x7EC158) is known color: Mantis. HEX triplet: 7E, C1 and 58. RGB value is (126,193,88). Sum of RGB (Red+Green+Blue) = 126+193+88=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC158 is #813EA7. Grayscale: #A1A1A1. Windows color (decimal): -8470184 or 5816702. OLE color: 5816702.
HSL color Cylindrical-coordinate representation of color #7EC158: hue angle of 98.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EC158 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 88 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.24 |
| HSL | 98.29º | 0.46% | 0.55% | - |
| HSV(B) | 98.29º | 0.54% | 0.76% | - |
| XYZ | 29.44 | 43.28 | 16.04 | - |
| YUV | 161 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 88 | 0.35 | 0 | 0.54 | 0.24 | 98.29 | 0.46 | 0.55 |
| Hex | 7E | C1 | 58 | 23 | 0 | 36 | 18 | 62 | 2E | 37 |
| Octal | 176 | 301 | 130 | 43 | 0 | 66 | 30 | 142 | 56 | 67 |
| Binary | 1111110 | 11000001 | 1011000 | 100011 | 0 | 110110 | 11000 | 1100010 | 101110 | 110111 |
Color Harmonies of #7EC158
Complementary color
Monochromatic Colors of #7EC158
Black with #7EC158
Text Example
Text Example
White with #7EC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC158; }
p { color: rgb(126,193,88); }
H1.HeaderClassName
{
color: #7EC158;
}
.AnyTagClassName
{
color: #7EC158;
}
</style>
background-color css
<style>
a { background-color: #7EC158; }
a { background-color: rgb(126,193,88); }
div.DivClassName
{
background-color: #7EC158;
}
.BgClassName
{
background-color: #7EC158;
}
</style>
border-color css
<style>
span { border-color: #7EC158; }
span { border-color: rgb(126,193,88); }
td.TdClassName
{
border-color: #7EC158;
}
.TagClassName
{
border-color: #7EC158;
}
</style>