Shades of Mantis #7EC041
Tints of Mantis #7EC041
RGB
CMYK
RGB Variations
Color information
#7EC041 (or 0x7EC041) is known color: Mantis. HEX triplet: 7E, C0 and 41. RGB value is (126,192,65). Sum of RGB (Red+Green+Blue) = 126+192+65=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC041 is #813FBE. Grayscale: #9E9E9E. Windows color (decimal): -8470463 or 4309118. OLE color: 4309118.
HSL color Cylindrical-coordinate representation of color #7EC041: hue angle of 91.18º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7EC041 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 65 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.25 |
| HSL | 91.18º | 0.5% | 0.5% | - |
| HSV(B) | 91.18º | 0.66% | 0.75% | - |
| XYZ | 28.41 | 42.52 | 11.71 | - |
| YUV | 157.79 | 75.63 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 65 | 0.34 | 0 | 0.66 | 0.25 | 91.18 | 0.5 | 0.5 |
| Hex | 7E | C0 | 41 | 22 | 0 | 42 | 19 | 5B | 32 | 32 |
| Octal | 176 | 300 | 101 | 42 | 0 | 102 | 31 | 133 | 62 | 62 |
| Binary | 1111110 | 11000000 | 1000001 | 100010 | 0 | 1000010 | 11001 | 1011011 | 110010 | 110010 |
Color Harmonies of #7EC041
Complementary color
Monochromatic Colors of #7EC041
Black with #7EC041
Text Example
Text Example
White with #7EC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC041; }
p { color: rgb(126,192,65); }
H1.HeaderClassName
{
color: #7EC041;
}
.AnyTagClassName
{
color: #7EC041;
}
</style>
background-color css
<style>
a { background-color: #7EC041; }
a { background-color: rgb(126,192,65); }
div.DivClassName
{
background-color: #7EC041;
}
.BgClassName
{
background-color: #7EC041;
}
</style>
border-color css
<style>
span { border-color: #7EC041; }
span { border-color: rgb(126,192,65); }
td.TdClassName
{
border-color: #7EC041;
}
.TagClassName
{
border-color: #7EC041;
}
</style>