Shades of Mantis #7EDD60
Tints of Mantis #7EDD60
RGB
CMYK
RGB Variations
Color information
#7EDD60 (or 0x7EDD60) is known color: Mantis. HEX triplet: 7E, DD and 60. RGB value is (126,221,96). Sum of RGB (Red+Green+Blue) = 126+221+96=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDD60 is #81229F. Grayscale: #B2B2B2. Windows color (decimal): -8463008 or 6348158. OLE color: 6348158.
HSL color Cylindrical-coordinate representation of color #7EDD60: hue angle of 105.6º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7EDD60 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 96 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.13 |
| HSL | 105.6º | 0.65% | 0.62% | - |
| HSV(B) | 105.6º | 0.57% | 0.87% | - |
| XYZ | 36.57 | 56.99 | 20.14 | - |
| YUV | 178.35 | 81.53 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 96 | 0.43 | 0 | 0.57 | 0.13 | 105.6 | 0.65 | 0.62 |
| Hex | 7E | DD | 60 | 2B | 0 | 39 | D | 6A | 41 | 3E |
| Octal | 176 | 335 | 140 | 53 | 0 | 71 | 15 | 152 | 101 | 76 |
| Binary | 1111110 | 11011101 | 1100000 | 101011 | 0 | 111001 | 1101 | 1101010 | 1000001 | 111110 |
Color Harmonies of #7EDD60
Complementary color
Monochromatic Colors of #7EDD60
Black with #7EDD60
Text Example
Text Example
White with #7EDD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD60; }
p { color: rgb(126,221,96); }
H1.HeaderClassName
{
color: #7EDD60;
}
.AnyTagClassName
{
color: #7EDD60;
}
</style>
background-color css
<style>
a { background-color: #7EDD60; }
a { background-color: rgb(126,221,96); }
div.DivClassName
{
background-color: #7EDD60;
}
.BgClassName
{
background-color: #7EDD60;
}
</style>
border-color css
<style>
span { border-color: #7EDD60; }
span { border-color: rgb(126,221,96); }
td.TdClassName
{
border-color: #7EDD60;
}
.TagClassName
{
border-color: #7EDD60;
}
</style>