Shades of Mantis #7ED240
Tints of Mantis #7ED240
RGB
CMYK
RGB Variations
Color information
#7ED240 (or 0x7ED240) is known color: Mantis. HEX triplet: 7E, D2 and 40. RGB value is (126,210,64). Sum of RGB (Red+Green+Blue) = 126+210+64=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED240 is #812DBF. Grayscale: #A8A8A8. Windows color (decimal): -8465856 or 4248190. OLE color: 4248190.
HSL color Cylindrical-coordinate representation of color #7ED240: hue angle of 94.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7ED240 is Cyan = 0.4, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 64 | - |
| CMYK | 0.4 | 0 | 0.70 | 0.18 |
| HSL | 94.52º | 0.62% | 0.54% | - |
| HSV(B) | 94.52º | 0.7% | 0.82% | - |
| XYZ | 32.58 | 50.9 | 12.96 | - |
| YUV | 168.24 | 69.17 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 64 | 0.4 | 0 | 0.70 | 0.18 | 94.52 | 0.62 | 0.54 |
| Hex | 7E | D2 | 40 | 28 | 0 | 46 | 12 | 5F | 3E | 36 |
| Octal | 176 | 322 | 100 | 50 | 0 | 106 | 22 | 137 | 76 | 66 |
| Binary | 1111110 | 11010010 | 1000000 | 101000 | 0 | 1000110 | 10010 | 1011111 | 111110 | 110110 |
Color Harmonies of #7ED240
Complementary color
Monochromatic Colors of #7ED240
Black with #7ED240
Text Example
Text Example
White with #7ED240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED240; }
p { color: rgb(126,210,64); }
H1.HeaderClassName
{
color: #7ED240;
}
.AnyTagClassName
{
color: #7ED240;
}
</style>
background-color css
<style>
a { background-color: #7ED240; }
a { background-color: rgb(126,210,64); }
div.DivClassName
{
background-color: #7ED240;
}
.BgClassName
{
background-color: #7ED240;
}
</style>
border-color css
<style>
span { border-color: #7ED240; }
span { border-color: rgb(126,210,64); }
td.TdClassName
{
border-color: #7ED240;
}
.TagClassName
{
border-color: #7ED240;
}
</style>