Shades of Mantis #7EC342
Tints of Mantis #7EC342
RGB
CMYK
RGB Variations
Color information
#7EC342 (or 0x7EC342) is known color: Mantis. HEX triplet: 7E, C3 and 42. RGB value is (126,195,66). Sum of RGB (Red+Green+Blue) = 126+195+66=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC342 is #813CBD. Grayscale: #A0A0A0. Windows color (decimal): -8469694 or 4375422. OLE color: 4375422.
HSL color Cylindrical-coordinate representation of color #7EC342: hue angle of 92.09º degrees, saturation: 0.52, 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 #7EC342 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 66 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.24 |
| HSL | 92.09º | 0.52% | 0.51% | - |
| HSV(B) | 92.09º | 0.66% | 0.76% | - |
| XYZ | 29.1 | 43.86 | 12.09 | - |
| YUV | 159.66 | 75.14 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 66 | 0.35 | 0 | 0.66 | 0.24 | 92.09 | 0.52 | 0.51 |
| Hex | 7E | C3 | 42 | 23 | 0 | 42 | 18 | 5C | 34 | 33 |
| Octal | 176 | 303 | 102 | 43 | 0 | 102 | 30 | 134 | 64 | 63 |
| Binary | 1111110 | 11000011 | 1000010 | 100011 | 0 | 1000010 | 11000 | 1011100 | 110100 | 110011 |
Color Harmonies of #7EC342
Complementary color
Monochromatic Colors of #7EC342
Black with #7EC342
Text Example
Text Example
White with #7EC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC342; }
p { color: rgb(126,195,66); }
H1.HeaderClassName
{
color: #7EC342;
}
.AnyTagClassName
{
color: #7EC342;
}
</style>
background-color css
<style>
a { background-color: #7EC342; }
a { background-color: rgb(126,195,66); }
div.DivClassName
{
background-color: #7EC342;
}
.BgClassName
{
background-color: #7EC342;
}
</style>
border-color css
<style>
span { border-color: #7EC342; }
span { border-color: rgb(126,195,66); }
td.TdClassName
{
border-color: #7EC342;
}
.TagClassName
{
border-color: #7EC342;
}
</style>