Shades of Mantis #8ECD60
Tints of Mantis #8ECD60
RGB
CMYK
RGB Variations
Color information
#8ECD60 (or 0x8ECD60) is known color: Mantis. HEX triplet: 8E, CD and 60. RGB value is (142,205,96). Sum of RGB (Red+Green+Blue) = 142+205+96=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD60 is #71329F. Grayscale: #AEAEAE. Windows color (decimal): -7418528 or 6344078. OLE color: 6344078.
HSL color Cylindrical-coordinate representation of color #8ECD60: hue angle of 94.68º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ECD60 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 96 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.20 |
| HSL | 94.68º | 0.52% | 0.59% | - |
| HSV(B) | 94.68º | 0.53% | 0.8% | - |
| XYZ | 35.1 | 50.26 | 18.92 | - |
| YUV | 173.74 | 84.13 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 96 | 0.31 | 0 | 0.53 | 0.20 | 94.68 | 0.52 | 0.59 |
| Hex | 8E | CD | 60 | 1F | 0 | 35 | 14 | 5F | 34 | 3B |
| Octal | 216 | 315 | 140 | 37 | 0 | 65 | 24 | 137 | 64 | 73 |
| Binary | 10001110 | 11001101 | 1100000 | 11111 | 0 | 110101 | 10100 | 1011111 | 110100 | 111011 |
Color Harmonies of #8ECD60
Complementary color
Monochromatic Colors of #8ECD60
Black with #8ECD60
Text Example
Text Example
White with #8ECD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD60; }
p { color: rgb(142,205,96); }
H1.HeaderClassName
{
color: #8ECD60;
}
.AnyTagClassName
{
color: #8ECD60;
}
</style>
background-color css
<style>
a { background-color: #8ECD60; }
a { background-color: rgb(142,205,96); }
div.DivClassName
{
background-color: #8ECD60;
}
.BgClassName
{
background-color: #8ECD60;
}
</style>
border-color css
<style>
span { border-color: #8ECD60; }
span { border-color: rgb(142,205,96); }
td.TdClassName
{
border-color: #8ECD60;
}
.TagClassName
{
border-color: #8ECD60;
}
</style>