Shades of Mantis #7ED652
Tints of Mantis #7ED652
RGB
CMYK
RGB Variations
Color information
#7ED652 (or 0x7ED652) is known color: Mantis. HEX triplet: 7E, D6 and 52. RGB value is (126,214,82). Sum of RGB (Red+Green+Blue) = 126+214+82=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED652 is #8129AD. Grayscale: #ADADAD. Windows color (decimal): -8464814 or 5428862. OLE color: 5428862.
HSL color Cylindrical-coordinate representation of color #7ED652: hue angle of 100º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7ED652 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 82 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.16 |
| HSL | 100º | 0.62% | 0.58% | - |
| HSV(B) | 100º | 0.62% | 0.84% | - |
| XYZ | 34.17 | 53.14 | 16.44 | - |
| YUV | 172.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 82 | 0.41 | 0 | 0.62 | 0.16 | 100 | 0.62 | 0.58 |
| Hex | 7E | D6 | 52 | 29 | 0 | 3E | 10 | 64 | 3E | 3A |
| Octal | 176 | 326 | 122 | 51 | 0 | 76 | 20 | 144 | 76 | 72 |
| Binary | 1111110 | 11010110 | 1010010 | 101001 | 0 | 111110 | 10000 | 1100100 | 111110 | 111010 |
Color Harmonies of #7ED652
Complementary color
Monochromatic Colors of #7ED652
Black with #7ED652
Text Example
Text Example
White with #7ED652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED652; }
p { color: rgb(126,214,82); }
H1.HeaderClassName
{
color: #7ED652;
}
.AnyTagClassName
{
color: #7ED652;
}
</style>
background-color css
<style>
a { background-color: #7ED652; }
a { background-color: rgb(126,214,82); }
div.DivClassName
{
background-color: #7ED652;
}
.BgClassName
{
background-color: #7ED652;
}
</style>
border-color css
<style>
span { border-color: #7ED652; }
span { border-color: rgb(126,214,82); }
td.TdClassName
{
border-color: #7ED652;
}
.TagClassName
{
border-color: #7ED652;
}
</style>