Shades of Mantis #7ED565
Tints of Mantis #7ED565
RGB
CMYK
RGB Variations
Color information
#7ED565 (or 0x7ED565) is known color: Mantis. HEX triplet: 7E, D5 and 65. RGB value is (126,213,101). Sum of RGB (Red+Green+Blue) = 126+213+101=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED565 is #812A9A. Grayscale: #AEAEAE. Windows color (decimal): -8465051 or 6673790. OLE color: 6673790.
HSL color Cylindrical-coordinate representation of color #7ED565: hue angle of 106.61º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7ED565 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 101 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.16 |
| HSL | 106.61º | 0.57% | 0.62% | - |
| HSV(B) | 106.61º | 0.53% | 0.84% | - |
| XYZ | 34.75 | 52.96 | 20.7 | - |
| YUV | 174.22 | 86.68 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 101 | 0.41 | 0 | 0.53 | 0.16 | 106.61 | 0.57 | 0.62 |
| Hex | 7E | D5 | 65 | 29 | 0 | 35 | 10 | 6B | 39 | 3E |
| Octal | 176 | 325 | 145 | 51 | 0 | 65 | 20 | 153 | 71 | 76 |
| Binary | 1111110 | 11010101 | 1100101 | 101001 | 0 | 110101 | 10000 | 1101011 | 111001 | 111110 |
Color Harmonies of #7ED565
Complementary color
Monochromatic Colors of #7ED565
Black with #7ED565
Text Example
Text Example
White with #7ED565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED565; }
p { color: rgb(126,213,101); }
H1.HeaderClassName
{
color: #7ED565;
}
.AnyTagClassName
{
color: #7ED565;
}
</style>
background-color css
<style>
a { background-color: #7ED565; }
a { background-color: rgb(126,213,101); }
div.DivClassName
{
background-color: #7ED565;
}
.BgClassName
{
background-color: #7ED565;
}
</style>
border-color css
<style>
span { border-color: #7ED565; }
span { border-color: rgb(126,213,101); }
td.TdClassName
{
border-color: #7ED565;
}
.TagClassName
{
border-color: #7ED565;
}
</style>