Shades of Mantis #7ED452
Tints of Mantis #7ED452
RGB
CMYK
RGB Variations
Color information
#7ED452 (or 0x7ED452) is known color: Mantis. HEX triplet: 7E, D4 and 52. RGB value is (126,212,82). Sum of RGB (Red+Green+Blue) = 126+212+82=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED452 is #812BAD. Grayscale: #ABABAB. Windows color (decimal): -8465326 or 5428350. OLE color: 5428350.
HSL color Cylindrical-coordinate representation of color #7ED452: hue angle of 99.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ED452 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 82 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.17 |
| HSL | 99.69º | 0.6% | 0.58% | - |
| HSV(B) | 99.69º | 0.61% | 0.83% | - |
| XYZ | 33.67 | 52.13 | 16.27 | - |
| YUV | 171.47 | 77.51 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 82 | 0.41 | 0 | 0.61 | 0.17 | 99.69 | 0.6 | 0.58 |
| Hex | 7E | D4 | 52 | 29 | 0 | 3D | 11 | 64 | 3C | 3A |
| Octal | 176 | 324 | 122 | 51 | 0 | 75 | 21 | 144 | 74 | 72 |
| Binary | 1111110 | 11010100 | 1010010 | 101001 | 0 | 111101 | 10001 | 1100100 | 111100 | 111010 |
Color Harmonies of #7ED452
Complementary color
Monochromatic Colors of #7ED452
Black with #7ED452
Text Example
Text Example
White with #7ED452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED452; }
p { color: rgb(126,212,82); }
H1.HeaderClassName
{
color: #7ED452;
}
.AnyTagClassName
{
color: #7ED452;
}
</style>
background-color css
<style>
a { background-color: #7ED452; }
a { background-color: rgb(126,212,82); }
div.DivClassName
{
background-color: #7ED452;
}
.BgClassName
{
background-color: #7ED452;
}
</style>
border-color css
<style>
span { border-color: #7ED452; }
span { border-color: rgb(126,212,82); }
td.TdClassName
{
border-color: #7ED452;
}
.TagClassName
{
border-color: #7ED452;
}
</style>