Shades of Mantis #7EDD61
Tints of Mantis #7EDD61
RGB
CMYK
RGB Variations
Color information
#7EDD61 (or 0x7EDD61) is known color: Mantis. HEX triplet: 7E, DD and 61. RGB value is (126,221,97). Sum of RGB (Red+Green+Blue) = 126+221+97=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDD61 is #81229E. Grayscale: #B2B2B2. Windows color (decimal): -8463007 or 6413694. OLE color: 6413694.
HSL color Cylindrical-coordinate representation of color #7EDD61: hue angle of 105.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7EDD61 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 97 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.13 |
| HSL | 105.97º | 0.65% | 0.62% | - |
| HSV(B) | 105.97º | 0.56% | 0.87% | - |
| XYZ | 36.62 | 57.01 | 20.38 | - |
| YUV | 178.46 | 82.03 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 97 | 0.43 | 0 | 0.56 | 0.13 | 105.97 | 0.65 | 0.62 |
| Hex | 7E | DD | 61 | 2B | 0 | 38 | D | 6A | 41 | 3E |
| Octal | 176 | 335 | 141 | 53 | 0 | 70 | 15 | 152 | 101 | 76 |
| Binary | 1111110 | 11011101 | 1100001 | 101011 | 0 | 111000 | 1101 | 1101010 | 1000001 | 111110 |
Color Harmonies of #7EDD61
Complementary color
Monochromatic Colors of #7EDD61
Black with #7EDD61
Text Example
Text Example
White with #7EDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD61; }
p { color: rgb(126,221,97); }
H1.HeaderClassName
{
color: #7EDD61;
}
.AnyTagClassName
{
color: #7EDD61;
}
</style>
background-color css
<style>
a { background-color: #7EDD61; }
a { background-color: rgb(126,221,97); }
div.DivClassName
{
background-color: #7EDD61;
}
.BgClassName
{
background-color: #7EDD61;
}
</style>
border-color css
<style>
span { border-color: #7EDD61; }
span { border-color: rgb(126,221,97); }
td.TdClassName
{
border-color: #7EDD61;
}
.TagClassName
{
border-color: #7EDD61;
}
</style>