Shades of Mantis #7ED04D
Tints of Mantis #7ED04D
RGB
CMYK
RGB Variations
Color information
#7ED04D (or 0x7ED04D) is known color: Mantis. HEX triplet: 7E, D0 and 4D. RGB value is (126,208,77). Sum of RGB (Red+Green+Blue) = 126+208+77=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED04D is #812FB2. Grayscale: #A8A8A8. Windows color (decimal): -8466355 or 5099646. OLE color: 5099646.
HSL color Cylindrical-coordinate representation of color #7ED04D: hue angle of 97.56º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ED04D is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 77 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.18 |
| HSL | 97.56º | 0.58% | 0.56% | - |
| HSV(B) | 97.56º | 0.63% | 0.82% | - |
| XYZ | 32.5 | 50.08 | 14.98 | - |
| YUV | 168.55 | 76.33 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 77 | 0.39 | 0 | 0.63 | 0.18 | 97.56 | 0.58 | 0.56 |
| Hex | 7E | D0 | 4D | 27 | 0 | 3F | 12 | 62 | 3A | 38 |
| Octal | 176 | 320 | 115 | 47 | 0 | 77 | 22 | 142 | 72 | 70 |
| Binary | 1111110 | 11010000 | 1001101 | 100111 | 0 | 111111 | 10010 | 1100010 | 111010 | 111000 |
Color Harmonies of #7ED04D
Complementary color
Monochromatic Colors of #7ED04D
Black with #7ED04D
Text Example
Text Example
White with #7ED04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED04D; }
p { color: rgb(126,208,77); }
H1.HeaderClassName
{
color: #7ED04D;
}
.AnyTagClassName
{
color: #7ED04D;
}
</style>
background-color css
<style>
a { background-color: #7ED04D; }
a { background-color: rgb(126,208,77); }
div.DivClassName
{
background-color: #7ED04D;
}
.BgClassName
{
background-color: #7ED04D;
}
</style>
border-color css
<style>
span { border-color: #7ED04D; }
span { border-color: rgb(126,208,77); }
td.TdClassName
{
border-color: #7ED04D;
}
.TagClassName
{
border-color: #7ED04D;
}
</style>