Shades of Mantis #8DCC60
Tints of Mantis #8DCC60
RGB
CMYK
RGB Variations
Color information
#8DCC60 (or 0x8DCC60) is known color: Mantis. HEX triplet: 8D, CC and 60. RGB value is (141,204,96). Sum of RGB (Red+Green+Blue) = 141+204+96=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC60 is #72339F. Grayscale: #ADADAD. Windows color (decimal): -7484320 or 6343821. OLE color: 6343821.
HSL color Cylindrical-coordinate representation of color #8DCC60: hue angle of 95º degrees, saturation: 0.51, 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 #8DCC60 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 96 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.2 |
| HSL | 95º | 0.51% | 0.59% | - |
| HSV(B) | 95º | 0.53% | 0.8% | - |
| XYZ | 34.69 | 49.69 | 18.83 | - |
| YUV | 172.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 96 | 0.31 | 0 | 0.53 | 0.2 | 95 | 0.51 | 0.59 |
| Hex | 8D | CC | 60 | 1F | 0 | 35 | 14 | 5F | 33 | 3B |
| Octal | 215 | 314 | 140 | 37 | 0 | 65 | 24 | 137 | 63 | 73 |
| Binary | 10001101 | 11001100 | 1100000 | 11111 | 0 | 110101 | 10100 | 1011111 | 110011 | 111011 |
Color Harmonies of #8DCC60
Complementary color
Monochromatic Colors of #8DCC60
Black with #8DCC60
Text Example
Text Example
White with #8DCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC60; }
p { color: rgb(141,204,96); }
H1.HeaderClassName
{
color: #8DCC60;
}
.AnyTagClassName
{
color: #8DCC60;
}
</style>
background-color css
<style>
a { background-color: #8DCC60; }
a { background-color: rgb(141,204,96); }
div.DivClassName
{
background-color: #8DCC60;
}
.BgClassName
{
background-color: #8DCC60;
}
</style>
border-color css
<style>
span { border-color: #8DCC60; }
span { border-color: rgb(141,204,96); }
td.TdClassName
{
border-color: #8DCC60;
}
.TagClassName
{
border-color: #8DCC60;
}
</style>