Shades of Mantis #7EC15D
Tints of Mantis #7EC15D
RGB
CMYK
RGB Variations
Color information
#7EC15D (or 0x7EC15D) is known color: Mantis. HEX triplet: 7E, C1 and 5D. RGB value is (126,193,93). Sum of RGB (Red+Green+Blue) = 126+193+93=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC15D is #813EA2. Grayscale: #A1A1A1. Windows color (decimal): -8470179 or 6144382. OLE color: 6144382.
HSL color Cylindrical-coordinate representation of color #7EC15D: hue angle of 100.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EC15D is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 93 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.24 |
| HSL | 100.2º | 0.45% | 0.56% | - |
| HSV(B) | 100.2º | 0.52% | 0.76% | - |
| XYZ | 29.65 | 43.37 | 17.16 | - |
| YUV | 161.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 93 | 0.35 | 0 | 0.52 | 0.24 | 100.2 | 0.45 | 0.56 |
| Hex | 7E | C1 | 5D | 23 | 0 | 34 | 18 | 64 | 2D | 38 |
| Octal | 176 | 301 | 135 | 43 | 0 | 64 | 30 | 144 | 55 | 70 |
| Binary | 1111110 | 11000001 | 1011101 | 100011 | 0 | 110100 | 11000 | 1100100 | 101101 | 111000 |
Color Harmonies of #7EC15D
Complementary color
Monochromatic Colors of #7EC15D
Black with #7EC15D
Text Example
Text Example
White with #7EC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC15D; }
p { color: rgb(126,193,93); }
H1.HeaderClassName
{
color: #7EC15D;
}
.AnyTagClassName
{
color: #7EC15D;
}
</style>
background-color css
<style>
a { background-color: #7EC15D; }
a { background-color: rgb(126,193,93); }
div.DivClassName
{
background-color: #7EC15D;
}
.BgClassName
{
background-color: #7EC15D;
}
</style>
border-color css
<style>
span { border-color: #7EC15D; }
span { border-color: rgb(126,193,93); }
td.TdClassName
{
border-color: #7EC15D;
}
.TagClassName
{
border-color: #7EC15D;
}
</style>