Shades of Mantis #7EC964
Tints of Mantis #7EC964
RGB
CMYK
RGB Variations
Color information
#7EC964 (or 0x7EC964) is known color: Mantis. HEX triplet: 7E, C9 and 64. RGB value is (126,201,100). Sum of RGB (Red+Green+Blue) = 126+201+100=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC964 is #81369B. Grayscale: #A7A7A7. Windows color (decimal): -8468124 or 6605182. OLE color: 6605182.
HSL color Cylindrical-coordinate representation of color #7EC964: hue angle of 104.55º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EC964 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 100 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.21 |
| HSL | 104.55º | 0.48% | 0.59% | - |
| HSV(B) | 104.55º | 0.5% | 0.79% | - |
| XYZ | 31.79 | 47.13 | 19.48 | - |
| YUV | 167.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 100 | 0.37 | 0 | 0.50 | 0.21 | 104.55 | 0.48 | 0.59 |
| Hex | 7E | C9 | 64 | 25 | 0 | 32 | 15 | 69 | 30 | 3B |
| Octal | 176 | 311 | 144 | 45 | 0 | 62 | 25 | 151 | 60 | 73 |
| Binary | 1111110 | 11001001 | 1100100 | 100101 | 0 | 110010 | 10101 | 1101001 | 110000 | 111011 |
Color Harmonies of #7EC964
Complementary color
Monochromatic Colors of #7EC964
Black with #7EC964
Text Example
Text Example
White with #7EC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC964; }
p { color: rgb(126,201,100); }
H1.HeaderClassName
{
color: #7EC964;
}
.AnyTagClassName
{
color: #7EC964;
}
</style>
background-color css
<style>
a { background-color: #7EC964; }
a { background-color: rgb(126,201,100); }
div.DivClassName
{
background-color: #7EC964;
}
.BgClassName
{
background-color: #7EC964;
}
</style>
border-color css
<style>
span { border-color: #7EC964; }
span { border-color: rgb(126,201,100); }
td.TdClassName
{
border-color: #7EC964;
}
.TagClassName
{
border-color: #7EC964;
}
</style>