Shades of Mantis #7ECC4D
Tints of Mantis #7ECC4D
RGB
CMYK
RGB Variations
Color information
#7ECC4D (or 0x7ECC4D) is known color: Mantis. HEX triplet: 7E, CC and 4D. RGB value is (126,204,77). Sum of RGB (Red+Green+Blue) = 126+204+77=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECC4D is #8133B2. Grayscale: #A6A6A6. Windows color (decimal): -8467379 or 5098622. OLE color: 5098622.
HSL color Cylindrical-coordinate representation of color #7ECC4D: hue angle of 96.85º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7ECC4D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 77 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.2 |
| HSL | 96.85º | 0.55% | 0.55% | - |
| HSV(B) | 96.85º | 0.62% | 0.8% | - |
| XYZ | 31.54 | 48.16 | 14.65 | - |
| YUV | 166.2 | 77.66 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 77 | 0.38 | 0 | 0.62 | 0.2 | 96.85 | 0.55 | 0.55 |
| Hex | 7E | CC | 4D | 26 | 0 | 3E | 14 | 61 | 37 | 37 |
| Octal | 176 | 314 | 115 | 46 | 0 | 76 | 24 | 141 | 67 | 67 |
| Binary | 1111110 | 11001100 | 1001101 | 100110 | 0 | 111110 | 10100 | 1100001 | 110111 | 110111 |
Color Harmonies of #7ECC4D
Complementary color
Monochromatic Colors of #7ECC4D
Black with #7ECC4D
Text Example
Text Example
White with #7ECC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECC4D; }
p { color: rgb(126,204,77); }
H1.HeaderClassName
{
color: #7ECC4D;
}
.AnyTagClassName
{
color: #7ECC4D;
}
</style>
background-color css
<style>
a { background-color: #7ECC4D; }
a { background-color: rgb(126,204,77); }
div.DivClassName
{
background-color: #7ECC4D;
}
.BgClassName
{
background-color: #7ECC4D;
}
</style>
border-color css
<style>
span { border-color: #7ECC4D; }
span { border-color: rgb(126,204,77); }
td.TdClassName
{
border-color: #7ECC4D;
}
.TagClassName
{
border-color: #7ECC4D;
}
</style>