Shades of Mantis #7ED245
Tints of Mantis #7ED245
RGB
CMYK
RGB Variations
Color information
#7ED245 (or 0x7ED245) is known color: Mantis. HEX triplet: 7E, D2 and 45. RGB value is (126,210,69). Sum of RGB (Red+Green+Blue) = 126+210+69=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED245 is #812DBA. Grayscale: #A9A9A9. Windows color (decimal): -8465851 or 4575870. OLE color: 4575870.
HSL color Cylindrical-coordinate representation of color #7ED245: hue angle of 95.74º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7ED245 is Cyan = 0.4, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 69 | - |
| CMYK | 0.4 | 0 | 0.67 | 0.18 |
| HSL | 95.74º | 0.61% | 0.55% | - |
| HSV(B) | 95.74º | 0.67% | 0.82% | - |
| XYZ | 32.72 | 50.96 | 13.74 | - |
| YUV | 168.81 | 71.67 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 69 | 0.4 | 0 | 0.67 | 0.18 | 95.74 | 0.61 | 0.55 |
| Hex | 7E | D2 | 45 | 28 | 0 | 43 | 12 | 60 | 3D | 37 |
| Octal | 176 | 322 | 105 | 50 | 0 | 103 | 22 | 140 | 75 | 67 |
| Binary | 1111110 | 11010010 | 1000101 | 101000 | 0 | 1000011 | 10010 | 1100000 | 111101 | 110111 |
Color Harmonies of #7ED245
Complementary color
Monochromatic Colors of #7ED245
Black with #7ED245
Text Example
Text Example
White with #7ED245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED245; }
p { color: rgb(126,210,69); }
H1.HeaderClassName
{
color: #7ED245;
}
.AnyTagClassName
{
color: #7ED245;
}
</style>
background-color css
<style>
a { background-color: #7ED245; }
a { background-color: rgb(126,210,69); }
div.DivClassName
{
background-color: #7ED245;
}
.BgClassName
{
background-color: #7ED245;
}
</style>
border-color css
<style>
span { border-color: #7ED245; }
span { border-color: rgb(126,210,69); }
td.TdClassName
{
border-color: #7ED245;
}
.TagClassName
{
border-color: #7ED245;
}
</style>