Shades of Mantis #7EC34C
Tints of Mantis #7EC34C
RGB
CMYK
RGB Variations
Color information
#7EC34C (or 0x7EC34C) is known color: Mantis. HEX triplet: 7E, C3 and 4C. RGB value is (126,195,76). Sum of RGB (Red+Green+Blue) = 126+195+76=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC34C is #813CB3. Grayscale: #A1A1A1. Windows color (decimal): -8469684 or 5030782. OLE color: 5030782.
HSL color Cylindrical-coordinate representation of color #7EC34C: hue angle of 94.79º degrees, saturation: 0.5, 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 #7EC34C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 76 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.24 |
| HSL | 94.79º | 0.5% | 0.53% | - |
| HSV(B) | 94.79º | 0.61% | 0.76% | - |
| XYZ | 29.42 | 43.99 | 13.78 | - |
| YUV | 160.8 | 80.14 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 76 | 0.35 | 0 | 0.61 | 0.24 | 94.79 | 0.5 | 0.53 |
| Hex | 7E | C3 | 4C | 23 | 0 | 3D | 18 | 5F | 32 | 35 |
| Octal | 176 | 303 | 114 | 43 | 0 | 75 | 30 | 137 | 62 | 65 |
| Binary | 1111110 | 11000011 | 1001100 | 100011 | 0 | 111101 | 11000 | 1011111 | 110010 | 110101 |
Color Harmonies of #7EC34C
Complementary color
Monochromatic Colors of #7EC34C
Black with #7EC34C
Text Example
Text Example
White with #7EC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC34C; }
p { color: rgb(126,195,76); }
H1.HeaderClassName
{
color: #7EC34C;
}
.AnyTagClassName
{
color: #7EC34C;
}
</style>
background-color css
<style>
a { background-color: #7EC34C; }
a { background-color: rgb(126,195,76); }
div.DivClassName
{
background-color: #7EC34C;
}
.BgClassName
{
background-color: #7EC34C;
}
</style>
border-color css
<style>
span { border-color: #7EC34C; }
span { border-color: rgb(126,195,76); }
td.TdClassName
{
border-color: #7EC34C;
}
.TagClassName
{
border-color: #7EC34C;
}
</style>