Shades of Mantis #7EC344
Tints of Mantis #7EC344
RGB
CMYK
RGB Variations
Color information
#7EC344 (or 0x7EC344) is known color: Mantis. HEX triplet: 7E, C3 and 44. RGB value is (126,195,68). Sum of RGB (Red+Green+Blue) = 126+195+68=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC344 is #813CBB. Grayscale: #A0A0A0. Windows color (decimal): -8469692 or 4506494. OLE color: 4506494.
HSL color Cylindrical-coordinate representation of color #7EC344: hue angle of 92.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EC344 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 68 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.24 |
| HSL | 92.6º | 0.51% | 0.52% | - |
| HSV(B) | 92.6º | 0.65% | 0.76% | - |
| XYZ | 29.16 | 43.88 | 12.4 | - |
| YUV | 159.89 | 76.14 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 68 | 0.35 | 0 | 0.65 | 0.24 | 92.6 | 0.51 | 0.52 |
| Hex | 7E | C3 | 44 | 23 | 0 | 41 | 18 | 5D | 33 | 34 |
| Octal | 176 | 303 | 104 | 43 | 0 | 101 | 30 | 135 | 63 | 64 |
| Binary | 1111110 | 11000011 | 1000100 | 100011 | 0 | 1000001 | 11000 | 1011101 | 110011 | 110100 |
Color Harmonies of #7EC344
Complementary color
Monochromatic Colors of #7EC344
Black with #7EC344
Text Example
Text Example
White with #7EC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC344; }
p { color: rgb(126,195,68); }
H1.HeaderClassName
{
color: #7EC344;
}
.AnyTagClassName
{
color: #7EC344;
}
</style>
background-color css
<style>
a { background-color: #7EC344; }
a { background-color: rgb(126,195,68); }
div.DivClassName
{
background-color: #7EC344;
}
.BgClassName
{
background-color: #7EC344;
}
</style>
border-color css
<style>
span { border-color: #7EC344; }
span { border-color: rgb(126,195,68); }
td.TdClassName
{
border-color: #7EC344;
}
.TagClassName
{
border-color: #7EC344;
}
</style>