Shades of Mantis #8ECC5B
Tints of Mantis #8ECC5B
RGB
CMYK
RGB Variations
Color information
#8ECC5B (or 0x8ECC5B) is known color: Mantis. HEX triplet: 8E, CC and 5B. RGB value is (142,204,91). Sum of RGB (Red+Green+Blue) = 142+204+91=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECC5B is #7133A4. Grayscale: #ACACAC. Windows color (decimal): -7418789 or 6016142. OLE color: 6016142.
HSL color Cylindrical-coordinate representation of color #8ECC5B: hue angle of 92.92º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ECC5B is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 91 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.2 |
| HSL | 92.92º | 0.53% | 0.58% | - |
| HSV(B) | 92.92º | 0.55% | 0.8% | - |
| XYZ | 34.64 | 49.69 | 17.66 | - |
| YUV | 172.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 91 | 0.30 | 0 | 0.55 | 0.2 | 92.92 | 0.53 | 0.58 |
| Hex | 8E | CC | 5B | 1E | 0 | 37 | 14 | 5D | 35 | 3A |
| Octal | 216 | 314 | 133 | 36 | 0 | 67 | 24 | 135 | 65 | 72 |
| Binary | 10001110 | 11001100 | 1011011 | 11110 | 0 | 110111 | 10100 | 1011101 | 110101 | 111010 |
Color Harmonies of #8ECC5B
Complementary color
Monochromatic Colors of #8ECC5B
Black with #8ECC5B
Text Example
Text Example
White with #8ECC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC5B; }
p { color: rgb(142,204,91); }
H1.HeaderClassName
{
color: #8ECC5B;
}
.AnyTagClassName
{
color: #8ECC5B;
}
</style>
background-color css
<style>
a { background-color: #8ECC5B; }
a { background-color: rgb(142,204,91); }
div.DivClassName
{
background-color: #8ECC5B;
}
.BgClassName
{
background-color: #8ECC5B;
}
</style>
border-color css
<style>
span { border-color: #8ECC5B; }
span { border-color: rgb(142,204,91); }
td.TdClassName
{
border-color: #8ECC5B;
}
.TagClassName
{
border-color: #8ECC5B;
}
</style>