Shades of Mantis #7ED358
Tints of Mantis #7ED358
RGB
CMYK
RGB Variations
Color information
#7ED358 (or 0x7ED358) is known color: Mantis. HEX triplet: 7E, D3 and 58. RGB value is (126,211,88). Sum of RGB (Red+Green+Blue) = 126+211+88=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED358 is #812CA7. Grayscale: #ABABAB. Windows color (decimal): -8465576 or 5821310. OLE color: 5821310.
HSL color Cylindrical-coordinate representation of color #7ED358: hue angle of 101.46º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7ED358 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 88 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.17 |
| HSL | 101.46º | 0.58% | 0.59% | - |
| HSV(B) | 101.46º | 0.58% | 0.83% | - |
| XYZ | 33.66 | 51.73 | 17.44 | - |
| YUV | 171.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 88 | 0.40 | 0 | 0.58 | 0.17 | 101.46 | 0.58 | 0.59 |
| Hex | 7E | D3 | 58 | 28 | 0 | 3A | 11 | 65 | 3A | 3B |
| Octal | 176 | 323 | 130 | 50 | 0 | 72 | 21 | 145 | 72 | 73 |
| Binary | 1111110 | 11010011 | 1011000 | 101000 | 0 | 111010 | 10001 | 1100101 | 111010 | 111011 |
Color Harmonies of #7ED358
Complementary color
Monochromatic Colors of #7ED358
Black with #7ED358
Text Example
Text Example
White with #7ED358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED358; }
p { color: rgb(126,211,88); }
H1.HeaderClassName
{
color: #7ED358;
}
.AnyTagClassName
{
color: #7ED358;
}
</style>
background-color css
<style>
a { background-color: #7ED358; }
a { background-color: rgb(126,211,88); }
div.DivClassName
{
background-color: #7ED358;
}
.BgClassName
{
background-color: #7ED358;
}
</style>
border-color css
<style>
span { border-color: #7ED358; }
span { border-color: rgb(126,211,88); }
td.TdClassName
{
border-color: #7ED358;
}
.TagClassName
{
border-color: #7ED358;
}
</style>