Shades of Mantis #8FBF60
Tints of Mantis #8FBF60
RGB
CMYK
RGB Variations
Color information
#8FBF60 (or 0x8FBF60) is known color: Mantis. HEX triplet: 8F, BF and 60. RGB value is (143,191,96). Sum of RGB (Red+Green+Blue) = 143+191+96=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF60 is #70409F. Grayscale: #A6A6A6. Windows color (decimal): -7356576 or 6340495. OLE color: 6340495.
HSL color Cylindrical-coordinate representation of color #8FBF60: hue angle of 90.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FBF60 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 96 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.25 |
| HSL | 90.32º | 0.43% | 0.56% | - |
| HSV(B) | 90.32º | 0.5% | 0.75% | - |
| XYZ | 32.07 | 43.95 | 17.86 | - |
| YUV | 165.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 96 | 0.25 | 0 | 0.50 | 0.25 | 90.32 | 0.43 | 0.56 |
| Hex | 8F | BF | 60 | 19 | 0 | 32 | 19 | 5A | 2B | 38 |
| Octal | 217 | 277 | 140 | 31 | 0 | 62 | 31 | 132 | 53 | 70 |
| Binary | 10001111 | 10111111 | 1100000 | 11001 | 0 | 110010 | 11001 | 1011010 | 101011 | 111000 |
Color Harmonies of #8FBF60
Complementary color
Monochromatic Colors of #8FBF60
Black with #8FBF60
Text Example
Text Example
White with #8FBF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF60; }
p { color: rgb(143,191,96); }
H1.HeaderClassName
{
color: #8FBF60;
}
.AnyTagClassName
{
color: #8FBF60;
}
</style>
background-color css
<style>
a { background-color: #8FBF60; }
a { background-color: rgb(143,191,96); }
div.DivClassName
{
background-color: #8FBF60;
}
.BgClassName
{
background-color: #8FBF60;
}
</style>
border-color css
<style>
span { border-color: #8FBF60; }
span { border-color: rgb(143,191,96); }
td.TdClassName
{
border-color: #8FBF60;
}
.TagClassName
{
border-color: #8FBF60;
}
</style>