Shades of Mantis #8DC164
Tints of Mantis #8DC164
RGB
CMYK
RGB Variations
Color information
#8DC164 (or 0x8DC164) is known color: Mantis. HEX triplet: 8D, C1 and 64. RGB value is (141,193,100). Sum of RGB (Red+Green+Blue) = 141+193+100=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC164 is #723E9B. Grayscale: #A7A7A7. Windows color (decimal): -7487132 or 6603149. OLE color: 6603149.
HSL color Cylindrical-coordinate representation of color #8DC164: hue angle of 93.55º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DC164 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 100 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.24 |
| HSL | 93.55º | 0.43% | 0.57% | - |
| HSV(B) | 93.55º | 0.48% | 0.76% | - |
| XYZ | 32.35 | 44.72 | 18.98 | - |
| YUV | 166.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 100 | 0.27 | 0 | 0.48 | 0.24 | 93.55 | 0.43 | 0.57 |
| Hex | 8D | C1 | 64 | 1B | 0 | 30 | 18 | 5E | 2B | 39 |
| Octal | 215 | 301 | 144 | 33 | 0 | 60 | 30 | 136 | 53 | 71 |
| Binary | 10001101 | 11000001 | 1100100 | 11011 | 0 | 110000 | 11000 | 1011110 | 101011 | 111001 |
Color Harmonies of #8DC164
Complementary color
Monochromatic Colors of #8DC164
Black with #8DC164
Text Example
Text Example
White with #8DC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC164; }
p { color: rgb(141,193,100); }
H1.HeaderClassName
{
color: #8DC164;
}
.AnyTagClassName
{
color: #8DC164;
}
</style>
background-color css
<style>
a { background-color: #8DC164; }
a { background-color: rgb(141,193,100); }
div.DivClassName
{
background-color: #8DC164;
}
.BgClassName
{
background-color: #8DC164;
}
</style>
border-color css
<style>
span { border-color: #8DC164; }
span { border-color: rgb(141,193,100); }
td.TdClassName
{
border-color: #8DC164;
}
.TagClassName
{
border-color: #8DC164;
}
</style>