Shades of Mantis #8FDC60
Tints of Mantis #8FDC60
RGB
CMYK
RGB Variations
Color information
#8FDC60 (or 0x8FDC60) is known color: Mantis. HEX triplet: 8F, DC and 60. RGB value is (143,220,96). Sum of RGB (Red+Green+Blue) = 143+220+96=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC60 is #70239F. Grayscale: #B7B7B7. Windows color (decimal): -7349152 or 6347919. OLE color: 6347919.
HSL color Cylindrical-coordinate representation of color #8FDC60: hue angle of 97.26º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FDC60 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 96 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.14 |
| HSL | 97.26º | 0.64% | 0.62% | - |
| HSV(B) | 97.26º | 0.56% | 0.86% | - |
| XYZ | 39.03 | 57.87 | 20.18 | - |
| YUV | 182.84 | 78.99 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 96 | 0.35 | 0 | 0.56 | 0.14 | 97.26 | 0.64 | 0.62 |
| Hex | 8F | DC | 60 | 23 | 0 | 38 | E | 61 | 40 | 3E |
| Octal | 217 | 334 | 140 | 43 | 0 | 70 | 16 | 141 | 100 | 76 |
| Binary | 10001111 | 11011100 | 1100000 | 100011 | 0 | 111000 | 1110 | 1100001 | 1000000 | 111110 |
Color Harmonies of #8FDC60
Complementary color
Monochromatic Colors of #8FDC60
Black with #8FDC60
Text Example
Text Example
White with #8FDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC60; }
p { color: rgb(143,220,96); }
H1.HeaderClassName
{
color: #8FDC60;
}
.AnyTagClassName
{
color: #8FDC60;
}
</style>
background-color css
<style>
a { background-color: #8FDC60; }
a { background-color: rgb(143,220,96); }
div.DivClassName
{
background-color: #8FDC60;
}
.BgClassName
{
background-color: #8FDC60;
}
</style>
border-color css
<style>
span { border-color: #8FDC60; }
span { border-color: rgb(143,220,96); }
td.TdClassName
{
border-color: #8FDC60;
}
.TagClassName
{
border-color: #8FDC60;
}
</style>