Shades of Mantis #7ED65E
Tints of Mantis #7ED65E
RGB
CMYK
RGB Variations
Color information
#7ED65E (or 0x7ED65E) is known color: Mantis. HEX triplet: 7E, D6 and 5E. RGB value is (126,214,94). Sum of RGB (Red+Green+Blue) = 126+214+94=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED65E is #8129A1. Grayscale: #AEAEAE. Windows color (decimal): -8464802 or 6215294. OLE color: 6215294.
HSL color Cylindrical-coordinate representation of color #7ED65E: hue angle of 104º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7ED65E is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 94 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.16 |
| HSL | 104º | 0.59% | 0.6% | - |
| HSV(B) | 104º | 0.56% | 0.84% | - |
| XYZ | 34.67 | 53.34 | 19.06 | - |
| YUV | 174.01 | 82.85 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 94 | 0.41 | 0 | 0.56 | 0.16 | 104 | 0.59 | 0.6 |
| Hex | 7E | D6 | 5E | 29 | 0 | 38 | 10 | 68 | 3B | 3C |
| Octal | 176 | 326 | 136 | 51 | 0 | 70 | 20 | 150 | 73 | 74 |
| Binary | 1111110 | 11010110 | 1011110 | 101001 | 0 | 111000 | 10000 | 1101000 | 111011 | 111100 |
Color Harmonies of #7ED65E
Complementary color
Monochromatic Colors of #7ED65E
Black with #7ED65E
Text Example
Text Example
White with #7ED65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED65E; }
p { color: rgb(126,214,94); }
H1.HeaderClassName
{
color: #7ED65E;
}
.AnyTagClassName
{
color: #7ED65E;
}
</style>
background-color css
<style>
a { background-color: #7ED65E; }
a { background-color: rgb(126,214,94); }
div.DivClassName
{
background-color: #7ED65E;
}
.BgClassName
{
background-color: #7ED65E;
}
</style>
border-color css
<style>
span { border-color: #7ED65E; }
span { border-color: rgb(126,214,94); }
td.TdClassName
{
border-color: #7ED65E;
}
.TagClassName
{
border-color: #7ED65E;
}
</style>