Shades of Mantis #7ED360
Tints of Mantis #7ED360
RGB
CMYK
RGB Variations
Color information
#7ED360 (or 0x7ED360) is known color: Mantis. HEX triplet: 7E, D3 and 60. RGB value is (126,211,96). Sum of RGB (Red+Green+Blue) = 126+211+96=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED360 is #812C9F. Grayscale: #ACACAC. Windows color (decimal): -8465568 or 6345598. OLE color: 6345598.
HSL color Cylindrical-coordinate representation of color #7ED360: hue angle of 104.35º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7ED360 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 96 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.17 |
| HSL | 104.35º | 0.57% | 0.6% | - |
| HSV(B) | 104.35º | 0.55% | 0.83% | - |
| XYZ | 34.01 | 51.87 | 19.29 | - |
| YUV | 172.48 | 84.84 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 96 | 0.40 | 0 | 0.55 | 0.17 | 104.35 | 0.57 | 0.6 |
| Hex | 7E | D3 | 60 | 28 | 0 | 37 | 11 | 68 | 39 | 3C |
| Octal | 176 | 323 | 140 | 50 | 0 | 67 | 21 | 150 | 71 | 74 |
| Binary | 1111110 | 11010011 | 1100000 | 101000 | 0 | 110111 | 10001 | 1101000 | 111001 | 111100 |
Color Harmonies of #7ED360
Complementary color
Monochromatic Colors of #7ED360
Black with #7ED360
Text Example
Text Example
White with #7ED360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED360; }
p { color: rgb(126,211,96); }
H1.HeaderClassName
{
color: #7ED360;
}
.AnyTagClassName
{
color: #7ED360;
}
</style>
background-color css
<style>
a { background-color: #7ED360; }
a { background-color: rgb(126,211,96); }
div.DivClassName
{
background-color: #7ED360;
}
.BgClassName
{
background-color: #7ED360;
}
</style>
border-color css
<style>
span { border-color: #7ED360; }
span { border-color: rgb(126,211,96); }
td.TdClassName
{
border-color: #7ED360;
}
.TagClassName
{
border-color: #7ED360;
}
</style>