Shades of Mantis #7ECF40
Tints of Mantis #7ECF40
RGB
CMYK
RGB Variations
Color information
#7ECF40 (or 0x7ECF40) is known color: Mantis. HEX triplet: 7E, CF and 40. RGB value is (126,207,64). Sum of RGB (Red+Green+Blue) = 126+207+64=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECF40 is #8130BF. Grayscale: #A6A6A6. Windows color (decimal): -8466624 or 4247422. OLE color: 4247422.
HSL color Cylindrical-coordinate representation of color #7ECF40: hue angle of 93.99º degrees, saturation: 0.6, 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 #7ECF40 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 64 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.19 |
| HSL | 93.99º | 0.6% | 0.53% | - |
| HSV(B) | 93.99º | 0.69% | 0.81% | - |
| XYZ | 31.84 | 49.43 | 12.71 | - |
| YUV | 166.48 | 70.16 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 64 | 0.39 | 0 | 0.69 | 0.19 | 93.99 | 0.6 | 0.53 |
| Hex | 7E | CF | 40 | 27 | 0 | 45 | 13 | 5E | 3C | 35 |
| Octal | 176 | 317 | 100 | 47 | 0 | 105 | 23 | 136 | 74 | 65 |
| Binary | 1111110 | 11001111 | 1000000 | 100111 | 0 | 1000101 | 10011 | 1011110 | 111100 | 110101 |
Color Harmonies of #7ECF40
Complementary color
Monochromatic Colors of #7ECF40
Black with #7ECF40
Text Example
Text Example
White with #7ECF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF40; }
p { color: rgb(126,207,64); }
H1.HeaderClassName
{
color: #7ECF40;
}
.AnyTagClassName
{
color: #7ECF40;
}
</style>
background-color css
<style>
a { background-color: #7ECF40; }
a { background-color: rgb(126,207,64); }
div.DivClassName
{
background-color: #7ECF40;
}
.BgClassName
{
background-color: #7ECF40;
}
</style>
border-color css
<style>
span { border-color: #7ECF40; }
span { border-color: rgb(126,207,64); }
td.TdClassName
{
border-color: #7ECF40;
}
.TagClassName
{
border-color: #7ECF40;
}
</style>