Shades of Mantis #7EC944
Tints of Mantis #7EC944
RGB
CMYK
RGB Variations
Color information
#7EC944 (or 0x7EC944) is known color: Mantis. HEX triplet: 7E, C9 and 44. RGB value is (126,201,68). Sum of RGB (Red+Green+Blue) = 126+201+68=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC944 is #8136BB. Grayscale: #A3A3A3. Windows color (decimal): -8468156 or 4508030. OLE color: 4508030.
HSL color Cylindrical-coordinate representation of color #7EC944: hue angle of 93.83º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7EC944 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 68 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.21 |
| HSL | 93.83º | 0.55% | 0.53% | - |
| HSV(B) | 93.83º | 0.66% | 0.79% | - |
| XYZ | 30.53 | 46.63 | 12.86 | - |
| YUV | 163.41 | 74.15 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 68 | 0.37 | 0 | 0.66 | 0.21 | 93.83 | 0.55 | 0.53 |
| Hex | 7E | C9 | 44 | 25 | 0 | 42 | 15 | 5E | 37 | 35 |
| Octal | 176 | 311 | 104 | 45 | 0 | 102 | 25 | 136 | 67 | 65 |
| Binary | 1111110 | 11001001 | 1000100 | 100101 | 0 | 1000010 | 10101 | 1011110 | 110111 | 110101 |
Color Harmonies of #7EC944
Complementary color
Monochromatic Colors of #7EC944
Black with #7EC944
Text Example
Text Example
White with #7EC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC944; }
p { color: rgb(126,201,68); }
H1.HeaderClassName
{
color: #7EC944;
}
.AnyTagClassName
{
color: #7EC944;
}
</style>
background-color css
<style>
a { background-color: #7EC944; }
a { background-color: rgb(126,201,68); }
div.DivClassName
{
background-color: #7EC944;
}
.BgClassName
{
background-color: #7EC944;
}
</style>
border-color css
<style>
span { border-color: #7EC944; }
span { border-color: rgb(126,201,68); }
td.TdClassName
{
border-color: #7EC944;
}
.TagClassName
{
border-color: #7EC944;
}
</style>