Shades of Mantis #8FC356
Tints of Mantis #8FC356
RGB
CMYK
RGB Variations
Color information
#8FC356 (or 0x8FC356) is known color: Mantis. HEX triplet: 8F, C3 and 56. RGB value is (143,195,86). Sum of RGB (Red+Green+Blue) = 143+195+86=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC356 is #703CA9. Grayscale: #A7A7A7. Windows color (decimal): -7355562 or 5686159. OLE color: 5686159.
HSL color Cylindrical-coordinate representation of color #8FC356: hue angle of 88.62º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FC356 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 195 | 86 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.24 |
| HSL | 88.62º | 0.48% | 0.55% | - |
| HSV(B) | 88.62º | 0.56% | 0.76% | - |
| XYZ | 32.52 | 45.54 | 15.88 | - |
| YUV | 167.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 86 | 0.27 | 0 | 0.56 | 0.24 | 88.62 | 0.48 | 0.55 |
| Hex | 8F | C3 | 56 | 1B | 0 | 38 | 18 | 59 | 30 | 37 |
| Octal | 217 | 303 | 126 | 33 | 0 | 70 | 30 | 131 | 60 | 67 |
| Binary | 10001111 | 11000011 | 1010110 | 11011 | 0 | 111000 | 11000 | 1011001 | 110000 | 110111 |
Color Harmonies of #8FC356
Complementary color
Monochromatic Colors of #8FC356
Black with #8FC356
Text Example
Text Example
White with #8FC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC356; }
p { color: rgb(143,195,86); }
H1.HeaderClassName
{
color: #8FC356;
}
.AnyTagClassName
{
color: #8FC356;
}
</style>
background-color css
<style>
a { background-color: #8FC356; }
a { background-color: rgb(143,195,86); }
div.DivClassName
{
background-color: #8FC356;
}
.BgClassName
{
background-color: #8FC356;
}
</style>
border-color css
<style>
span { border-color: #8FC356; }
span { border-color: rgb(143,195,86); }
td.TdClassName
{
border-color: #8FC356;
}
.TagClassName
{
border-color: #8FC356;
}
</style>