Shades of Mantis #7ED957
Tints of Mantis #7ED957
RGB
CMYK
RGB Variations
Color information
#7ED957 (or 0x7ED957) is known color: Mantis. HEX triplet: 7E, D9 and 57. RGB value is (126,217,87). Sum of RGB (Red+Green+Blue) = 126+217+87=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED957 is #8126A8. Grayscale: #AFAFAF. Windows color (decimal): -8464041 or 5757310. OLE color: 5757310.
HSL color Cylindrical-coordinate representation of color #7ED957: hue angle of 102º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7ED957 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 87 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.15 |
| HSL | 102º | 0.63% | 0.6% | - |
| HSV(B) | 102º | 0.6% | 0.85% | - |
| XYZ | 35.14 | 54.75 | 17.73 | - |
| YUV | 174.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 87 | 0.42 | 0 | 0.60 | 0.15 | 102 | 0.63 | 0.6 |
| Hex | 7E | D9 | 57 | 2A | 0 | 3C | F | 66 | 3F | 3C |
| Octal | 176 | 331 | 127 | 52 | 0 | 74 | 17 | 146 | 77 | 74 |
| Binary | 1111110 | 11011001 | 1010111 | 101010 | 0 | 111100 | 1111 | 1100110 | 111111 | 111100 |
Color Harmonies of #7ED957
Complementary color
Monochromatic Colors of #7ED957
Black with #7ED957
Text Example
Text Example
White with #7ED957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED957; }
p { color: rgb(126,217,87); }
H1.HeaderClassName
{
color: #7ED957;
}
.AnyTagClassName
{
color: #7ED957;
}
</style>
background-color css
<style>
a { background-color: #7ED957; }
a { background-color: rgb(126,217,87); }
div.DivClassName
{
background-color: #7ED957;
}
.BgClassName
{
background-color: #7ED957;
}
</style>
border-color css
<style>
span { border-color: #7ED957; }
span { border-color: rgb(126,217,87); }
td.TdClassName
{
border-color: #7ED957;
}
.TagClassName
{
border-color: #7ED957;
}
</style>