Shades of Mantis #7ECF49
Tints of Mantis #7ECF49
RGB
CMYK
RGB Variations
Color information
#7ECF49 (or 0x7ECF49) is known color: Mantis. HEX triplet: 7E, CF and 49. RGB value is (126,207,73). Sum of RGB (Red+Green+Blue) = 126+207+73=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECF49 is #8130B6. Grayscale: #A7A7A7. Windows color (decimal): -8466615 or 4837246. OLE color: 4837246.
HSL color Cylindrical-coordinate representation of color #7ECF49: hue angle of 96.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ECF49 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 73 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.19 |
| HSL | 96.27º | 0.58% | 0.55% | - |
| HSV(B) | 96.27º | 0.65% | 0.81% | - |
| XYZ | 32.12 | 49.54 | 14.17 | - |
| YUV | 167.51 | 74.66 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 73 | 0.39 | 0 | 0.65 | 0.19 | 96.27 | 0.58 | 0.55 |
| Hex | 7E | CF | 49 | 27 | 0 | 41 | 13 | 60 | 3A | 37 |
| Octal | 176 | 317 | 111 | 47 | 0 | 101 | 23 | 140 | 72 | 67 |
| Binary | 1111110 | 11001111 | 1001001 | 100111 | 0 | 1000001 | 10011 | 1100000 | 111010 | 110111 |
Color Harmonies of #7ECF49
Complementary color
Monochromatic Colors of #7ECF49
Black with #7ECF49
Text Example
Text Example
White with #7ECF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF49; }
p { color: rgb(126,207,73); }
H1.HeaderClassName
{
color: #7ECF49;
}
.AnyTagClassName
{
color: #7ECF49;
}
</style>
background-color css
<style>
a { background-color: #7ECF49; }
a { background-color: rgb(126,207,73); }
div.DivClassName
{
background-color: #7ECF49;
}
.BgClassName
{
background-color: #7ECF49;
}
</style>
border-color css
<style>
span { border-color: #7ECF49; }
span { border-color: rgb(126,207,73); }
td.TdClassName
{
border-color: #7ECF49;
}
.TagClassName
{
border-color: #7ECF49;
}
</style>