Shades of Mantis #7ED656
Tints of Mantis #7ED656
RGB
CMYK
RGB Variations
Color information
#7ED656 (or 0x7ED656) is known color: Mantis. HEX triplet: 7E, D6 and 56. RGB value is (126,214,86). Sum of RGB (Red+Green+Blue) = 126+214+86=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED656 is #8129A9. Grayscale: #ADADAD. Windows color (decimal): -8464810 or 5691006. OLE color: 5691006.
HSL color Cylindrical-coordinate representation of color #7ED656: hue angle of 101.25º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7ED656 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 86 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.16 |
| HSL | 101.25º | 0.61% | 0.59% | - |
| HSV(B) | 101.25º | 0.6% | 0.84% | - |
| XYZ | 34.33 | 53.2 | 17.26 | - |
| YUV | 173.1 | 78.85 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 86 | 0.41 | 0 | 0.60 | 0.16 | 101.25 | 0.61 | 0.59 |
| Hex | 7E | D6 | 56 | 29 | 0 | 3C | 10 | 65 | 3D | 3B |
| Octal | 176 | 326 | 126 | 51 | 0 | 74 | 20 | 145 | 75 | 73 |
| Binary | 1111110 | 11010110 | 1010110 | 101001 | 0 | 111100 | 10000 | 1100101 | 111101 | 111011 |
Color Harmonies of #7ED656
Complementary color
Monochromatic Colors of #7ED656
Black with #7ED656
Text Example
Text Example
White with #7ED656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED656; }
p { color: rgb(126,214,86); }
H1.HeaderClassName
{
color: #7ED656;
}
.AnyTagClassName
{
color: #7ED656;
}
</style>
background-color css
<style>
a { background-color: #7ED656; }
a { background-color: rgb(126,214,86); }
div.DivClassName
{
background-color: #7ED656;
}
.BgClassName
{
background-color: #7ED656;
}
</style>
border-color css
<style>
span { border-color: #7ED656; }
span { border-color: rgb(126,214,86); }
td.TdClassName
{
border-color: #7ED656;
}
.TagClassName
{
border-color: #7ED656;
}
</style>