Shades of Mantis #7ECE50
Tints of Mantis #7ECE50
RGB
CMYK
RGB Variations
Color information
#7ECE50 (or 0x7ECE50) is known color: Mantis. HEX triplet: 7E, CE and 50. RGB value is (126,206,80). Sum of RGB (Red+Green+Blue) = 126+206+80=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECE50 is #8131AF. Grayscale: #A8A8A8. Windows color (decimal): -8466864 or 5295742. OLE color: 5295742.
HSL color Cylindrical-coordinate representation of color #7ECE50: hue angle of 98.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ECE50 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 80 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.19 |
| HSL | 98.1º | 0.56% | 0.56% | - |
| HSV(B) | 98.1º | 0.61% | 0.81% | - |
| XYZ | 32.12 | 49.16 | 15.38 | - |
| YUV | 167.72 | 78.5 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 80 | 0.39 | 0 | 0.61 | 0.19 | 98.1 | 0.56 | 0.56 |
| Hex | 7E | CE | 50 | 27 | 0 | 3D | 13 | 62 | 38 | 38 |
| Octal | 176 | 316 | 120 | 47 | 0 | 75 | 23 | 142 | 70 | 70 |
| Binary | 1111110 | 11001110 | 1010000 | 100111 | 0 | 111101 | 10011 | 1100010 | 111000 | 111000 |
Color Harmonies of #7ECE50
Complementary color
Monochromatic Colors of #7ECE50
Black with #7ECE50
Text Example
Text Example
White with #7ECE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE50; }
p { color: rgb(126,206,80); }
H1.HeaderClassName
{
color: #7ECE50;
}
.AnyTagClassName
{
color: #7ECE50;
}
</style>
background-color css
<style>
a { background-color: #7ECE50; }
a { background-color: rgb(126,206,80); }
div.DivClassName
{
background-color: #7ECE50;
}
.BgClassName
{
background-color: #7ECE50;
}
</style>
border-color css
<style>
span { border-color: #7ECE50; }
span { border-color: rgb(126,206,80); }
td.TdClassName
{
border-color: #7ECE50;
}
.TagClassName
{
border-color: #7ECE50;
}
</style>