Shades of Mantis #8DCC6F
Tints of Mantis #8DCC6F
RGB
CMYK
RGB Variations
Color information
#8DCC6F (or 0x8DCC6F) is known color: Mantis. HEX triplet: 8D, CC and 6F. RGB value is (141,204,111). Sum of RGB (Red+Green+Blue) = 141+204+111=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC6F is #723390. Grayscale: #AEAEAE. Windows color (decimal): -7484305 or 7326861. OLE color: 7326861.
HSL color Cylindrical-coordinate representation of color #8DCC6F: hue angle of 100.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DCC6F is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 111 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.2 |
| HSL | 100.65º | 0.48% | 0.62% | - |
| HSV(B) | 100.65º | 0.46% | 0.8% | - |
| XYZ | 35.45 | 50 | 22.82 | - |
| YUV | 174.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 111 | 0.31 | 0 | 0.46 | 0.2 | 100.65 | 0.48 | 0.62 |
| Hex | 8D | CC | 6F | 1F | 0 | 2E | 14 | 65 | 30 | 3E |
| Octal | 215 | 314 | 157 | 37 | 0 | 56 | 24 | 145 | 60 | 76 |
| Binary | 10001101 | 11001100 | 1101111 | 11111 | 0 | 101110 | 10100 | 1100101 | 110000 | 111110 |
Color Harmonies of #8DCC6F
Complementary color
Monochromatic Colors of #8DCC6F
Black with #8DCC6F
Text Example
Text Example
White with #8DCC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC6F; }
p { color: rgb(141,204,111); }
H1.HeaderClassName
{
color: #8DCC6F;
}
.AnyTagClassName
{
color: #8DCC6F;
}
</style>
background-color css
<style>
a { background-color: #8DCC6F; }
a { background-color: rgb(141,204,111); }
div.DivClassName
{
background-color: #8DCC6F;
}
.BgClassName
{
background-color: #8DCC6F;
}
</style>
border-color css
<style>
span { border-color: #8DCC6F; }
span { border-color: rgb(141,204,111); }
td.TdClassName
{
border-color: #8DCC6F;
}
.TagClassName
{
border-color: #8DCC6F;
}
</style>