Shades of Mantis #8FCB60
Tints of Mantis #8FCB60
RGB
CMYK
RGB Variations
Color information
#8FCB60 (or 0x8FCB60) is known color: Mantis. HEX triplet: 8F, CB and 60. RGB value is (143,203,96). Sum of RGB (Red+Green+Blue) = 143+203+96=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB60 is #70349F. Grayscale: #ADADAD. Windows color (decimal): -7353504 or 6343567. OLE color: 6343567.
HSL color Cylindrical-coordinate representation of color #8FCB60: hue angle of 93.64º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FCB60 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 96 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.20 |
| HSL | 93.64º | 0.51% | 0.59% | - |
| HSV(B) | 93.64º | 0.53% | 0.8% | - |
| XYZ | 34.79 | 49.4 | 18.77 | - |
| YUV | 172.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 96 | 0.30 | 0 | 0.53 | 0.20 | 93.64 | 0.51 | 0.59 |
| Hex | 8F | CB | 60 | 1E | 0 | 35 | 14 | 5E | 33 | 3B |
| Octal | 217 | 313 | 140 | 36 | 0 | 65 | 24 | 136 | 63 | 73 |
| Binary | 10001111 | 11001011 | 1100000 | 11110 | 0 | 110101 | 10100 | 1011110 | 110011 | 111011 |
Color Harmonies of #8FCB60
Complementary color
Monochromatic Colors of #8FCB60
Black with #8FCB60
Text Example
Text Example
White with #8FCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB60; }
p { color: rgb(143,203,96); }
H1.HeaderClassName
{
color: #8FCB60;
}
.AnyTagClassName
{
color: #8FCB60;
}
</style>
background-color css
<style>
a { background-color: #8FCB60; }
a { background-color: rgb(143,203,96); }
div.DivClassName
{
background-color: #8FCB60;
}
.BgClassName
{
background-color: #8FCB60;
}
</style>
border-color css
<style>
span { border-color: #8FCB60; }
span { border-color: rgb(143,203,96); }
td.TdClassName
{
border-color: #8FCB60;
}
.TagClassName
{
border-color: #8FCB60;
}
</style>