Shades of Mantis #7EDA40
Tints of Mantis #7EDA40
RGB
CMYK
RGB Variations
Color information
#7EDA40 (or 0x7EDA40) is known color: Mantis. HEX triplet: 7E, DA and 40. RGB value is (126,218,64). Sum of RGB (Red+Green+Blue) = 126+218+64=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDA40 is #8125BF. Grayscale: #ADADAD. Windows color (decimal): -8463808 or 4250238. OLE color: 4250238.
HSL color Cylindrical-coordinate representation of color #7EDA40: hue angle of 95.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EDA40 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 64 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.15 |
| HSL | 95.84º | 0.68% | 0.55% | - |
| HSV(B) | 95.84º | 0.71% | 0.85% | - |
| XYZ | 34.6 | 54.95 | 13.63 | - |
| YUV | 172.94 | 66.52 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 64 | 0.42 | 0 | 0.71 | 0.15 | 95.84 | 0.68 | 0.55 |
| Hex | 7E | DA | 40 | 2A | 0 | 47 | F | 60 | 44 | 37 |
| Octal | 176 | 332 | 100 | 52 | 0 | 107 | 17 | 140 | 104 | 67 |
| Binary | 1111110 | 11011010 | 1000000 | 101010 | 0 | 1000111 | 1111 | 1100000 | 1000100 | 110111 |
Color Harmonies of #7EDA40
Complementary color
Monochromatic Colors of #7EDA40
Black with #7EDA40
Text Example
Text Example
White with #7EDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA40; }
p { color: rgb(126,218,64); }
H1.HeaderClassName
{
color: #7EDA40;
}
.AnyTagClassName
{
color: #7EDA40;
}
</style>
background-color css
<style>
a { background-color: #7EDA40; }
a { background-color: rgb(126,218,64); }
div.DivClassName
{
background-color: #7EDA40;
}
.BgClassName
{
background-color: #7EDA40;
}
</style>
border-color css
<style>
span { border-color: #7EDA40; }
span { border-color: rgb(126,218,64); }
td.TdClassName
{
border-color: #7EDA40;
}
.TagClassName
{
border-color: #7EDA40;
}
</style>