Shades of Mantis #7ECF45
Tints of Mantis #7ECF45
RGB
CMYK
RGB Variations
Color information
#7ECF45 (or 0x7ECF45) is known color: Mantis. HEX triplet: 7E, CF and 45. RGB value is (126,207,69). Sum of RGB (Red+Green+Blue) = 126+207+69=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECF45 is #8130BA. Grayscale: #A7A7A7. Windows color (decimal): -8466619 or 4575102. OLE color: 4575102.
HSL color Cylindrical-coordinate representation of color #7ECF45: hue angle of 95.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7ECF45 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 69 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.19 |
| HSL | 95.22º | 0.59% | 0.54% | - |
| HSV(B) | 95.22º | 0.67% | 0.81% | - |
| XYZ | 31.99 | 49.49 | 13.5 | - |
| YUV | 167.05 | 72.66 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 69 | 0.39 | 0 | 0.67 | 0.19 | 95.22 | 0.59 | 0.54 |
| Hex | 7E | CF | 45 | 27 | 0 | 43 | 13 | 5F | 3B | 36 |
| Octal | 176 | 317 | 105 | 47 | 0 | 103 | 23 | 137 | 73 | 66 |
| Binary | 1111110 | 11001111 | 1000101 | 100111 | 0 | 1000011 | 10011 | 1011111 | 111011 | 110110 |
Color Harmonies of #7ECF45
Complementary color
Monochromatic Colors of #7ECF45
Black with #7ECF45
Text Example
Text Example
White with #7ECF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF45; }
p { color: rgb(126,207,69); }
H1.HeaderClassName
{
color: #7ECF45;
}
.AnyTagClassName
{
color: #7ECF45;
}
</style>
background-color css
<style>
a { background-color: #7ECF45; }
a { background-color: rgb(126,207,69); }
div.DivClassName
{
background-color: #7ECF45;
}
.BgClassName
{
background-color: #7ECF45;
}
</style>
border-color css
<style>
span { border-color: #7ECF45; }
span { border-color: rgb(126,207,69); }
td.TdClassName
{
border-color: #7ECF45;
}
.TagClassName
{
border-color: #7ECF45;
}
</style>