Shades of Mantis #8FC556
Tints of Mantis #8FC556
RGB
CMYK
RGB Variations
Color information
#8FC556 (or 0x8FC556) is known color: Mantis. HEX triplet: 8F, C5 and 56. RGB value is (143,197,86). Sum of RGB (Red+Green+Blue) = 143+197+86=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC556 is #703AA9. Grayscale: #A8A8A8. Windows color (decimal): -7355050 or 5686671. OLE color: 5686671.
HSL color Cylindrical-coordinate representation of color #8FC556: hue angle of 89.19º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FC556 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 86 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.23 |
| HSL | 89.19º | 0.49% | 0.55% | - |
| HSV(B) | 89.19º | 0.56% | 0.77% | - |
| XYZ | 32.97 | 46.44 | 16.03 | - |
| YUV | 168.2 | 81.61 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 86 | 0.27 | 0 | 0.56 | 0.23 | 89.19 | 0.49 | 0.55 |
| Hex | 8F | C5 | 56 | 1B | 0 | 38 | 17 | 59 | 31 | 37 |
| Octal | 217 | 305 | 126 | 33 | 0 | 70 | 27 | 131 | 61 | 67 |
| Binary | 10001111 | 11000101 | 1010110 | 11011 | 0 | 111000 | 10111 | 1011001 | 110001 | 110111 |
Color Harmonies of #8FC556
Complementary color
Monochromatic Colors of #8FC556
Black with #8FC556
Text Example
Text Example
White with #8FC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC556; }
p { color: rgb(143,197,86); }
H1.HeaderClassName
{
color: #8FC556;
}
.AnyTagClassName
{
color: #8FC556;
}
</style>
background-color css
<style>
a { background-color: #8FC556; }
a { background-color: rgb(143,197,86); }
div.DivClassName
{
background-color: #8FC556;
}
.BgClassName
{
background-color: #8FC556;
}
</style>
border-color css
<style>
span { border-color: #8FC556; }
span { border-color: rgb(143,197,86); }
td.TdClassName
{
border-color: #8FC556;
}
.TagClassName
{
border-color: #8FC556;
}
</style>