Shades of Mantis #8DC365
Tints of Mantis #8DC365
RGB
CMYK
RGB Variations
Color information
#8DC365 (or 0x8DC365) is known color: Mantis. HEX triplet: 8D, C3 and 65. RGB value is (141,195,101). Sum of RGB (Red+Green+Blue) = 141+195+101=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC365 is #723C9A. Grayscale: #A8A8A8. Windows color (decimal): -7486619 or 6669197. OLE color: 6669197.
HSL color Cylindrical-coordinate representation of color #8DC365: hue angle of 94.47º 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 #8DC365 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 101 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.24 |
| HSL | 94.47º | 0.44% | 0.58% | - |
| HSV(B) | 94.47º | 0.48% | 0.76% | - |
| XYZ | 32.85 | 45.63 | 19.39 | - |
| YUV | 168.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 101 | 0.28 | 0 | 0.48 | 0.24 | 94.47 | 0.44 | 0.58 |
| Hex | 8D | C3 | 65 | 1C | 0 | 30 | 18 | 5E | 2C | 3A |
| Octal | 215 | 303 | 145 | 34 | 0 | 60 | 30 | 136 | 54 | 72 |
| Binary | 10001101 | 11000011 | 1100101 | 11100 | 0 | 110000 | 11000 | 1011110 | 101100 | 111010 |
Color Harmonies of #8DC365
Complementary color
Monochromatic Colors of #8DC365
Black with #8DC365
Text Example
Text Example
White with #8DC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC365; }
p { color: rgb(141,195,101); }
H1.HeaderClassName
{
color: #8DC365;
}
.AnyTagClassName
{
color: #8DC365;
}
</style>
background-color css
<style>
a { background-color: #8DC365; }
a { background-color: rgb(141,195,101); }
div.DivClassName
{
background-color: #8DC365;
}
.BgClassName
{
background-color: #8DC365;
}
</style>
border-color css
<style>
span { border-color: #8DC365; }
span { border-color: rgb(141,195,101); }
td.TdClassName
{
border-color: #8DC365;
}
.TagClassName
{
border-color: #8DC365;
}
</style>