Shades of Mantis #8DC96C
Tints of Mantis #8DC96C
RGB
CMYK
RGB Variations
Color information
#8DC96C (or 0x8DC96C) is known color: Mantis. HEX triplet: 8D, C9 and 6C. RGB value is (141,201,108). Sum of RGB (Red+Green+Blue) = 141+201+108=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC96C is #723693. Grayscale: #ACACAC. Windows color (decimal): -7485076 or 7129485. OLE color: 7129485.
HSL color Cylindrical-coordinate representation of color #8DC96C: hue angle of 98.71º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DC96C is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 108 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.21 |
| HSL | 98.71º | 0.46% | 0.61% | - |
| HSV(B) | 98.71º | 0.46% | 0.79% | - |
| XYZ | 34.58 | 48.52 | 21.73 | - |
| YUV | 172.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 108 | 0.30 | 0 | 0.46 | 0.21 | 98.71 | 0.46 | 0.61 |
| Hex | 8D | C9 | 6C | 1E | 0 | 2E | 15 | 63 | 2E | 3D |
| Octal | 215 | 311 | 154 | 36 | 0 | 56 | 25 | 143 | 56 | 75 |
| Binary | 10001101 | 11001001 | 1101100 | 11110 | 0 | 101110 | 10101 | 1100011 | 101110 | 111101 |
Color Harmonies of #8DC96C
Complementary color
Monochromatic Colors of #8DC96C
Black with #8DC96C
Text Example
Text Example
White with #8DC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC96C; }
p { color: rgb(141,201,108); }
H1.HeaderClassName
{
color: #8DC96C;
}
.AnyTagClassName
{
color: #8DC96C;
}
</style>
background-color css
<style>
a { background-color: #8DC96C; }
a { background-color: rgb(141,201,108); }
div.DivClassName
{
background-color: #8DC96C;
}
.BgClassName
{
background-color: #8DC96C;
}
</style>
border-color css
<style>
span { border-color: #8DC96C; }
span { border-color: rgb(141,201,108); }
td.TdClassName
{
border-color: #8DC96C;
}
.TagClassName
{
border-color: #8DC96C;
}
</style>