Shades of Mantis #8FD866
Tints of Mantis #8FD866
RGB
CMYK
RGB Variations
Color information
#8FD866 (or 0x8FD866) is known color: Mantis. HEX triplet: 8F, D8 and 66. RGB value is (143,216,102). Sum of RGB (Red+Green+Blue) = 143+216+102=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD866 is #702799. Grayscale: #B5B5B5. Windows color (decimal): -7350170 or 6740111. OLE color: 6740111.
HSL color Cylindrical-coordinate representation of color #8FD866: hue angle of 98.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FD866 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 102 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.15 |
| HSL | 98.42º | 0.59% | 0.62% | - |
| HSV(B) | 98.42º | 0.53% | 0.85% | - |
| XYZ | 38.28 | 55.91 | 21.34 | - |
| YUV | 181.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 102 | 0.34 | 0 | 0.53 | 0.15 | 98.42 | 0.59 | 0.62 |
| Hex | 8F | D8 | 66 | 22 | 0 | 35 | F | 62 | 3B | 3E |
| Octal | 217 | 330 | 146 | 42 | 0 | 65 | 17 | 142 | 73 | 76 |
| Binary | 10001111 | 11011000 | 1100110 | 100010 | 0 | 110101 | 1111 | 1100010 | 111011 | 111110 |
Color Harmonies of #8FD866
Complementary color
Monochromatic Colors of #8FD866
Black with #8FD866
Text Example
Text Example
White with #8FD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD866; }
p { color: rgb(143,216,102); }
H1.HeaderClassName
{
color: #8FD866;
}
.AnyTagClassName
{
color: #8FD866;
}
</style>
background-color css
<style>
a { background-color: #8FD866; }
a { background-color: rgb(143,216,102); }
div.DivClassName
{
background-color: #8FD866;
}
.BgClassName
{
background-color: #8FD866;
}
</style>
border-color css
<style>
span { border-color: #8FD866; }
span { border-color: rgb(143,216,102); }
td.TdClassName
{
border-color: #8FD866;
}
.TagClassName
{
border-color: #8FD866;
}
</style>