Shades of Mantis #7EC43D
Tints of Mantis #7EC43D
RGB
CMYK
RGB Variations
Color information
#7EC43D (or 0x7EC43D) is known color: Mantis. HEX triplet: 7E, C4 and 3D. RGB value is (126,196,61). Sum of RGB (Red+Green+Blue) = 126+196+61=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC43D is #813BC2. Grayscale: #A0A0A0. Windows color (decimal): -8469443 or 4047998. OLE color: 4047998.
HSL color Cylindrical-coordinate representation of color #7EC43D: hue angle of 91.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7EC43D is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 61 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.23 |
| HSL | 91.11º | 0.53% | 0.5% | - |
| HSV(B) | 91.11º | 0.69% | 0.77% | - |
| XYZ | 29.19 | 44.25 | 11.42 | - |
| YUV | 159.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 61 | 0.36 | 0 | 0.69 | 0.23 | 91.11 | 0.53 | 0.5 |
| Hex | 7E | C4 | 3D | 24 | 0 | 45 | 17 | 5B | 35 | 32 |
| Octal | 176 | 304 | 75 | 44 | 0 | 105 | 27 | 133 | 65 | 62 |
| Binary | 1111110 | 11000100 | 111101 | 100100 | 0 | 1000101 | 10111 | 1011011 | 110101 | 110010 |
Color Harmonies of #7EC43D
Complementary color
Monochromatic Colors of #7EC43D
Black with #7EC43D
Text Example
Text Example
White with #7EC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC43D; }
p { color: rgb(126,196,61); }
H1.HeaderClassName
{
color: #7EC43D;
}
.AnyTagClassName
{
color: #7EC43D;
}
</style>
background-color css
<style>
a { background-color: #7EC43D; }
a { background-color: rgb(126,196,61); }
div.DivClassName
{
background-color: #7EC43D;
}
.BgClassName
{
background-color: #7EC43D;
}
</style>
border-color css
<style>
span { border-color: #7EC43D; }
span { border-color: rgb(126,196,61); }
td.TdClassName
{
border-color: #7EC43D;
}
.TagClassName
{
border-color: #7EC43D;
}
</style>