Shades of Mantis #8FD966
Tints of Mantis #8FD966
RGB
CMYK
RGB Variations
Color information
#8FD966 (or 0x8FD966) is known color: Mantis. HEX triplet: 8F, D9 and 66. RGB value is (143,217,102). Sum of RGB (Red+Green+Blue) = 143+217+102=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD966 is #702699. Grayscale: #B6B6B6. Windows color (decimal): -7349914 or 6740367. OLE color: 6740367.
HSL color Cylindrical-coordinate representation of color #8FD966: hue angle of 98.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FD966 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 217 | 102 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.15 |
| HSL | 98.61º | 0.6% | 0.63% | - |
| HSV(B) | 98.61º | 0.53% | 0.85% | - |
| XYZ | 38.54 | 56.42 | 21.43 | - |
| YUV | 181.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 217 | 102 | 0.34 | 0 | 0.53 | 0.15 | 98.61 | 0.6 | 0.63 |
| Hex | 8F | D9 | 66 | 22 | 0 | 35 | F | 63 | 3C | 3F |
| Octal | 217 | 331 | 146 | 42 | 0 | 65 | 17 | 143 | 74 | 77 |
| Binary | 10001111 | 11011001 | 1100110 | 100010 | 0 | 110101 | 1111 | 1100011 | 111100 | 111111 |
Color Harmonies of #8FD966
Complementary color
Monochromatic Colors of #8FD966
Black with #8FD966
Text Example
Text Example
White with #8FD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD966; }
p { color: rgb(143,217,102); }
H1.HeaderClassName
{
color: #8FD966;
}
.AnyTagClassName
{
color: #8FD966;
}
</style>
background-color css
<style>
a { background-color: #8FD966; }
a { background-color: rgb(143,217,102); }
div.DivClassName
{
background-color: #8FD966;
}
.BgClassName
{
background-color: #8FD966;
}
</style>
border-color css
<style>
span { border-color: #8FD966; }
span { border-color: rgb(143,217,102); }
td.TdClassName
{
border-color: #8FD966;
}
.TagClassName
{
border-color: #8FD966;
}
</style>