Shades of Mantis #7ED846
Tints of Mantis #7ED846
RGB
CMYK
RGB Variations
Color information
#7ED846 (or 0x7ED846) is known color: Mantis. HEX triplet: 7E, D8 and 46. RGB value is (126,216,70). Sum of RGB (Red+Green+Blue) = 126+216+70=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED846 is #8127B9. Grayscale: #ACACAC. Windows color (decimal): -8464314 or 4642942. OLE color: 4642942.
HSL color Cylindrical-coordinate representation of color #7ED846: hue angle of 96.99º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ED846 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 70 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.15 |
| HSL | 96.99º | 0.65% | 0.56% | - |
| HSV(B) | 96.99º | 0.68% | 0.85% | - |
| XYZ | 34.27 | 53.99 | 14.41 | - |
| YUV | 172.45 | 70.18 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 70 | 0.42 | 0 | 0.68 | 0.15 | 96.99 | 0.65 | 0.56 |
| Hex | 7E | D8 | 46 | 2A | 0 | 44 | F | 61 | 41 | 38 |
| Octal | 176 | 330 | 106 | 52 | 0 | 104 | 17 | 141 | 101 | 70 |
| Binary | 1111110 | 11011000 | 1000110 | 101010 | 0 | 1000100 | 1111 | 1100001 | 1000001 | 111000 |
Color Harmonies of #7ED846
Complementary color
Monochromatic Colors of #7ED846
Black with #7ED846
Text Example
Text Example
White with #7ED846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED846; }
p { color: rgb(126,216,70); }
H1.HeaderClassName
{
color: #7ED846;
}
.AnyTagClassName
{
color: #7ED846;
}
</style>
background-color css
<style>
a { background-color: #7ED846; }
a { background-color: rgb(126,216,70); }
div.DivClassName
{
background-color: #7ED846;
}
.BgClassName
{
background-color: #7ED846;
}
</style>
border-color css
<style>
span { border-color: #7ED846; }
span { border-color: rgb(126,216,70); }
td.TdClassName
{
border-color: #7ED846;
}
.TagClassName
{
border-color: #7ED846;
}
</style>