Shades of Mantis #8DC864
Tints of Mantis #8DC864
RGB
CMYK
RGB Variations
Color information
#8DC864 (or 0x8DC864) is known color: Mantis. HEX triplet: 8D, C8 and 64. RGB value is (141,200,100). Sum of RGB (Red+Green+Blue) = 141+200+100=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC864 is #72379B. Grayscale: #ABABAB. Windows color (decimal): -7485340 or 6604941. OLE color: 6604941.
HSL color Cylindrical-coordinate representation of color #8DC864: hue angle of 95.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DC864 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 100 | - |
| CMYK | 0.29 | 0 | 0.5 | 0.22 |
| HSL | 95.4º | 0.48% | 0.59% | - |
| HSV(B) | 95.4º | 0.5% | 0.78% | - |
| XYZ | 33.94 | 47.89 | 19.51 | - |
| YUV | 170.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 100 | 0.29 | 0 | 0.5 | 0.22 | 95.4 | 0.48 | 0.59 |
| Hex | 8D | C8 | 64 | 1D | 0 | 32 | 16 | 5F | 30 | 3B |
| Octal | 215 | 310 | 144 | 35 | 0 | 62 | 26 | 137 | 60 | 73 |
| Binary | 10001101 | 11001000 | 1100100 | 11101 | 0 | 110010 | 10110 | 1011111 | 110000 | 111011 |
Color Harmonies of #8DC864
Complementary color
Monochromatic Colors of #8DC864
Black with #8DC864
Text Example
Text Example
White with #8DC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC864; }
p { color: rgb(141,200,100); }
H1.HeaderClassName
{
color: #8DC864;
}
.AnyTagClassName
{
color: #8DC864;
}
</style>
background-color css
<style>
a { background-color: #8DC864; }
a { background-color: rgb(141,200,100); }
div.DivClassName
{
background-color: #8DC864;
}
.BgClassName
{
background-color: #8DC864;
}
</style>
border-color css
<style>
span { border-color: #8DC864; }
span { border-color: rgb(141,200,100); }
td.TdClassName
{
border-color: #8DC864;
}
.TagClassName
{
border-color: #8DC864;
}
</style>