Shades of Mantis #7EDA5D
Tints of Mantis #7EDA5D
RGB
CMYK
RGB Variations
Color information
#7EDA5D (or 0x7EDA5D) is known color: Mantis. HEX triplet: 7E, DA and 5D. RGB value is (126,218,93). Sum of RGB (Red+Green+Blue) = 126+218+93=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA5D is #8125A2. Grayscale: #B0B0B0. Windows color (decimal): -8463779 or 6150782. OLE color: 6150782.
HSL color Cylindrical-coordinate representation of color #7EDA5D: hue angle of 104.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7EDA5D is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 93 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.15 |
| HSL | 104.16º | 0.63% | 0.61% | - |
| HSV(B) | 104.16º | 0.57% | 0.85% | - |
| XYZ | 35.65 | 55.37 | 19.16 | - |
| YUV | 176.24 | 81.02 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 93 | 0.42 | 0 | 0.57 | 0.15 | 104.16 | 0.63 | 0.61 |
| Hex | 7E | DA | 5D | 2A | 0 | 39 | F | 68 | 3F | 3D |
| Octal | 176 | 332 | 135 | 52 | 0 | 71 | 17 | 150 | 77 | 75 |
| Binary | 1111110 | 11011010 | 1011101 | 101010 | 0 | 111001 | 1111 | 1101000 | 111111 | 111101 |
Color Harmonies of #7EDA5D
Complementary color
Monochromatic Colors of #7EDA5D
Black with #7EDA5D
Text Example
Text Example
White with #7EDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA5D; }
p { color: rgb(126,218,93); }
H1.HeaderClassName
{
color: #7EDA5D;
}
.AnyTagClassName
{
color: #7EDA5D;
}
</style>
background-color css
<style>
a { background-color: #7EDA5D; }
a { background-color: rgb(126,218,93); }
div.DivClassName
{
background-color: #7EDA5D;
}
.BgClassName
{
background-color: #7EDA5D;
}
</style>
border-color css
<style>
span { border-color: #7EDA5D; }
span { border-color: rgb(126,218,93); }
td.TdClassName
{
border-color: #7EDA5D;
}
.TagClassName
{
border-color: #7EDA5D;
}
</style>