Shades of Mantis #8DCA64
Tints of Mantis #8DCA64
RGB
CMYK
RGB Variations
Color information
#8DCA64 (or 0x8DCA64) is known color: Mantis. HEX triplet: 8D, CA and 64. RGB value is (141,202,100). Sum of RGB (Red+Green+Blue) = 141+202+100=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA64 is #72359B. Grayscale: #ACACAC. Windows color (decimal): -7484828 or 6605453. OLE color: 6605453.
HSL color Cylindrical-coordinate representation of color #8DCA64: hue angle of 95.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DCA64 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 100 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.21 |
| HSL | 95.88º | 0.49% | 0.59% | - |
| HSV(B) | 95.88º | 0.5% | 0.79% | - |
| XYZ | 34.41 | 48.82 | 19.67 | - |
| YUV | 172.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 100 | 0.30 | 0 | 0.50 | 0.21 | 95.88 | 0.49 | 0.59 |
| Hex | 8D | CA | 64 | 1E | 0 | 32 | 15 | 60 | 31 | 3B |
| Octal | 215 | 312 | 144 | 36 | 0 | 62 | 25 | 140 | 61 | 73 |
| Binary | 10001101 | 11001010 | 1100100 | 11110 | 0 | 110010 | 10101 | 1100000 | 110001 | 111011 |
Color Harmonies of #8DCA64
Complementary color
Monochromatic Colors of #8DCA64
Black with #8DCA64
Text Example
Text Example
White with #8DCA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA64; }
p { color: rgb(141,202,100); }
H1.HeaderClassName
{
color: #8DCA64;
}
.AnyTagClassName
{
color: #8DCA64;
}
</style>
background-color css
<style>
a { background-color: #8DCA64; }
a { background-color: rgb(141,202,100); }
div.DivClassName
{
background-color: #8DCA64;
}
.BgClassName
{
background-color: #8DCA64;
}
</style>
border-color css
<style>
span { border-color: #8DCA64; }
span { border-color: rgb(141,202,100); }
td.TdClassName
{
border-color: #8DCA64;
}
.TagClassName
{
border-color: #8DCA64;
}
</style>