Shades of Mantis #8ECC70
Tints of Mantis #8ECC70
RGB
CMYK
RGB Variations
Color information
#8ECC70 (or 0x8ECC70) is known color: Mantis. HEX triplet: 8E, CC and 70. RGB value is (142,204,112). Sum of RGB (Red+Green+Blue) = 142+204+112=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECC70 is #71338F. Grayscale: #AFAFAF. Windows color (decimal): -7418768 or 7392398. OLE color: 7392398.
HSL color Cylindrical-coordinate representation of color #8ECC70: hue angle of 100.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ECC70 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 112 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.2 |
| HSL | 100.43º | 0.47% | 0.62% | - |
| HSV(B) | 100.43º | 0.45% | 0.8% | - |
| XYZ | 35.67 | 50.11 | 23.12 | - |
| YUV | 174.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 112 | 0.30 | 0 | 0.45 | 0.2 | 100.43 | 0.47 | 0.62 |
| Hex | 8E | CC | 70 | 1E | 0 | 2D | 14 | 64 | 2F | 3E |
| Octal | 216 | 314 | 160 | 36 | 0 | 55 | 24 | 144 | 57 | 76 |
| Binary | 10001110 | 11001100 | 1110000 | 11110 | 0 | 101101 | 10100 | 1100100 | 101111 | 111110 |
Color Harmonies of #8ECC70
Complementary color
Monochromatic Colors of #8ECC70
Black with #8ECC70
Text Example
Text Example
White with #8ECC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC70; }
p { color: rgb(142,204,112); }
H1.HeaderClassName
{
color: #8ECC70;
}
.AnyTagClassName
{
color: #8ECC70;
}
</style>
background-color css
<style>
a { background-color: #8ECC70; }
a { background-color: rgb(142,204,112); }
div.DivClassName
{
background-color: #8ECC70;
}
.BgClassName
{
background-color: #8ECC70;
}
</style>
border-color css
<style>
span { border-color: #8ECC70; }
span { border-color: rgb(142,204,112); }
td.TdClassName
{
border-color: #8ECC70;
}
.TagClassName
{
border-color: #8ECC70;
}
</style>