Shades of Mantis #8ECC50
Tints of Mantis #8ECC50
RGB
CMYK
RGB Variations
Color information
#8ECC50 (or 0x8ECC50) is known color: Mantis. HEX triplet: 8E, CC and 50. RGB value is (142,204,80). Sum of RGB (Red+Green+Blue) = 142+204+80=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECC50 is #7133AF. Grayscale: #ABABAB. Windows color (decimal): -7418800 or 5295246. OLE color: 5295246.
HSL color Cylindrical-coordinate representation of color #8ECC50: hue angle of 90º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ECC50 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 80 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.2 |
| HSL | 90º | 0.55% | 0.56% | - |
| HSV(B) | 90º | 0.61% | 0.8% | - |
| XYZ | 34.2 | 49.52 | 15.34 | - |
| YUV | 171.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 80 | 0.30 | 0 | 0.61 | 0.2 | 90 | 0.55 | 0.56 |
| Hex | 8E | CC | 50 | 1E | 0 | 3D | 14 | 5A | 37 | 38 |
| Octal | 216 | 314 | 120 | 36 | 0 | 75 | 24 | 132 | 67 | 70 |
| Binary | 10001110 | 11001100 | 1010000 | 11110 | 0 | 111101 | 10100 | 1011010 | 110111 | 111000 |
Color Harmonies of #8ECC50
Complementary color
Monochromatic Colors of #8ECC50
Black with #8ECC50
Text Example
Text Example
White with #8ECC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC50; }
p { color: rgb(142,204,80); }
H1.HeaderClassName
{
color: #8ECC50;
}
.AnyTagClassName
{
color: #8ECC50;
}
</style>
background-color css
<style>
a { background-color: #8ECC50; }
a { background-color: rgb(142,204,80); }
div.DivClassName
{
background-color: #8ECC50;
}
.BgClassName
{
background-color: #8ECC50;
}
</style>
border-color css
<style>
span { border-color: #8ECC50; }
span { border-color: rgb(142,204,80); }
td.TdClassName
{
border-color: #8ECC50;
}
.TagClassName
{
border-color: #8ECC50;
}
</style>