Shades of Mantis #7EC650
Tints of Mantis #7EC650
RGB
CMYK
RGB Variations
Color information
#7EC650 (or 0x7EC650) is known color: Mantis. HEX triplet: 7E, C6 and 50. RGB value is (126,198,80). Sum of RGB (Red+Green+Blue) = 126+198+80=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC650 is #8139AF. Grayscale: #A3A3A3. Windows color (decimal): -8468912 or 5293694. OLE color: 5293694.
HSL color Cylindrical-coordinate representation of color #7EC650: hue angle of 96.61º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EC650 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 80 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.22 |
| HSL | 96.61º | 0.51% | 0.55% | - |
| HSV(B) | 96.61º | 0.6% | 0.78% | - |
| XYZ | 30.25 | 45.4 | 14.76 | - |
| YUV | 163.02 | 81.15 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 80 | 0.36 | 0 | 0.60 | 0.22 | 96.61 | 0.51 | 0.55 |
| Hex | 7E | C6 | 50 | 24 | 0 | 3C | 16 | 61 | 33 | 37 |
| Octal | 176 | 306 | 120 | 44 | 0 | 74 | 26 | 141 | 63 | 67 |
| Binary | 1111110 | 11000110 | 1010000 | 100100 | 0 | 111100 | 10110 | 1100001 | 110011 | 110111 |
Color Harmonies of #7EC650
Complementary color
Monochromatic Colors of #7EC650
Black with #7EC650
Text Example
Text Example
White with #7EC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC650; }
p { color: rgb(126,198,80); }
H1.HeaderClassName
{
color: #7EC650;
}
.AnyTagClassName
{
color: #7EC650;
}
</style>
background-color css
<style>
a { background-color: #7EC650; }
a { background-color: rgb(126,198,80); }
div.DivClassName
{
background-color: #7EC650;
}
.BgClassName
{
background-color: #7EC650;
}
</style>
border-color css
<style>
span { border-color: #7EC650; }
span { border-color: rgb(126,198,80); }
td.TdClassName
{
border-color: #7EC650;
}
.TagClassName
{
border-color: #7EC650;
}
</style>