Shades of Mantis #7EC745
Tints of Mantis #7EC745
RGB
CMYK
RGB Variations
Color information
#7EC745 (or 0x7EC745) is known color: Mantis. HEX triplet: 7E, C7 and 45. RGB value is (126,199,69). Sum of RGB (Red+Green+Blue) = 126+199+69=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC745 is #8138BA. Grayscale: #A2A2A2. Windows color (decimal): -8468667 or 4573054. OLE color: 4573054.
HSL color Cylindrical-coordinate representation of color #7EC745: hue angle of 93.69º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EC745 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 69 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.22 |
| HSL | 93.69º | 0.54% | 0.53% | - |
| HSV(B) | 93.69º | 0.65% | 0.78% | - |
| XYZ | 30.1 | 45.71 | 12.87 | - |
| YUV | 162.35 | 75.32 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 69 | 0.37 | 0 | 0.65 | 0.22 | 93.69 | 0.54 | 0.53 |
| Hex | 7E | C7 | 45 | 25 | 0 | 41 | 16 | 5E | 36 | 35 |
| Octal | 176 | 307 | 105 | 45 | 0 | 101 | 26 | 136 | 66 | 65 |
| Binary | 1111110 | 11000111 | 1000101 | 100101 | 0 | 1000001 | 10110 | 1011110 | 110110 | 110101 |
Color Harmonies of #7EC745
Complementary color
Monochromatic Colors of #7EC745
Black with #7EC745
Text Example
Text Example
White with #7EC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC745; }
p { color: rgb(126,199,69); }
H1.HeaderClassName
{
color: #7EC745;
}
.AnyTagClassName
{
color: #7EC745;
}
</style>
background-color css
<style>
a { background-color: #7EC745; }
a { background-color: rgb(126,199,69); }
div.DivClassName
{
background-color: #7EC745;
}
.BgClassName
{
background-color: #7EC745;
}
</style>
border-color css
<style>
span { border-color: #7EC745; }
span { border-color: rgb(126,199,69); }
td.TdClassName
{
border-color: #7EC745;
}
.TagClassName
{
border-color: #7EC745;
}
</style>