Shades of Mantis #8DCE60
Tints of Mantis #8DCE60
RGB
CMYK
RGB Variations
Color information
#8DCE60 (or 0x8DCE60) is known color: Mantis. HEX triplet: 8D, CE and 60. RGB value is (141,206,96). Sum of RGB (Red+Green+Blue) = 141+206+96=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCE60 is #72319F. Grayscale: #AEAEAE. Windows color (decimal): -7483808 or 6344333. OLE color: 6344333.
HSL color Cylindrical-coordinate representation of color #8DCE60: hue angle of 95.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DCE60 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 96 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.19 |
| HSL | 95.45º | 0.53% | 0.59% | - |
| HSV(B) | 95.45º | 0.53% | 0.81% | - |
| XYZ | 35.17 | 50.65 | 18.99 | - |
| YUV | 174.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 96 | 0.32 | 0 | 0.53 | 0.19 | 95.45 | 0.53 | 0.59 |
| Hex | 8D | CE | 60 | 20 | 0 | 35 | 13 | 5F | 35 | 3B |
| Octal | 215 | 316 | 140 | 40 | 0 | 65 | 23 | 137 | 65 | 73 |
| Binary | 10001101 | 11001110 | 1100000 | 100000 | 0 | 110101 | 10011 | 1011111 | 110101 | 111011 |
Color Harmonies of #8DCE60
Complementary color
Monochromatic Colors of #8DCE60
Black with #8DCE60
Text Example
Text Example
White with #8DCE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE60; }
p { color: rgb(141,206,96); }
H1.HeaderClassName
{
color: #8DCE60;
}
.AnyTagClassName
{
color: #8DCE60;
}
</style>
background-color css
<style>
a { background-color: #8DCE60; }
a { background-color: rgb(141,206,96); }
div.DivClassName
{
background-color: #8DCE60;
}
.BgClassName
{
background-color: #8DCE60;
}
</style>
border-color css
<style>
span { border-color: #8DCE60; }
span { border-color: rgb(141,206,96); }
td.TdClassName
{
border-color: #8DCE60;
}
.TagClassName
{
border-color: #8DCE60;
}
</style>