Shades of Mantis #7EC241
Tints of Mantis #7EC241
RGB
CMYK
RGB Variations
Color information
#7EC241 (or 0x7EC241) is known color: Mantis. HEX triplet: 7E, C2 and 41. RGB value is (126,194,65). Sum of RGB (Red+Green+Blue) = 126+194+65=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC241 is #813DBE. Grayscale: #9F9F9F. Windows color (decimal): -8469951 or 4309630. OLE color: 4309630.
HSL color Cylindrical-coordinate representation of color #7EC241: hue angle of 91.63º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7EC241 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 65 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.24 |
| HSL | 91.63º | 0.51% | 0.51% | - |
| HSV(B) | 91.63º | 0.66% | 0.76% | - |
| XYZ | 28.85 | 43.4 | 11.86 | - |
| YUV | 158.96 | 74.97 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 65 | 0.35 | 0 | 0.66 | 0.24 | 91.63 | 0.51 | 0.51 |
| Hex | 7E | C2 | 41 | 23 | 0 | 42 | 18 | 5C | 33 | 33 |
| Octal | 176 | 302 | 101 | 43 | 0 | 102 | 30 | 134 | 63 | 63 |
| Binary | 1111110 | 11000010 | 1000001 | 100011 | 0 | 1000010 | 11000 | 1011100 | 110011 | 110011 |
Color Harmonies of #7EC241
Complementary color
Monochromatic Colors of #7EC241
Black with #7EC241
Text Example
Text Example
White with #7EC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC241; }
p { color: rgb(126,194,65); }
H1.HeaderClassName
{
color: #7EC241;
}
.AnyTagClassName
{
color: #7EC241;
}
</style>
background-color css
<style>
a { background-color: #7EC241; }
a { background-color: rgb(126,194,65); }
div.DivClassName
{
background-color: #7EC241;
}
.BgClassName
{
background-color: #7EC241;
}
</style>
border-color css
<style>
span { border-color: #7EC241; }
span { border-color: rgb(126,194,65); }
td.TdClassName
{
border-color: #7EC241;
}
.TagClassName
{
border-color: #7EC241;
}
</style>