Shades of Mantis #8ECD6D
Tints of Mantis #8ECD6D
RGB
CMYK
RGB Variations
Color information
#8ECD6D (or 0x8ECD6D) is known color: Mantis. HEX triplet: 8E, CD and 6D. RGB value is (142,205,109). Sum of RGB (Red+Green+Blue) = 142+205+109=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD6D is #713292. Grayscale: #AFAFAF. Windows color (decimal): -7418515 or 7196046. OLE color: 7196046.
HSL color Cylindrical-coordinate representation of color #8ECD6D: hue angle of 99.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8ECD6D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 109 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.20 |
| HSL | 99.38º | 0.49% | 0.62% | - |
| HSV(B) | 99.38º | 0.47% | 0.8% | - |
| XYZ | 35.75 | 50.52 | 22.33 | - |
| YUV | 175.22 | 90.63 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 109 | 0.31 | 0 | 0.47 | 0.20 | 99.38 | 0.49 | 0.62 |
| Hex | 8E | CD | 6D | 1F | 0 | 2F | 14 | 63 | 31 | 3E |
| Octal | 216 | 315 | 155 | 37 | 0 | 57 | 24 | 143 | 61 | 76 |
| Binary | 10001110 | 11001101 | 1101101 | 11111 | 0 | 101111 | 10100 | 1100011 | 110001 | 111110 |
Color Harmonies of #8ECD6D
Complementary color
Monochromatic Colors of #8ECD6D
Black with #8ECD6D
Text Example
Text Example
White with #8ECD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD6D; }
p { color: rgb(142,205,109); }
H1.HeaderClassName
{
color: #8ECD6D;
}
.AnyTagClassName
{
color: #8ECD6D;
}
</style>
background-color css
<style>
a { background-color: #8ECD6D; }
a { background-color: rgb(142,205,109); }
div.DivClassName
{
background-color: #8ECD6D;
}
.BgClassName
{
background-color: #8ECD6D;
}
</style>
border-color css
<style>
span { border-color: #8ECD6D; }
span { border-color: rgb(142,205,109); }
td.TdClassName
{
border-color: #8ECD6D;
}
.TagClassName
{
border-color: #8ECD6D;
}
</style>