Shades of Mantis #7EDC5E
Tints of Mantis #7EDC5E
RGB
CMYK
RGB Variations
Color information
#7EDC5E (or 0x7EDC5E) is known color: Mantis. HEX triplet: 7E, DC and 5E. RGB value is (126,220,94). Sum of RGB (Red+Green+Blue) = 126+220+94=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC5E is #8123A1. Grayscale: #B1B1B1. Windows color (decimal): -8463266 or 6216830. OLE color: 6216830.
HSL color Cylindrical-coordinate representation of color #7EDC5E: hue angle of 104.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7EDC5E is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 126 | 220 | 94 | - |
CMYK | 0.43 | 0 | 0.57 | 0.14 |
HSL | 104.76º | 0.64% | 0.62% | - |
HSV(B) | 104.76º | 0.57% | 0.86% | - |
XYZ | 36.22 | 56.43 | 19.57 | - |
YUV | 177.53 | 80.86 | 91.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 220 | 94 | 0.43 | 0 | 0.57 | 0.14 | 104.76 | 0.64 | 0.62 |
Hex | 7E | DC | 5E | 2B | 0 | 39 | E | 69 | 40 | 3E |
Octal | 176 | 334 | 136 | 53 | 0 | 71 | 16 | 151 | 100 | 76 |
Binary | 1111110 | 11011100 | 1011110 | 101011 | 0 | 111001 | 1110 | 1101001 | 1000000 | 111110 |
Color Harmonies of #7EDC5E
Complementary color
Monochromatic Colors of #7EDC5E
Black with #7EDC5E
Text Example
Text Example
White with #7EDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC5E; }
p { color: rgb(126,220,94); }
H1.HeaderClassName
{
color: #7EDC5E;
}
.AnyTagClassName
{
color: #7EDC5E;
}
</style>
background-color css
<style>
a { background-color: #7EDC5E; }
a { background-color: rgb(126,220,94); }
div.DivClassName
{
background-color: #7EDC5E;
}
.BgClassName
{
background-color: #7EDC5E;
}
</style>
border-color css
<style>
span { border-color: #7EDC5E; }
span { border-color: rgb(126,220,94); }
td.TdClassName
{
border-color: #7EDC5E;
}
.TagClassName
{
border-color: #7EDC5E;
}
</style>