Shades of Mantis #7EC95C
Tints of Mantis #7EC95C
RGB
CMYK
RGB Variations
Color information
#7EC95C (or 0x7EC95C) is known color: Mantis. HEX triplet: 7E, C9 and 5C. RGB value is (126,201,92). Sum of RGB (Red+Green+Blue) = 126+201+92=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC95C is #8136A3. Grayscale: #A6A6A6. Windows color (decimal): -8468132 or 6080894. OLE color: 6080894.
HSL color Cylindrical-coordinate representation of color #7EC95C: hue angle of 101.28º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EC95C is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 92 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.21 |
| HSL | 101.28º | 0.5% | 0.57% | - |
| HSV(B) | 101.28º | 0.54% | 0.79% | - |
| XYZ | 31.42 | 46.98 | 17.54 | - |
| YUV | 166.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 92 | 0.37 | 0 | 0.54 | 0.21 | 101.28 | 0.5 | 0.57 |
| Hex | 7E | C9 | 5C | 25 | 0 | 36 | 15 | 65 | 32 | 39 |
| Octal | 176 | 311 | 134 | 45 | 0 | 66 | 25 | 145 | 62 | 71 |
| Binary | 1111110 | 11001001 | 1011100 | 100101 | 0 | 110110 | 10101 | 1100101 | 110010 | 111001 |
Color Harmonies of #7EC95C
Complementary color
Monochromatic Colors of #7EC95C
Black with #7EC95C
Text Example
Text Example
White with #7EC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC95C; }
p { color: rgb(126,201,92); }
H1.HeaderClassName
{
color: #7EC95C;
}
.AnyTagClassName
{
color: #7EC95C;
}
</style>
background-color css
<style>
a { background-color: #7EC95C; }
a { background-color: rgb(126,201,92); }
div.DivClassName
{
background-color: #7EC95C;
}
.BgClassName
{
background-color: #7EC95C;
}
</style>
border-color css
<style>
span { border-color: #7EC95C; }
span { border-color: rgb(126,201,92); }
td.TdClassName
{
border-color: #7EC95C;
}
.TagClassName
{
border-color: #7EC95C;
}
</style>