Shades of Mantis #8FC966
Tints of Mantis #8FC966
RGB
CMYK
RGB Variations
Color information
#8FC966 (or 0x8FC966) is known color: Mantis. HEX triplet: 8F, C9 and 66. RGB value is (143,201,102). Sum of RGB (Red+Green+Blue) = 143+201+102=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC966 is #703699. Grayscale: #ACACAC. Windows color (decimal): -7354010 or 6736271. OLE color: 6736271.
HSL color Cylindrical-coordinate representation of color #8FC966: hue angle of 95.15º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FC966 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 102 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.21 |
| HSL | 95.15º | 0.48% | 0.59% | - |
| HSV(B) | 95.15º | 0.49% | 0.79% | - |
| XYZ | 34.61 | 48.57 | 20.12 | - |
| YUV | 172.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 102 | 0.29 | 0 | 0.49 | 0.21 | 95.15 | 0.48 | 0.59 |
| Hex | 8F | C9 | 66 | 1D | 0 | 31 | 15 | 5F | 30 | 3B |
| Octal | 217 | 311 | 146 | 35 | 0 | 61 | 25 | 137 | 60 | 73 |
| Binary | 10001111 | 11001001 | 1100110 | 11101 | 0 | 110001 | 10101 | 1011111 | 110000 | 111011 |
Color Harmonies of #8FC966
Complementary color
Monochromatic Colors of #8FC966
Black with #8FC966
Text Example
Text Example
White with #8FC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC966; }
p { color: rgb(143,201,102); }
H1.HeaderClassName
{
color: #8FC966;
}
.AnyTagClassName
{
color: #8FC966;
}
</style>
background-color css
<style>
a { background-color: #8FC966; }
a { background-color: rgb(143,201,102); }
div.DivClassName
{
background-color: #8FC966;
}
.BgClassName
{
background-color: #8FC966;
}
</style>
border-color css
<style>
span { border-color: #8FC966; }
span { border-color: rgb(143,201,102); }
td.TdClassName
{
border-color: #8FC966;
}
.TagClassName
{
border-color: #8FC966;
}
</style>