Shades of Mantis #7EC56A
Tints of Mantis #7EC56A
RGB
CMYK
RGB Variations
Color information
#7EC56A (or 0x7EC56A) is known color: Mantis. HEX triplet: 7E, C5 and 6A. RGB value is (126,197,106). Sum of RGB (Red+Green+Blue) = 126+197+106=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC56A is #813A95. Grayscale: #A5A5A5. Windows color (decimal): -8469142 or 6997374. OLE color: 6997374.
HSL color Cylindrical-coordinate representation of color #7EC56A: hue angle of 106.81º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EC56A is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 106 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.23 |
| HSL | 106.81º | 0.44% | 0.59% | - |
| HSV(B) | 106.81º | 0.46% | 0.77% | - |
| XYZ | 31.17 | 45.41 | 20.76 | - |
| YUV | 165.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 106 | 0.36 | 0 | 0.46 | 0.23 | 106.81 | 0.44 | 0.59 |
| Hex | 7E | C5 | 6A | 24 | 0 | 2E | 17 | 6B | 2C | 3B |
| Octal | 176 | 305 | 152 | 44 | 0 | 56 | 27 | 153 | 54 | 73 |
| Binary | 1111110 | 11000101 | 1101010 | 100100 | 0 | 101110 | 10111 | 1101011 | 101100 | 111011 |
Color Harmonies of #7EC56A
Complementary color
Monochromatic Colors of #7EC56A
Black with #7EC56A
Text Example
Text Example
White with #7EC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC56A; }
p { color: rgb(126,197,106); }
H1.HeaderClassName
{
color: #7EC56A;
}
.AnyTagClassName
{
color: #7EC56A;
}
</style>
background-color css
<style>
a { background-color: #7EC56A; }
a { background-color: rgb(126,197,106); }
div.DivClassName
{
background-color: #7EC56A;
}
.BgClassName
{
background-color: #7EC56A;
}
</style>
border-color css
<style>
span { border-color: #7EC56A; }
span { border-color: rgb(126,197,106); }
td.TdClassName
{
border-color: #7EC56A;
}
.TagClassName
{
border-color: #7EC56A;
}
</style>