Shades of Mantis #7ECF3E
Tints of Mantis #7ECF3E
RGB
CMYK
RGB Variations
Color information
#7ECF3E (or 0x7ECF3E) is known color: Mantis. HEX triplet: 7E, CF and 3E. RGB value is (126,207,62). Sum of RGB (Red+Green+Blue) = 126+207+62=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECF3E is #8130C1. Grayscale: #A6A6A6. Windows color (decimal): -8466626 or 4116350. OLE color: 4116350.
HSL color Cylindrical-coordinate representation of color #7ECF3E: hue angle of 93.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7ECF3E is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 62 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.19 |
| HSL | 93.52º | 0.6% | 0.53% | - |
| HSV(B) | 93.52º | 0.7% | 0.81% | - |
| XYZ | 31.79 | 49.41 | 12.42 | - |
| YUV | 166.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 62 | 0.39 | 0 | 0.70 | 0.19 | 93.52 | 0.6 | 0.53 |
| Hex | 7E | CF | 3E | 27 | 0 | 46 | 13 | 5E | 3C | 35 |
| Octal | 176 | 317 | 76 | 47 | 0 | 106 | 23 | 136 | 74 | 65 |
| Binary | 1111110 | 11001111 | 111110 | 100111 | 0 | 1000110 | 10011 | 1011110 | 111100 | 110101 |
Color Harmonies of #7ECF3E
Complementary color
Monochromatic Colors of #7ECF3E
Black with #7ECF3E
Text Example
Text Example
White with #7ECF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF3E; }
p { color: rgb(126,207,62); }
H1.HeaderClassName
{
color: #7ECF3E;
}
.AnyTagClassName
{
color: #7ECF3E;
}
</style>
background-color css
<style>
a { background-color: #7ECF3E; }
a { background-color: rgb(126,207,62); }
div.DivClassName
{
background-color: #7ECF3E;
}
.BgClassName
{
background-color: #7ECF3E;
}
</style>
border-color css
<style>
span { border-color: #7ECF3E; }
span { border-color: rgb(126,207,62); }
td.TdClassName
{
border-color: #7ECF3E;
}
.TagClassName
{
border-color: #7ECF3E;
}
</style>