Shades of Mantis #7EC951
Tints of Mantis #7EC951
RGB
CMYK
RGB Variations
Color information
#7EC951 (or 0x7EC951) is known color: Mantis. HEX triplet: 7E, C9 and 51. RGB value is (126,201,81). Sum of RGB (Red+Green+Blue) = 126+201+81=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC951 is #8136AE. Grayscale: #A5A5A5. Windows color (decimal): -8468143 or 5359998. OLE color: 5359998.
HSL color Cylindrical-coordinate representation of color #7EC951: hue angle of 97.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EC951 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 81 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.21 |
| HSL | 97.5º | 0.53% | 0.55% | - |
| HSV(B) | 97.5º | 0.6% | 0.79% | - |
| XYZ | 30.98 | 46.8 | 15.19 | - |
| YUV | 164.9 | 80.65 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 81 | 0.37 | 0 | 0.60 | 0.21 | 97.5 | 0.53 | 0.55 |
| Hex | 7E | C9 | 51 | 25 | 0 | 3C | 15 | 62 | 35 | 37 |
| Octal | 176 | 311 | 121 | 45 | 0 | 74 | 25 | 142 | 65 | 67 |
| Binary | 1111110 | 11001001 | 1010001 | 100101 | 0 | 111100 | 10101 | 1100010 | 110101 | 110111 |
Color Harmonies of #7EC951
Complementary color
Monochromatic Colors of #7EC951
Black with #7EC951
Text Example
Text Example
White with #7EC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC951; }
p { color: rgb(126,201,81); }
H1.HeaderClassName
{
color: #7EC951;
}
.AnyTagClassName
{
color: #7EC951;
}
</style>
background-color css
<style>
a { background-color: #7EC951; }
a { background-color: rgb(126,201,81); }
div.DivClassName
{
background-color: #7EC951;
}
.BgClassName
{
background-color: #7EC951;
}
</style>
border-color css
<style>
span { border-color: #7EC951; }
span { border-color: rgb(126,201,81); }
td.TdClassName
{
border-color: #7EC951;
}
.TagClassName
{
border-color: #7EC951;
}
</style>