Shades of Mantis #8FC557
Tints of Mantis #8FC557
RGB
CMYK
RGB Variations
Color information
#8FC557 (or 0x8FC557) is known color: Mantis. HEX triplet: 8F, C5 and 57. RGB value is (143,197,87). Sum of RGB (Red+Green+Blue) = 143+197+87=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC557 is #703AA8. Grayscale: #A8A8A8. Windows color (decimal): -7355049 or 5752207. OLE color: 5752207.
HSL color Cylindrical-coordinate representation of color #8FC557: hue angle of 89.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FC557 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 87 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.23 |
| HSL | 89.45º | 0.49% | 0.56% | - |
| HSV(B) | 89.45º | 0.56% | 0.77% | - |
| XYZ | 33.01 | 46.46 | 16.24 | - |
| YUV | 168.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 87 | 0.27 | 0 | 0.56 | 0.23 | 89.45 | 0.49 | 0.56 |
| Hex | 8F | C5 | 57 | 1B | 0 | 38 | 17 | 59 | 31 | 38 |
| Octal | 217 | 305 | 127 | 33 | 0 | 70 | 27 | 131 | 61 | 70 |
| Binary | 10001111 | 11000101 | 1010111 | 11011 | 0 | 111000 | 10111 | 1011001 | 110001 | 111000 |
Color Harmonies of #8FC557
Complementary color
Monochromatic Colors of #8FC557
Black with #8FC557
Text Example
Text Example
White with #8FC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC557; }
p { color: rgb(143,197,87); }
H1.HeaderClassName
{
color: #8FC557;
}
.AnyTagClassName
{
color: #8FC557;
}
</style>
background-color css
<style>
a { background-color: #8FC557; }
a { background-color: rgb(143,197,87); }
div.DivClassName
{
background-color: #8FC557;
}
.BgClassName
{
background-color: #8FC557;
}
</style>
border-color css
<style>
span { border-color: #8FC557; }
span { border-color: rgb(143,197,87); }
td.TdClassName
{
border-color: #8FC557;
}
.TagClassName
{
border-color: #8FC557;
}
</style>