Shades of Mantis #7ED74D
Tints of Mantis #7ED74D
RGB
CMYK
RGB Variations
Color information
#7ED74D (or 0x7ED74D) is known color: Mantis. HEX triplet: 7E, D7 and 4D. RGB value is (126,215,77). Sum of RGB (Red+Green+Blue) = 126+215+77=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED74D is #8128B2. Grayscale: #ADADAD. Windows color (decimal): -8464563 or 5101438. OLE color: 5101438.
HSL color Cylindrical-coordinate representation of color #7ED74D: hue angle of 98.7º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ED74D is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 77 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.16 |
| HSL | 98.7º | 0.63% | 0.57% | - |
| HSV(B) | 98.7º | 0.64% | 0.84% | - |
| XYZ | 34.24 | 53.57 | 15.56 | - |
| YUV | 172.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 77 | 0.41 | 0 | 0.64 | 0.16 | 98.7 | 0.63 | 0.57 |
| Hex | 7E | D7 | 4D | 29 | 0 | 40 | 10 | 63 | 3F | 39 |
| Octal | 176 | 327 | 115 | 51 | 0 | 100 | 20 | 143 | 77 | 71 |
| Binary | 1111110 | 11010111 | 1001101 | 101001 | 0 | 1000000 | 10000 | 1100011 | 111111 | 111001 |
Color Harmonies of #7ED74D
Complementary color
Monochromatic Colors of #7ED74D
Black with #7ED74D
Text Example
Text Example
White with #7ED74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED74D; }
p { color: rgb(126,215,77); }
H1.HeaderClassName
{
color: #7ED74D;
}
.AnyTagClassName
{
color: #7ED74D;
}
</style>
background-color css
<style>
a { background-color: #7ED74D; }
a { background-color: rgb(126,215,77); }
div.DivClassName
{
background-color: #7ED74D;
}
.BgClassName
{
background-color: #7ED74D;
}
</style>
border-color css
<style>
span { border-color: #7ED74D; }
span { border-color: rgb(126,215,77); }
td.TdClassName
{
border-color: #7ED74D;
}
.TagClassName
{
border-color: #7ED74D;
}
</style>