Shades of Mantis #7ECE40
Tints of Mantis #7ECE40
RGB
CMYK
RGB Variations
Color information
#7ECE40 (or 0x7ECE40) is known color: Mantis. HEX triplet: 7E, CE and 40. RGB value is (126,206,64). Sum of RGB (Red+Green+Blue) = 126+206+64=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECE40 is #8131BF. Grayscale: #A6A6A6. Windows color (decimal): -8466880 or 4247166. OLE color: 4247166.
HSL color Cylindrical-coordinate representation of color #7ECE40: hue angle of 93.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ECE40 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 64 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.19 |
| HSL | 93.8º | 0.59% | 0.53% | - |
| HSV(B) | 93.8º | 0.69% | 0.81% | - |
| XYZ | 31.6 | 48.95 | 12.63 | - |
| YUV | 165.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 64 | 0.39 | 0 | 0.69 | 0.19 | 93.8 | 0.59 | 0.53 |
| Hex | 7E | CE | 40 | 27 | 0 | 45 | 13 | 5E | 3B | 35 |
| Octal | 176 | 316 | 100 | 47 | 0 | 105 | 23 | 136 | 73 | 65 |
| Binary | 1111110 | 11001110 | 1000000 | 100111 | 0 | 1000101 | 10011 | 1011110 | 111011 | 110101 |
Color Harmonies of #7ECE40
Complementary color
Monochromatic Colors of #7ECE40
Black with #7ECE40
Text Example
Text Example
White with #7ECE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE40; }
p { color: rgb(126,206,64); }
H1.HeaderClassName
{
color: #7ECE40;
}
.AnyTagClassName
{
color: #7ECE40;
}
</style>
background-color css
<style>
a { background-color: #7ECE40; }
a { background-color: rgb(126,206,64); }
div.DivClassName
{
background-color: #7ECE40;
}
.BgClassName
{
background-color: #7ECE40;
}
</style>
border-color css
<style>
span { border-color: #7ECE40; }
span { border-color: rgb(126,206,64); }
td.TdClassName
{
border-color: #7ECE40;
}
.TagClassName
{
border-color: #7ECE40;
}
</style>