Shades of Mantis #7EC341
Tints of Mantis #7EC341
RGB
CMYK
RGB Variations
Color information
#7EC341 (or 0x7EC341) is known color: Mantis. HEX triplet: 7E, C3 and 41. RGB value is (126,195,65). Sum of RGB (Red+Green+Blue) = 126+195+65=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC341 is #813CBE. Grayscale: #A0A0A0. Windows color (decimal): -8469695 or 4309886. OLE color: 4309886.
HSL color Cylindrical-coordinate representation of color #7EC341: hue angle of 91.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7EC341 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 65 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.24 |
| HSL | 91.85º | 0.52% | 0.51% | - |
| HSV(B) | 91.85º | 0.67% | 0.76% | - |
| XYZ | 29.07 | 43.85 | 11.93 | - |
| YUV | 159.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 65 | 0.35 | 0 | 0.67 | 0.24 | 91.85 | 0.52 | 0.51 |
| Hex | 7E | C3 | 41 | 23 | 0 | 43 | 18 | 5C | 34 | 33 |
| Octal | 176 | 303 | 101 | 43 | 0 | 103 | 30 | 134 | 64 | 63 |
| Binary | 1111110 | 11000011 | 1000001 | 100011 | 0 | 1000011 | 11000 | 1011100 | 110100 | 110011 |
Color Harmonies of #7EC341
Complementary color
Monochromatic Colors of #7EC341
Black with #7EC341
Text Example
Text Example
White with #7EC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC341; }
p { color: rgb(126,195,65); }
H1.HeaderClassName
{
color: #7EC341;
}
.AnyTagClassName
{
color: #7EC341;
}
</style>
background-color css
<style>
a { background-color: #7EC341; }
a { background-color: rgb(126,195,65); }
div.DivClassName
{
background-color: #7EC341;
}
.BgClassName
{
background-color: #7EC341;
}
</style>
border-color css
<style>
span { border-color: #7EC341; }
span { border-color: rgb(126,195,65); }
td.TdClassName
{
border-color: #7EC341;
}
.TagClassName
{
border-color: #7EC341;
}
</style>