Shades of Mantis #8DC065
Tints of Mantis #8DC065
RGB
CMYK
RGB Variations
Color information
#8DC065 (or 0x8DC065) is known color: Mantis. HEX triplet: 8D, C0 and 65. RGB value is (141,192,101). Sum of RGB (Red+Green+Blue) = 141+192+101=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC065 is #723F9A. Grayscale: #A6A6A6. Windows color (decimal): -7487387 or 6668429. OLE color: 6668429.
HSL color Cylindrical-coordinate representation of color #8DC065: hue angle of 93.63º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DC065 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 101 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.25 |
| HSL | 93.63º | 0.42% | 0.57% | - |
| HSV(B) | 93.63º | 0.47% | 0.75% | - |
| XYZ | 32.18 | 44.3 | 19.17 | - |
| YUV | 166.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 101 | 0.27 | 0 | 0.47 | 0.25 | 93.63 | 0.42 | 0.57 |
| Hex | 8D | C0 | 65 | 1B | 0 | 2F | 19 | 5E | 2A | 39 |
| Octal | 215 | 300 | 145 | 33 | 0 | 57 | 31 | 136 | 52 | 71 |
| Binary | 10001101 | 11000000 | 1100101 | 11011 | 0 | 101111 | 11001 | 1011110 | 101010 | 111001 |
Color Harmonies of #8DC065
Complementary color
Monochromatic Colors of #8DC065
Black with #8DC065
Text Example
Text Example
White with #8DC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC065; }
p { color: rgb(141,192,101); }
H1.HeaderClassName
{
color: #8DC065;
}
.AnyTagClassName
{
color: #8DC065;
}
</style>
background-color css
<style>
a { background-color: #8DC065; }
a { background-color: rgb(141,192,101); }
div.DivClassName
{
background-color: #8DC065;
}
.BgClassName
{
background-color: #8DC065;
}
</style>
border-color css
<style>
span { border-color: #8DC065; }
span { border-color: rgb(141,192,101); }
td.TdClassName
{
border-color: #8DC065;
}
.TagClassName
{
border-color: #8DC065;
}
</style>