Shades of Mantis #7EDC5A
Tints of Mantis #7EDC5A
RGB
CMYK
RGB Variations
Color information
#7EDC5A (or 0x7EDC5A) is known color: Mantis. HEX triplet: 7E, DC and 5A. RGB value is (126,220,90). Sum of RGB (Red+Green+Blue) = 126+220+90=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC5A is #8123A5. Grayscale: #B1B1B1. Windows color (decimal): -8463270 or 5954686. OLE color: 5954686.
HSL color Cylindrical-coordinate representation of color #7EDC5A: hue angle of 103.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7EDC5A is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 90 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.14 |
| HSL | 103.38º | 0.65% | 0.61% | - |
| HSV(B) | 103.38º | 0.59% | 0.86% | - |
| XYZ | 36.04 | 56.36 | 18.65 | - |
| YUV | 177.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 90 | 0.43 | 0 | 0.59 | 0.14 | 103.38 | 0.65 | 0.61 |
| Hex | 7E | DC | 5A | 2B | 0 | 3B | E | 67 | 41 | 3D |
| Octal | 176 | 334 | 132 | 53 | 0 | 73 | 16 | 147 | 101 | 75 |
| Binary | 1111110 | 11011100 | 1011010 | 101011 | 0 | 111011 | 1110 | 1100111 | 1000001 | 111101 |
Color Harmonies of #7EDC5A
Complementary color
Monochromatic Colors of #7EDC5A
Black with #7EDC5A
Text Example
Text Example
White with #7EDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC5A; }
p { color: rgb(126,220,90); }
H1.HeaderClassName
{
color: #7EDC5A;
}
.AnyTagClassName
{
color: #7EDC5A;
}
</style>
background-color css
<style>
a { background-color: #7EDC5A; }
a { background-color: rgb(126,220,90); }
div.DivClassName
{
background-color: #7EDC5A;
}
.BgClassName
{
background-color: #7EDC5A;
}
</style>
border-color css
<style>
span { border-color: #7EDC5A; }
span { border-color: rgb(126,220,90); }
td.TdClassName
{
border-color: #7EDC5A;
}
.TagClassName
{
border-color: #7EDC5A;
}
</style>