Shades of Mantis #7EC95D
Tints of Mantis #7EC95D
RGB
CMYK
RGB Variations
Color information
#7EC95D (or 0x7EC95D) is known color: Mantis. HEX triplet: 7E, C9 and 5D. RGB value is (126,201,93). Sum of RGB (Red+Green+Blue) = 126+201+93=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC95D is #8136A2. Grayscale: #A6A6A6. Windows color (decimal): -8468131 or 6146430. OLE color: 6146430.
HSL color Cylindrical-coordinate representation of color #7EC95D: hue angle of 101.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EC95D is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 93 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.21 |
| HSL | 101.67º | 0.5% | 0.58% | - |
| HSV(B) | 101.67º | 0.54% | 0.79% | - |
| XYZ | 31.47 | 47 | 17.77 | - |
| YUV | 166.26 | 86.65 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 93 | 0.37 | 0 | 0.54 | 0.21 | 101.67 | 0.5 | 0.58 |
| Hex | 7E | C9 | 5D | 25 | 0 | 36 | 15 | 66 | 32 | 3A |
| Octal | 176 | 311 | 135 | 45 | 0 | 66 | 25 | 146 | 62 | 72 |
| Binary | 1111110 | 11001001 | 1011101 | 100101 | 0 | 110110 | 10101 | 1100110 | 110010 | 111010 |
Color Harmonies of #7EC95D
Complementary color
Monochromatic Colors of #7EC95D
Black with #7EC95D
Text Example
Text Example
White with #7EC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC95D; }
p { color: rgb(126,201,93); }
H1.HeaderClassName
{
color: #7EC95D;
}
.AnyTagClassName
{
color: #7EC95D;
}
</style>
background-color css
<style>
a { background-color: #7EC95D; }
a { background-color: rgb(126,201,93); }
div.DivClassName
{
background-color: #7EC95D;
}
.BgClassName
{
background-color: #7EC95D;
}
</style>
border-color css
<style>
span { border-color: #7EC95D; }
span { border-color: rgb(126,201,93); }
td.TdClassName
{
border-color: #7EC95D;
}
.TagClassName
{
border-color: #7EC95D;
}
</style>