Shades of Mantis #7EC34D
Tints of Mantis #7EC34D
RGB
CMYK
RGB Variations
Color information
#7EC34D (or 0x7EC34D) is known color: Mantis. HEX triplet: 7E, C3 and 4D. RGB value is (126,195,77). Sum of RGB (Red+Green+Blue) = 126+195+77=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC34D is #813CB2. Grayscale: #A1A1A1. Windows color (decimal): -8469683 or 5096318. OLE color: 5096318.
HSL color Cylindrical-coordinate representation of color #7EC34D: hue angle of 95.08º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7EC34D is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 77 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.24 |
| HSL | 95.08º | 0.5% | 0.53% | - |
| HSV(B) | 95.08º | 0.61% | 0.76% | - |
| XYZ | 29.46 | 44 | 13.96 | - |
| YUV | 160.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 77 | 0.35 | 0 | 0.61 | 0.24 | 95.08 | 0.5 | 0.53 |
| Hex | 7E | C3 | 4D | 23 | 0 | 3D | 18 | 5F | 32 | 35 |
| Octal | 176 | 303 | 115 | 43 | 0 | 75 | 30 | 137 | 62 | 65 |
| Binary | 1111110 | 11000011 | 1001101 | 100011 | 0 | 111101 | 11000 | 1011111 | 110010 | 110101 |
Color Harmonies of #7EC34D
Complementary color
Monochromatic Colors of #7EC34D
Black with #7EC34D
Text Example
Text Example
White with #7EC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC34D; }
p { color: rgb(126,195,77); }
H1.HeaderClassName
{
color: #7EC34D;
}
.AnyTagClassName
{
color: #7EC34D;
}
</style>
background-color css
<style>
a { background-color: #7EC34D; }
a { background-color: rgb(126,195,77); }
div.DivClassName
{
background-color: #7EC34D;
}
.BgClassName
{
background-color: #7EC34D;
}
</style>
border-color css
<style>
span { border-color: #7EC34D; }
span { border-color: rgb(126,195,77); }
td.TdClassName
{
border-color: #7EC34D;
}
.TagClassName
{
border-color: #7EC34D;
}
</style>