Shades of Mantis #7ED046
Tints of Mantis #7ED046
RGB
CMYK
RGB Variations
Color information
#7ED046 (or 0x7ED046) is known color: Mantis. HEX triplet: 7E, D0 and 46. RGB value is (126,208,70). Sum of RGB (Red+Green+Blue) = 126+208+70=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED046 is #812FB9. Grayscale: #A8A8A8. Windows color (decimal): -8466362 or 4640894. OLE color: 4640894.
HSL color Cylindrical-coordinate representation of color #7ED046: hue angle of 95.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ED046 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 70 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.18 |
| HSL | 95.65º | 0.59% | 0.55% | - |
| HSV(B) | 95.65º | 0.66% | 0.82% | - |
| XYZ | 32.27 | 49.99 | 13.74 | - |
| YUV | 167.75 | 72.83 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 70 | 0.39 | 0 | 0.66 | 0.18 | 95.65 | 0.59 | 0.55 |
| Hex | 7E | D0 | 46 | 27 | 0 | 42 | 12 | 60 | 3B | 37 |
| Octal | 176 | 320 | 106 | 47 | 0 | 102 | 22 | 140 | 73 | 67 |
| Binary | 1111110 | 11010000 | 1000110 | 100111 | 0 | 1000010 | 10010 | 1100000 | 111011 | 110111 |
Color Harmonies of #7ED046
Complementary color
Monochromatic Colors of #7ED046
Black with #7ED046
Text Example
Text Example
White with #7ED046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED046; }
p { color: rgb(126,208,70); }
H1.HeaderClassName
{
color: #7ED046;
}
.AnyTagClassName
{
color: #7ED046;
}
</style>
background-color css
<style>
a { background-color: #7ED046; }
a { background-color: rgb(126,208,70); }
div.DivClassName
{
background-color: #7ED046;
}
.BgClassName
{
background-color: #7ED046;
}
</style>
border-color css
<style>
span { border-color: #7ED046; }
span { border-color: rgb(126,208,70); }
td.TdClassName
{
border-color: #7ED046;
}
.TagClassName
{
border-color: #7ED046;
}
</style>