Shades of Mantis #7ECD45
Tints of Mantis #7ECD45
RGB
CMYK
RGB Variations
Color information
#7ECD45 (or 0x7ECD45) is known color: Mantis. HEX triplet: 7E, CD and 45. RGB value is (126,205,69). Sum of RGB (Red+Green+Blue) = 126+205+69=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECD45 is #8132BA. Grayscale: #A6A6A6. Windows color (decimal): -8467131 or 4574590. OLE color: 4574590.
HSL color Cylindrical-coordinate representation of color #7ECD45: hue angle of 94.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ECD45 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 69 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.20 |
| HSL | 94.85º | 0.58% | 0.54% | - |
| HSV(B) | 94.85º | 0.66% | 0.8% | - |
| XYZ | 31.51 | 48.53 | 13.34 | - |
| YUV | 165.88 | 73.33 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 69 | 0.39 | 0 | 0.66 | 0.20 | 94.85 | 0.58 | 0.54 |
| Hex | 7E | CD | 45 | 27 | 0 | 42 | 14 | 5F | 3A | 36 |
| Octal | 176 | 315 | 105 | 47 | 0 | 102 | 24 | 137 | 72 | 66 |
| Binary | 1111110 | 11001101 | 1000101 | 100111 | 0 | 1000010 | 10100 | 1011111 | 111010 | 110110 |
Color Harmonies of #7ECD45
Complementary color
Monochromatic Colors of #7ECD45
Black with #7ECD45
Text Example
Text Example
White with #7ECD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECD45; }
p { color: rgb(126,205,69); }
H1.HeaderClassName
{
color: #7ECD45;
}
.AnyTagClassName
{
color: #7ECD45;
}
</style>
background-color css
<style>
a { background-color: #7ECD45; }
a { background-color: rgb(126,205,69); }
div.DivClassName
{
background-color: #7ECD45;
}
.BgClassName
{
background-color: #7ECD45;
}
</style>
border-color css
<style>
span { border-color: #7ECD45; }
span { border-color: rgb(126,205,69); }
td.TdClassName
{
border-color: #7ECD45;
}
.TagClassName
{
border-color: #7ECD45;
}
</style>