Shades of Mantis #8ECC55
Tints of Mantis #8ECC55
RGB
CMYK
RGB Variations
Color information
#8ECC55 (or 0x8ECC55) is known color: Mantis. HEX triplet: 8E, CC and 55. RGB value is (142,204,85). Sum of RGB (Red+Green+Blue) = 142+204+85=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECC55 is #7133AA. Grayscale: #ACACAC. Windows color (decimal): -7418795 or 5622926. OLE color: 5622926.
HSL color Cylindrical-coordinate representation of color #8ECC55: hue angle of 91.26º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8ECC55 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 85 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.2 |
| HSL | 91.26º | 0.54% | 0.57% | - |
| HSV(B) | 91.26º | 0.58% | 0.8% | - |
| XYZ | 34.39 | 49.59 | 16.35 | - |
| YUV | 171.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 85 | 0.30 | 0 | 0.58 | 0.2 | 91.26 | 0.54 | 0.57 |
| Hex | 8E | CC | 55 | 1E | 0 | 3A | 14 | 5B | 36 | 39 |
| Octal | 216 | 314 | 125 | 36 | 0 | 72 | 24 | 133 | 66 | 71 |
| Binary | 10001110 | 11001100 | 1010101 | 11110 | 0 | 111010 | 10100 | 1011011 | 110110 | 111001 |
Color Harmonies of #8ECC55
Complementary color
Monochromatic Colors of #8ECC55
Black with #8ECC55
Text Example
Text Example
White with #8ECC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC55; }
p { color: rgb(142,204,85); }
H1.HeaderClassName
{
color: #8ECC55;
}
.AnyTagClassName
{
color: #8ECC55;
}
</style>
background-color css
<style>
a { background-color: #8ECC55; }
a { background-color: rgb(142,204,85); }
div.DivClassName
{
background-color: #8ECC55;
}
.BgClassName
{
background-color: #8ECC55;
}
</style>
border-color css
<style>
span { border-color: #8ECC55; }
span { border-color: rgb(142,204,85); }
td.TdClassName
{
border-color: #8ECC55;
}
.TagClassName
{
border-color: #8ECC55;
}
</style>