Shades of Mantis #8DC366
Tints of Mantis #8DC366
RGB
CMYK
RGB Variations
Color information
#8DC366 (or 0x8DC366) is known color: Mantis. HEX triplet: 8D, C3 and 66. RGB value is (141,195,102). Sum of RGB (Red+Green+Blue) = 141+195+102=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC366 is #723C99. Grayscale: #A8A8A8. Windows color (decimal): -7486618 or 6734733. OLE color: 6734733.
HSL color Cylindrical-coordinate representation of color #8DC366: hue angle of 94.84º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DC366 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 102 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.24 |
| HSL | 94.84º | 0.44% | 0.58% | - |
| HSV(B) | 94.84º | 0.48% | 0.76% | - |
| XYZ | 32.9 | 45.65 | 19.65 | - |
| YUV | 168.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 102 | 0.28 | 0 | 0.48 | 0.24 | 94.84 | 0.44 | 0.58 |
| Hex | 8D | C3 | 66 | 1C | 0 | 30 | 18 | 5F | 2C | 3A |
| Octal | 215 | 303 | 146 | 34 | 0 | 60 | 30 | 137 | 54 | 72 |
| Binary | 10001101 | 11000011 | 1100110 | 11100 | 0 | 110000 | 11000 | 1011111 | 101100 | 111010 |
Color Harmonies of #8DC366
Complementary color
Monochromatic Colors of #8DC366
Black with #8DC366
Text Example
Text Example
White with #8DC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC366; }
p { color: rgb(141,195,102); }
H1.HeaderClassName
{
color: #8DC366;
}
.AnyTagClassName
{
color: #8DC366;
}
</style>
background-color css
<style>
a { background-color: #8DC366; }
a { background-color: rgb(141,195,102); }
div.DivClassName
{
background-color: #8DC366;
}
.BgClassName
{
background-color: #8DC366;
}
</style>
border-color css
<style>
span { border-color: #8DC366; }
span { border-color: rgb(141,195,102); }
td.TdClassName
{
border-color: #8DC366;
}
.TagClassName
{
border-color: #8DC366;
}
</style>