Shades of Mantis #7ED655
Tints of Mantis #7ED655
RGB
CMYK
RGB Variations
Color information
#7ED655 (or 0x7ED655) is known color: Mantis. HEX triplet: 7E, D6 and 55. RGB value is (126,214,85). Sum of RGB (Red+Green+Blue) = 126+214+85=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED655 is #8129AA. Grayscale: #ADADAD. Windows color (decimal): -8464811 or 5625470. OLE color: 5625470.
HSL color Cylindrical-coordinate representation of color #7ED655: hue angle of 100.93º 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 #7ED655 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 85 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.16 |
| HSL | 100.93º | 0.61% | 0.59% | - |
| HSV(B) | 100.93º | 0.6% | 0.84% | - |
| XYZ | 34.29 | 53.18 | 17.05 | - |
| YUV | 172.98 | 78.35 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 85 | 0.41 | 0 | 0.60 | 0.16 | 100.93 | 0.61 | 0.59 |
| Hex | 7E | D6 | 55 | 29 | 0 | 3C | 10 | 65 | 3D | 3B |
| Octal | 176 | 326 | 125 | 51 | 0 | 74 | 20 | 145 | 75 | 73 |
| Binary | 1111110 | 11010110 | 1010101 | 101001 | 0 | 111100 | 10000 | 1100101 | 111101 | 111011 |
Color Harmonies of #7ED655
Complementary color
Monochromatic Colors of #7ED655
Black with #7ED655
Text Example
Text Example
White with #7ED655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED655; }
p { color: rgb(126,214,85); }
H1.HeaderClassName
{
color: #7ED655;
}
.AnyTagClassName
{
color: #7ED655;
}
</style>
background-color css
<style>
a { background-color: #7ED655; }
a { background-color: rgb(126,214,85); }
div.DivClassName
{
background-color: #7ED655;
}
.BgClassName
{
background-color: #7ED655;
}
</style>
border-color css
<style>
span { border-color: #7ED655; }
span { border-color: rgb(126,214,85); }
td.TdClassName
{
border-color: #7ED655;
}
.TagClassName
{
border-color: #7ED655;
}
</style>