Shades of Mantis #7EDA4D
Tints of Mantis #7EDA4D
RGB
CMYK
RGB Variations
Color information
#7EDA4D (or 0x7EDA4D) is known color: Mantis. HEX triplet: 7E, DA and 4D. RGB value is (126,218,77). Sum of RGB (Red+Green+Blue) = 126+218+77=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA4D is #8125B2. Grayscale: #AEAEAE. Windows color (decimal): -8463795 or 5102206. OLE color: 5102206.
HSL color Cylindrical-coordinate representation of color #7EDA4D: hue angle of 99.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EDA4D is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 77 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.15 |
| HSL | 99.15º | 0.66% | 0.58% | - |
| HSV(B) | 99.15º | 0.65% | 0.85% | - |
| XYZ | 35.02 | 55.11 | 15.81 | - |
| YUV | 174.42 | 73.02 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 77 | 0.42 | 0 | 0.65 | 0.15 | 99.15 | 0.66 | 0.58 |
| Hex | 7E | DA | 4D | 2A | 0 | 41 | F | 63 | 42 | 3A |
| Octal | 176 | 332 | 115 | 52 | 0 | 101 | 17 | 143 | 102 | 72 |
| Binary | 1111110 | 11011010 | 1001101 | 101010 | 0 | 1000001 | 1111 | 1100011 | 1000010 | 111010 |
Color Harmonies of #7EDA4D
Complementary color
Monochromatic Colors of #7EDA4D
Black with #7EDA4D
Text Example
Text Example
White with #7EDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA4D; }
p { color: rgb(126,218,77); }
H1.HeaderClassName
{
color: #7EDA4D;
}
.AnyTagClassName
{
color: #7EDA4D;
}
</style>
background-color css
<style>
a { background-color: #7EDA4D; }
a { background-color: rgb(126,218,77); }
div.DivClassName
{
background-color: #7EDA4D;
}
.BgClassName
{
background-color: #7EDA4D;
}
</style>
border-color css
<style>
span { border-color: #7EDA4D; }
span { border-color: rgb(126,218,77); }
td.TdClassName
{
border-color: #7EDA4D;
}
.TagClassName
{
border-color: #7EDA4D;
}
</style>