Shades of Mantis #7EC14C
Tints of Mantis #7EC14C
RGB
CMYK
RGB Variations
Color information
#7EC14C (or 0x7EC14C) is known color: Mantis. HEX triplet: 7E, C1 and 4C. RGB value is (126,193,76). Sum of RGB (Red+Green+Blue) = 126+193+76=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC14C is #813EB3. Grayscale: #A0A0A0. Windows color (decimal): -8470196 or 5030270. OLE color: 5030270.
HSL color Cylindrical-coordinate representation of color #7EC14C: hue angle of 94.36º degrees, saturation: 0.49, 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 #7EC14C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 76 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.24 |
| HSL | 94.36º | 0.49% | 0.53% | - |
| HSV(B) | 94.36º | 0.61% | 0.76% | - |
| XYZ | 28.98 | 43.1 | 13.63 | - |
| YUV | 159.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 76 | 0.35 | 0 | 0.61 | 0.24 | 94.36 | 0.49 | 0.53 |
| Hex | 7E | C1 | 4C | 23 | 0 | 3D | 18 | 5E | 31 | 35 |
| Octal | 176 | 301 | 114 | 43 | 0 | 75 | 30 | 136 | 61 | 65 |
| Binary | 1111110 | 11000001 | 1001100 | 100011 | 0 | 111101 | 11000 | 1011110 | 110001 | 110101 |
Color Harmonies of #7EC14C
Complementary color
Monochromatic Colors of #7EC14C
Black with #7EC14C
Text Example
Text Example
White with #7EC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC14C; }
p { color: rgb(126,193,76); }
H1.HeaderClassName
{
color: #7EC14C;
}
.AnyTagClassName
{
color: #7EC14C;
}
</style>
background-color css
<style>
a { background-color: #7EC14C; }
a { background-color: rgb(126,193,76); }
div.DivClassName
{
background-color: #7EC14C;
}
.BgClassName
{
background-color: #7EC14C;
}
</style>
border-color css
<style>
span { border-color: #7EC14C; }
span { border-color: rgb(126,193,76); }
td.TdClassName
{
border-color: #7EC14C;
}
.TagClassName
{
border-color: #7EC14C;
}
</style>