Shades of Mantis #7EC846
Tints of Mantis #7EC846
RGB
CMYK
RGB Variations
Color information
#7EC846 (or 0x7EC846) is known color: Mantis. HEX triplet: 7E, C8 and 46. RGB value is (126,200,70). Sum of RGB (Red+Green+Blue) = 126+200+70=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC846 is #8137B9. Grayscale: #A3A3A3. Windows color (decimal): -8468410 or 4638846. OLE color: 4638846.
HSL color Cylindrical-coordinate representation of color #7EC846: hue angle of 94.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EC846 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 70 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.22 |
| HSL | 94.15º | 0.54% | 0.53% | - |
| HSV(B) | 94.15º | 0.65% | 0.78% | - |
| XYZ | 30.36 | 46.19 | 13.11 | - |
| YUV | 163.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 70 | 0.37 | 0 | 0.65 | 0.22 | 94.15 | 0.54 | 0.53 |
| Hex | 7E | C8 | 46 | 25 | 0 | 41 | 16 | 5E | 36 | 35 |
| Octal | 176 | 310 | 106 | 45 | 0 | 101 | 26 | 136 | 66 | 65 |
| Binary | 1111110 | 11001000 | 1000110 | 100101 | 0 | 1000001 | 10110 | 1011110 | 110110 | 110101 |
Color Harmonies of #7EC846
Complementary color
Monochromatic Colors of #7EC846
Black with #7EC846
Text Example
Text Example
White with #7EC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC846; }
p { color: rgb(126,200,70); }
H1.HeaderClassName
{
color: #7EC846;
}
.AnyTagClassName
{
color: #7EC846;
}
</style>
background-color css
<style>
a { background-color: #7EC846; }
a { background-color: rgb(126,200,70); }
div.DivClassName
{
background-color: #7EC846;
}
.BgClassName
{
background-color: #7EC846;
}
</style>
border-color css
<style>
span { border-color: #7EC846; }
span { border-color: rgb(126,200,70); }
td.TdClassName
{
border-color: #7EC846;
}
.TagClassName
{
border-color: #7EC846;
}
</style>