Shades of Mantis #8CD851
Tints of Mantis #8CD851
RGB
CMYK
RGB Variations
Color information
#8CD851 (or 0x8CD851) is known color: Mantis. HEX triplet: 8C, D8 and 51. RGB value is (140,216,81). Sum of RGB (Red+Green+Blue) = 140+216+81=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #8CD851 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD851 is #7327AE. Grayscale: #B2B2B2. Windows color (decimal): -7546799 or 5363852. OLE color: 5363852.
HSL color Cylindrical-coordinate representation of color #8CD851: hue angle of 93.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CD851 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 216 | 81 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.15 |
| HSL | 93.78º | 0.63% | 0.58% | - |
| HSV(B) | 93.78º | 0.63% | 0.85% | - |
| XYZ | 36.86 | 55.28 | 16.51 | - |
| YUV | 177.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 216 | 81 | 0.35 | 0 | 0.62 | 0.15 | 93.78 | 0.63 | 0.58 |
| Hex | 8C | D8 | 51 | 23 | 0 | 3E | F | 5E | 3F | 3A |
| Octal | 214 | 330 | 121 | 43 | 0 | 76 | 17 | 136 | 77 | 72 |
| Binary | 10001100 | 11011000 | 1010001 | 100011 | 0 | 111110 | 1111 | 1011110 | 111111 | 111010 |
Color Harmonies of #8CD851
Complementary color
Monochromatic Colors of #8CD851
Black with #8CD851
Text Example
Text Example
White with #8CD851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD851; }
p { color: rgb(140,216,81); }
H1.HeaderClassName
{
color: #8CD851;
}
.AnyTagClassName
{
color: #8CD851;
}
</style>
background-color css
<style>
a { background-color: #8CD851; }
a { background-color: rgb(140,216,81); }
div.DivClassName
{
background-color: #8CD851;
}
.BgClassName
{
background-color: #8CD851;
}
</style>
border-color css
<style>
span { border-color: #8CD851; }
span { border-color: rgb(140,216,81); }
td.TdClassName
{
border-color: #8CD851;
}
.TagClassName
{
border-color: #8CD851;
}
</style>