Shades of Mantis #7ECB55
Tints of Mantis #7ECB55
RGB
CMYK
RGB Variations
Color information
#7ECB55 (or 0x7ECB55) is known color: Mantis. HEX triplet: 7E, CB and 55. RGB value is (126,203,85). Sum of RGB (Red+Green+Blue) = 126+203+85=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECB55 is #8134AA. Grayscale: #A6A6A6. Windows color (decimal): -8467627 or 5622654. OLE color: 5622654.
HSL color Cylindrical-coordinate representation of color #7ECB55: hue angle of 99.15º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7ECB55 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 85 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.20 |
| HSL | 99.15º | 0.53% | 0.56% | - |
| HSV(B) | 99.15º | 0.58% | 0.8% | - |
| XYZ | 31.6 | 47.8 | 16.16 | - |
| YUV | 166.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 85 | 0.38 | 0 | 0.58 | 0.20 | 99.15 | 0.53 | 0.56 |
| Hex | 7E | CB | 55 | 26 | 0 | 3A | 14 | 63 | 35 | 38 |
| Octal | 176 | 313 | 125 | 46 | 0 | 72 | 24 | 143 | 65 | 70 |
| Binary | 1111110 | 11001011 | 1010101 | 100110 | 0 | 111010 | 10100 | 1100011 | 110101 | 111000 |
Color Harmonies of #7ECB55
Complementary color
Monochromatic Colors of #7ECB55
Black with #7ECB55
Text Example
Text Example
White with #7ECB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECB55; }
p { color: rgb(126,203,85); }
H1.HeaderClassName
{
color: #7ECB55;
}
.AnyTagClassName
{
color: #7ECB55;
}
</style>
background-color css
<style>
a { background-color: #7ECB55; }
a { background-color: rgb(126,203,85); }
div.DivClassName
{
background-color: #7ECB55;
}
.BgClassName
{
background-color: #7ECB55;
}
</style>
border-color css
<style>
span { border-color: #7ECB55; }
span { border-color: rgb(126,203,85); }
td.TdClassName
{
border-color: #7ECB55;
}
.TagClassName
{
border-color: #7ECB55;
}
</style>