Shades of Mantis #7EDA5C
Tints of Mantis #7EDA5C
RGB
CMYK
RGB Variations
Color information
#7EDA5C (or 0x7EDA5C) is known color: Mantis. HEX triplet: 7E, DA and 5C. RGB value is (126,218,92). Sum of RGB (Red+Green+Blue) = 126+218+92=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA5C is #8125A3. Grayscale: #B0B0B0. Windows color (decimal): -8463780 or 6085246. OLE color: 6085246.
HSL color Cylindrical-coordinate representation of color #7EDA5C: hue angle of 103.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EDA5C is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 92 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.15 |
| HSL | 103.81º | 0.63% | 0.61% | - |
| HSV(B) | 103.81º | 0.58% | 0.85% | - |
| XYZ | 35.61 | 55.35 | 18.93 | - |
| YUV | 176.13 | 80.52 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 92 | 0.42 | 0 | 0.58 | 0.15 | 103.81 | 0.63 | 0.61 |
| Hex | 7E | DA | 5C | 2A | 0 | 3A | F | 68 | 3F | 3D |
| Octal | 176 | 332 | 134 | 52 | 0 | 72 | 17 | 150 | 77 | 75 |
| Binary | 1111110 | 11011010 | 1011100 | 101010 | 0 | 111010 | 1111 | 1101000 | 111111 | 111101 |
Color Harmonies of #7EDA5C
Complementary color
Monochromatic Colors of #7EDA5C
Black with #7EDA5C
Text Example
Text Example
White with #7EDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA5C; }
p { color: rgb(126,218,92); }
H1.HeaderClassName
{
color: #7EDA5C;
}
.AnyTagClassName
{
color: #7EDA5C;
}
</style>
background-color css
<style>
a { background-color: #7EDA5C; }
a { background-color: rgb(126,218,92); }
div.DivClassName
{
background-color: #7EDA5C;
}
.BgClassName
{
background-color: #7EDA5C;
}
</style>
border-color css
<style>
span { border-color: #7EDA5C; }
span { border-color: rgb(126,218,92); }
td.TdClassName
{
border-color: #7EDA5C;
}
.TagClassName
{
border-color: #7EDA5C;
}
</style>