Shades of Mantis #7EC25A
Tints of Mantis #7EC25A
RGB
CMYK
RGB Variations
Color information
#7EC25A (or 0x7EC25A) is known color: Mantis. HEX triplet: 7E, C2 and 5A. RGB value is (126,194,90). Sum of RGB (Red+Green+Blue) = 126+194+90=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC25A is #813DA5. Grayscale: #A2A2A2. Windows color (decimal): -8469926 or 5948030. OLE color: 5948030.
HSL color Cylindrical-coordinate representation of color #7EC25A: hue angle of 99.23º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EC25A is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 90 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.24 |
| HSL | 99.23º | 0.46% | 0.56% | - |
| HSV(B) | 99.23º | 0.54% | 0.76% | - |
| XYZ | 29.74 | 43.76 | 16.55 | - |
| YUV | 161.81 | 87.47 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 90 | 0.35 | 0 | 0.54 | 0.24 | 99.23 | 0.46 | 0.56 |
| Hex | 7E | C2 | 5A | 23 | 0 | 36 | 18 | 63 | 2E | 38 |
| Octal | 176 | 302 | 132 | 43 | 0 | 66 | 30 | 143 | 56 | 70 |
| Binary | 1111110 | 11000010 | 1011010 | 100011 | 0 | 110110 | 11000 | 1100011 | 101110 | 111000 |
Color Harmonies of #7EC25A
Complementary color
Monochromatic Colors of #7EC25A
Black with #7EC25A
Text Example
Text Example
White with #7EC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC25A; }
p { color: rgb(126,194,90); }
H1.HeaderClassName
{
color: #7EC25A;
}
.AnyTagClassName
{
color: #7EC25A;
}
</style>
background-color css
<style>
a { background-color: #7EC25A; }
a { background-color: rgb(126,194,90); }
div.DivClassName
{
background-color: #7EC25A;
}
.BgClassName
{
background-color: #7EC25A;
}
</style>
border-color css
<style>
span { border-color: #7EC25A; }
span { border-color: rgb(126,194,90); }
td.TdClassName
{
border-color: #7EC25A;
}
.TagClassName
{
border-color: #7EC25A;
}
</style>