Shades of Mantis #8FCC60
Tints of Mantis #8FCC60
RGB
CMYK
RGB Variations
Color information
#8FCC60 (or 0x8FCC60) is known color: Mantis. HEX triplet: 8F, CC and 60. RGB value is (143,204,96). Sum of RGB (Red+Green+Blue) = 143+204+96=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC60 is #70339F. Grayscale: #ADADAD. Windows color (decimal): -7353248 or 6343823. OLE color: 6343823.
HSL color Cylindrical-coordinate representation of color #8FCC60: hue angle of 93.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FCC60 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 96 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.2 |
| HSL | 93.89º | 0.51% | 0.59% | - |
| HSV(B) | 93.89º | 0.53% | 0.8% | - |
| XYZ | 35.03 | 49.87 | 18.85 | - |
| YUV | 173.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 96 | 0.30 | 0 | 0.53 | 0.2 | 93.89 | 0.51 | 0.59 |
| Hex | 8F | CC | 60 | 1E | 0 | 35 | 14 | 5E | 33 | 3B |
| Octal | 217 | 314 | 140 | 36 | 0 | 65 | 24 | 136 | 63 | 73 |
| Binary | 10001111 | 11001100 | 1100000 | 11110 | 0 | 110101 | 10100 | 1011110 | 110011 | 111011 |
Color Harmonies of #8FCC60
Complementary color
Monochromatic Colors of #8FCC60
Black with #8FCC60
Text Example
Text Example
White with #8FCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC60; }
p { color: rgb(143,204,96); }
H1.HeaderClassName
{
color: #8FCC60;
}
.AnyTagClassName
{
color: #8FCC60;
}
</style>
background-color css
<style>
a { background-color: #8FCC60; }
a { background-color: rgb(143,204,96); }
div.DivClassName
{
background-color: #8FCC60;
}
.BgClassName
{
background-color: #8FCC60;
}
</style>
border-color css
<style>
span { border-color: #8FCC60; }
span { border-color: rgb(143,204,96); }
td.TdClassName
{
border-color: #8FCC60;
}
.TagClassName
{
border-color: #8FCC60;
}
</style>