Shades of Mantis #8FCB56
Tints of Mantis #8FCB56
RGB
CMYK
RGB Variations
Color information
#8FCB56 (or 0x8FCB56) is known color: Mantis. HEX triplet: 8F, CB and 56. RGB value is (143,203,86). Sum of RGB (Red+Green+Blue) = 143+203+86=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB56 is #7034A9. Grayscale: #ACACAC. Windows color (decimal): -7353514 or 5688207. OLE color: 5688207.
HSL color Cylindrical-coordinate representation of color #8FCB56: hue angle of 90.77º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FCB56 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 86 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.20 |
| HSL | 90.77º | 0.53% | 0.57% | - |
| HSV(B) | 90.77º | 0.58% | 0.8% | - |
| XYZ | 34.36 | 49.22 | 16.49 | - |
| YUV | 171.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 86 | 0.30 | 0 | 0.58 | 0.20 | 90.77 | 0.53 | 0.57 |
| Hex | 8F | CB | 56 | 1E | 0 | 3A | 14 | 5B | 35 | 39 |
| Octal | 217 | 313 | 126 | 36 | 0 | 72 | 24 | 133 | 65 | 71 |
| Binary | 10001111 | 11001011 | 1010110 | 11110 | 0 | 111010 | 10100 | 1011011 | 110101 | 111001 |
Color Harmonies of #8FCB56
Complementary color
Monochromatic Colors of #8FCB56
Black with #8FCB56
Text Example
Text Example
White with #8FCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB56; }
p { color: rgb(143,203,86); }
H1.HeaderClassName
{
color: #8FCB56;
}
.AnyTagClassName
{
color: #8FCB56;
}
</style>
background-color css
<style>
a { background-color: #8FCB56; }
a { background-color: rgb(143,203,86); }
div.DivClassName
{
background-color: #8FCB56;
}
.BgClassName
{
background-color: #8FCB56;
}
</style>
border-color css
<style>
span { border-color: #8FCB56; }
span { border-color: rgb(143,203,86); }
td.TdClassName
{
border-color: #8FCB56;
}
.TagClassName
{
border-color: #8FCB56;
}
</style>