Shades of Mantis #7EC14F
Tints of Mantis #7EC14F
RGB
CMYK
RGB Variations
Color information
#7EC14F (or 0x7EC14F) is known color: Mantis. HEX triplet: 7E, C1 and 4F. RGB value is (126,193,79). Sum of RGB (Red+Green+Blue) = 126+193+79=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC14F is #813EB0. Grayscale: #A0A0A0. Windows color (decimal): -8470193 or 5226878. OLE color: 5226878.
HSL color Cylindrical-coordinate representation of color #7EC14F: hue angle of 95.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7EC14F is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 79 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.24 |
| HSL | 95.26º | 0.48% | 0.53% | - |
| HSV(B) | 95.26º | 0.59% | 0.76% | - |
| XYZ | 29.09 | 43.14 | 14.19 | - |
| YUV | 159.97 | 82.3 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 79 | 0.35 | 0 | 0.59 | 0.24 | 95.26 | 0.48 | 0.53 |
| Hex | 7E | C1 | 4F | 23 | 0 | 3B | 18 | 5F | 30 | 35 |
| Octal | 176 | 301 | 117 | 43 | 0 | 73 | 30 | 137 | 60 | 65 |
| Binary | 1111110 | 11000001 | 1001111 | 100011 | 0 | 111011 | 11000 | 1011111 | 110000 | 110101 |
Color Harmonies of #7EC14F
Complementary color
Monochromatic Colors of #7EC14F
Black with #7EC14F
Text Example
Text Example
White with #7EC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC14F; }
p { color: rgb(126,193,79); }
H1.HeaderClassName
{
color: #7EC14F;
}
.AnyTagClassName
{
color: #7EC14F;
}
</style>
background-color css
<style>
a { background-color: #7EC14F; }
a { background-color: rgb(126,193,79); }
div.DivClassName
{
background-color: #7EC14F;
}
.BgClassName
{
background-color: #7EC14F;
}
</style>
border-color css
<style>
span { border-color: #7EC14F; }
span { border-color: rgb(126,193,79); }
td.TdClassName
{
border-color: #7EC14F;
}
.TagClassName
{
border-color: #7EC14F;
}
</style>