Shades of Mantis #7EDC57
Tints of Mantis #7EDC57
RGB
CMYK
RGB Variations
Color information
#7EDC57 (or 0x7EDC57) is known color: Mantis. HEX triplet: 7E, DC and 57. RGB value is (126,220,87). Sum of RGB (Red+Green+Blue) = 126+220+87=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC57 is #8123A8. Grayscale: #B1B1B1. Windows color (decimal): -8463273 or 5758078. OLE color: 5758078.
HSL color Cylindrical-coordinate representation of color #7EDC57: hue angle of 102.41º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EDC57 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 87 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.14 |
| HSL | 102.41º | 0.66% | 0.6% | - |
| HSV(B) | 102.41º | 0.6% | 0.86% | - |
| XYZ | 35.92 | 56.31 | 17.99 | - |
| YUV | 176.73 | 77.36 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 87 | 0.43 | 0 | 0.60 | 0.14 | 102.41 | 0.66 | 0.6 |
| Hex | 7E | DC | 57 | 2B | 0 | 3C | E | 66 | 42 | 3C |
| Octal | 176 | 334 | 127 | 53 | 0 | 74 | 16 | 146 | 102 | 74 |
| Binary | 1111110 | 11011100 | 1010111 | 101011 | 0 | 111100 | 1110 | 1100110 | 1000010 | 111100 |
Color Harmonies of #7EDC57
Complementary color
Monochromatic Colors of #7EDC57
Black with #7EDC57
Text Example
Text Example
White with #7EDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC57; }
p { color: rgb(126,220,87); }
H1.HeaderClassName
{
color: #7EDC57;
}
.AnyTagClassName
{
color: #7EDC57;
}
</style>
background-color css
<style>
a { background-color: #7EDC57; }
a { background-color: rgb(126,220,87); }
div.DivClassName
{
background-color: #7EDC57;
}
.BgClassName
{
background-color: #7EDC57;
}
</style>
border-color css
<style>
span { border-color: #7EDC57; }
span { border-color: rgb(126,220,87); }
td.TdClassName
{
border-color: #7EDC57;
}
.TagClassName
{
border-color: #7EDC57;
}
</style>