Shades of Mantis #7EC461
Tints of Mantis #7EC461
RGB
CMYK
RGB Variations
Color information
#7EC461 (or 0x7EC461) is known color: Mantis. HEX triplet: 7E, C4 and 61. RGB value is (126,196,97). Sum of RGB (Red+Green+Blue) = 126+196+97=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC461 is #813B9E. Grayscale: #A4A4A4. Windows color (decimal): -8469407 or 6407294. OLE color: 6407294.
HSL color Cylindrical-coordinate representation of color #7EC461: hue angle of 102.42º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EC461 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 97 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.23 |
| HSL | 102.42º | 0.46% | 0.57% | - |
| HSV(B) | 102.42º | 0.51% | 0.77% | - |
| XYZ | 30.5 | 44.78 | 18.34 | - |
| YUV | 163.78 | 90.31 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 97 | 0.36 | 0 | 0.51 | 0.23 | 102.42 | 0.46 | 0.57 |
| Hex | 7E | C4 | 61 | 24 | 0 | 33 | 17 | 66 | 2E | 39 |
| Octal | 176 | 304 | 141 | 44 | 0 | 63 | 27 | 146 | 56 | 71 |
| Binary | 1111110 | 11000100 | 1100001 | 100100 | 0 | 110011 | 10111 | 1100110 | 101110 | 111001 |
Color Harmonies of #7EC461
Complementary color
Monochromatic Colors of #7EC461
Black with #7EC461
Text Example
Text Example
White with #7EC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC461; }
p { color: rgb(126,196,97); }
H1.HeaderClassName
{
color: #7EC461;
}
.AnyTagClassName
{
color: #7EC461;
}
</style>
background-color css
<style>
a { background-color: #7EC461; }
a { background-color: rgb(126,196,97); }
div.DivClassName
{
background-color: #7EC461;
}
.BgClassName
{
background-color: #7EC461;
}
</style>
border-color css
<style>
span { border-color: #7EC461; }
span { border-color: rgb(126,196,97); }
td.TdClassName
{
border-color: #7EC461;
}
.TagClassName
{
border-color: #7EC461;
}
</style>