Shades of Mantis #7ED962
Tints of Mantis #7ED962
RGB
CMYK
RGB Variations
Color information
#7ED962 (or 0x7ED962) is known color: Mantis. HEX triplet: 7E, D9 and 62. RGB value is (126,217,98). Sum of RGB (Red+Green+Blue) = 126+217+98=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED962 is #81269D. Grayscale: #B0B0B0. Windows color (decimal): -8464030 or 6478206. OLE color: 6478206.
HSL color Cylindrical-coordinate representation of color #7ED962: hue angle of 105.88º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7ED962 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 98 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.15 |
| HSL | 105.88º | 0.61% | 0.62% | - |
| HSV(B) | 105.88º | 0.55% | 0.85% | - |
| XYZ | 35.62 | 54.94 | 20.28 | - |
| YUV | 176.23 | 83.85 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 98 | 0.42 | 0 | 0.55 | 0.15 | 105.88 | 0.61 | 0.62 |
| Hex | 7E | D9 | 62 | 2A | 0 | 37 | F | 6A | 3D | 3E |
| Octal | 176 | 331 | 142 | 52 | 0 | 67 | 17 | 152 | 75 | 76 |
| Binary | 1111110 | 11011001 | 1100010 | 101010 | 0 | 110111 | 1111 | 1101010 | 111101 | 111110 |
Color Harmonies of #7ED962
Complementary color
Monochromatic Colors of #7ED962
Black with #7ED962
Text Example
Text Example
White with #7ED962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED962; }
p { color: rgb(126,217,98); }
H1.HeaderClassName
{
color: #7ED962;
}
.AnyTagClassName
{
color: #7ED962;
}
</style>
background-color css
<style>
a { background-color: #7ED962; }
a { background-color: rgb(126,217,98); }
div.DivClassName
{
background-color: #7ED962;
}
.BgClassName
{
background-color: #7ED962;
}
</style>
border-color css
<style>
span { border-color: #7ED962; }
span { border-color: rgb(126,217,98); }
td.TdClassName
{
border-color: #7ED962;
}
.TagClassName
{
border-color: #7ED962;
}
</style>