Shades of Mantis #7ED744
Tints of Mantis #7ED744
RGB
CMYK
RGB Variations
Color information
#7ED744 (or 0x7ED744) is known color: Mantis. HEX triplet: 7E, D7 and 44. RGB value is (126,215,68). Sum of RGB (Red+Green+Blue) = 126+215+68=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED744 is #8128BB. Grayscale: #ACACAC. Windows color (decimal): -8464572 or 4511614. OLE color: 4511614.
HSL color Cylindrical-coordinate representation of color #7ED744: hue angle of 96.33º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ED744 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 68 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.16 |
| HSL | 96.33º | 0.65% | 0.55% | - |
| HSV(B) | 96.33º | 0.68% | 0.84% | - |
| XYZ | 33.95 | 53.45 | 14 | - |
| YUV | 171.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 68 | 0.41 | 0 | 0.68 | 0.16 | 96.33 | 0.65 | 0.55 |
| Hex | 7E | D7 | 44 | 29 | 0 | 44 | 10 | 60 | 41 | 37 |
| Octal | 176 | 327 | 104 | 51 | 0 | 104 | 20 | 140 | 101 | 67 |
| Binary | 1111110 | 11010111 | 1000100 | 101001 | 0 | 1000100 | 10000 | 1100000 | 1000001 | 110111 |
Color Harmonies of #7ED744
Complementary color
Monochromatic Colors of #7ED744
Black with #7ED744
Text Example
Text Example
White with #7ED744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED744; }
p { color: rgb(126,215,68); }
H1.HeaderClassName
{
color: #7ED744;
}
.AnyTagClassName
{
color: #7ED744;
}
</style>
background-color css
<style>
a { background-color: #7ED744; }
a { background-color: rgb(126,215,68); }
div.DivClassName
{
background-color: #7ED744;
}
.BgClassName
{
background-color: #7ED744;
}
</style>
border-color css
<style>
span { border-color: #7ED744; }
span { border-color: rgb(126,215,68); }
td.TdClassName
{
border-color: #7ED744;
}
.TagClassName
{
border-color: #7ED744;
}
</style>