Shades of Mantis #8FD366
Tints of Mantis #8FD366
RGB
CMYK
RGB Variations
Color information
#8FD366 (or 0x8FD366) is known color: Mantis. HEX triplet: 8F, D3 and 66. RGB value is (143,211,102). Sum of RGB (Red+Green+Blue) = 143+211+102=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD366 is #702C99. Grayscale: #B2B2B2. Windows color (decimal): -7351450 or 6738831. OLE color: 6738831.
HSL color Cylindrical-coordinate representation of color #8FD366: hue angle of 97.43º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FD366 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 102 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.17 |
| HSL | 97.43º | 0.55% | 0.61% | - |
| HSV(B) | 97.43º | 0.52% | 0.83% | - |
| XYZ | 37.02 | 53.39 | 20.92 | - |
| YUV | 178.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 102 | 0.32 | 0 | 0.52 | 0.17 | 97.43 | 0.55 | 0.61 |
| Hex | 8F | D3 | 66 | 20 | 0 | 34 | 11 | 61 | 37 | 3D |
| Octal | 217 | 323 | 146 | 40 | 0 | 64 | 21 | 141 | 67 | 75 |
| Binary | 10001111 | 11010011 | 1100110 | 100000 | 0 | 110100 | 10001 | 1100001 | 110111 | 111101 |
Color Harmonies of #8FD366
Complementary color
Monochromatic Colors of #8FD366
Black with #8FD366
Text Example
Text Example
White with #8FD366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD366; }
p { color: rgb(143,211,102); }
H1.HeaderClassName
{
color: #8FD366;
}
.AnyTagClassName
{
color: #8FD366;
}
</style>
background-color css
<style>
a { background-color: #8FD366; }
a { background-color: rgb(143,211,102); }
div.DivClassName
{
background-color: #8FD366;
}
.BgClassName
{
background-color: #8FD366;
}
</style>
border-color css
<style>
span { border-color: #8FD366; }
span { border-color: rgb(143,211,102); }
td.TdClassName
{
border-color: #8FD366;
}
.TagClassName
{
border-color: #8FD366;
}
</style>