Shades of Mantis #7ED85E
Tints of Mantis #7ED85E
RGB
CMYK
RGB Variations
Color information
#7ED85E (or 0x7ED85E) is known color: Mantis. HEX triplet: 7E, D8 and 5E. RGB value is (126,216,94). Sum of RGB (Red+Green+Blue) = 126+216+94=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED85E is #8127A1. Grayscale: #AFAFAF. Windows color (decimal): -8464290 or 6215806. OLE color: 6215806.
HSL color Cylindrical-coordinate representation of color #7ED85E: hue angle of 104.26º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7ED85E is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 94 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.15 |
| HSL | 104.26º | 0.61% | 0.61% | - |
| HSV(B) | 104.26º | 0.56% | 0.85% | - |
| XYZ | 35.18 | 54.36 | 19.23 | - |
| YUV | 175.18 | 82.18 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 94 | 0.42 | 0 | 0.56 | 0.15 | 104.26 | 0.61 | 0.61 |
| Hex | 7E | D8 | 5E | 2A | 0 | 38 | F | 68 | 3D | 3D |
| Octal | 176 | 330 | 136 | 52 | 0 | 70 | 17 | 150 | 75 | 75 |
| Binary | 1111110 | 11011000 | 1011110 | 101010 | 0 | 111000 | 1111 | 1101000 | 111101 | 111101 |
Color Harmonies of #7ED85E
Complementary color
Monochromatic Colors of #7ED85E
Black with #7ED85E
Text Example
Text Example
White with #7ED85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED85E; }
p { color: rgb(126,216,94); }
H1.HeaderClassName
{
color: #7ED85E;
}
.AnyTagClassName
{
color: #7ED85E;
}
</style>
background-color css
<style>
a { background-color: #7ED85E; }
a { background-color: rgb(126,216,94); }
div.DivClassName
{
background-color: #7ED85E;
}
.BgClassName
{
background-color: #7ED85E;
}
</style>
border-color css
<style>
span { border-color: #7ED85E; }
span { border-color: rgb(126,216,94); }
td.TdClassName
{
border-color: #7ED85E;
}
.TagClassName
{
border-color: #7ED85E;
}
</style>