Shades of Mantis #7EC16C
Tints of Mantis #7EC16C
RGB
CMYK
RGB Variations
Color information
#7EC16C (or 0x7EC16C) is known color: Mantis. HEX triplet: 7E, C1 and 6C. RGB value is (126,193,108). Sum of RGB (Red+Green+Blue) = 126+193+108=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC16C is #813E93. Grayscale: #A3A3A3. Windows color (decimal): -8470164 or 7127422. OLE color: 7127422.
HSL color Cylindrical-coordinate representation of color #7EC16C: hue angle of 107.29º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EC16C is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 108 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.24 |
| HSL | 107.29º | 0.41% | 0.59% | - |
| HSV(B) | 107.29º | 0.44% | 0.76% | - |
| XYZ | 30.38 | 43.66 | 21.01 | - |
| YUV | 163.28 | 96.8 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 108 | 0.35 | 0 | 0.44 | 0.24 | 107.29 | 0.41 | 0.59 |
| Hex | 7E | C1 | 6C | 23 | 0 | 2C | 18 | 6B | 29 | 3B |
| Octal | 176 | 301 | 154 | 43 | 0 | 54 | 30 | 153 | 51 | 73 |
| Binary | 1111110 | 11000001 | 1101100 | 100011 | 0 | 101100 | 11000 | 1101011 | 101001 | 111011 |
Color Harmonies of #7EC16C
Complementary color
Monochromatic Colors of #7EC16C
Black with #7EC16C
Text Example
Text Example
White with #7EC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC16C; }
p { color: rgb(126,193,108); }
H1.HeaderClassName
{
color: #7EC16C;
}
.AnyTagClassName
{
color: #7EC16C;
}
</style>
background-color css
<style>
a { background-color: #7EC16C; }
a { background-color: rgb(126,193,108); }
div.DivClassName
{
background-color: #7EC16C;
}
.BgClassName
{
background-color: #7EC16C;
}
</style>
border-color css
<style>
span { border-color: #7EC16C; }
span { border-color: rgb(126,193,108); }
td.TdClassName
{
border-color: #7EC16C;
}
.TagClassName
{
border-color: #7EC16C;
}
</style>