Shades of Mantis #8DCC6D
Tints of Mantis #8DCC6D
RGB
CMYK
RGB Variations
Color information
#8DCC6D (or 0x8DCC6D) is known color: Mantis. HEX triplet: 8D, CC and 6D. RGB value is (141,204,109). Sum of RGB (Red+Green+Blue) = 141+204+109=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC6D is #723392. Grayscale: #AEAEAE. Windows color (decimal): -7484307 or 7195789. OLE color: 7195789.
HSL color Cylindrical-coordinate representation of color #8DCC6D: hue angle of 99.79º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DCC6D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 109 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.2 |
| HSL | 99.79º | 0.48% | 0.61% | - |
| HSV(B) | 99.79º | 0.47% | 0.8% | - |
| XYZ | 35.34 | 49.95 | 22.25 | - |
| YUV | 174.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 109 | 0.31 | 0 | 0.47 | 0.2 | 99.79 | 0.48 | 0.61 |
| Hex | 8D | CC | 6D | 1F | 0 | 2F | 14 | 64 | 30 | 3D |
| Octal | 215 | 314 | 155 | 37 | 0 | 57 | 24 | 144 | 60 | 75 |
| Binary | 10001101 | 11001100 | 1101101 | 11111 | 0 | 101111 | 10100 | 1100100 | 110000 | 111101 |
Color Harmonies of #8DCC6D
Complementary color
Monochromatic Colors of #8DCC6D
Black with #8DCC6D
Text Example
Text Example
White with #8DCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC6D; }
p { color: rgb(141,204,109); }
H1.HeaderClassName
{
color: #8DCC6D;
}
.AnyTagClassName
{
color: #8DCC6D;
}
</style>
background-color css
<style>
a { background-color: #8DCC6D; }
a { background-color: rgb(141,204,109); }
div.DivClassName
{
background-color: #8DCC6D;
}
.BgClassName
{
background-color: #8DCC6D;
}
</style>
border-color css
<style>
span { border-color: #8DCC6D; }
span { border-color: rgb(141,204,109); }
td.TdClassName
{
border-color: #8DCC6D;
}
.TagClassName
{
border-color: #8DCC6D;
}
</style>