Shades of Mantis #8FC055
Tints of Mantis #8FC055
RGB
CMYK
RGB Variations
Color information
#8FC055 (or 0x8FC055) is known color: Mantis. HEX triplet: 8F, C0 and 55. RGB value is (143,192,85). Sum of RGB (Red+Green+Blue) = 143+192+85=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC055 is #703FAA. Grayscale: #A5A5A5. Windows color (decimal): -7356331 or 5619855. OLE color: 5619855.
HSL color Cylindrical-coordinate representation of color #8FC055: hue angle of 87.48º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FC055 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 85 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.25 |
| HSL | 87.48º | 0.46% | 0.54% | - |
| HSV(B) | 87.48º | 0.56% | 0.75% | - |
| XYZ | 31.82 | 44.19 | 15.45 | - |
| YUV | 165.15 | 82.77 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 85 | 0.26 | 0 | 0.56 | 0.25 | 87.48 | 0.46 | 0.54 |
| Hex | 8F | C0 | 55 | 1A | 0 | 38 | 19 | 57 | 2E | 36 |
| Octal | 217 | 300 | 125 | 32 | 0 | 70 | 31 | 127 | 56 | 66 |
| Binary | 10001111 | 11000000 | 1010101 | 11010 | 0 | 111000 | 11001 | 1010111 | 101110 | 110110 |
Color Harmonies of #8FC055
Complementary color
Monochromatic Colors of #8FC055
Black with #8FC055
Text Example
Text Example
White with #8FC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC055; }
p { color: rgb(143,192,85); }
H1.HeaderClassName
{
color: #8FC055;
}
.AnyTagClassName
{
color: #8FC055;
}
</style>
background-color css
<style>
a { background-color: #8FC055; }
a { background-color: rgb(143,192,85); }
div.DivClassName
{
background-color: #8FC055;
}
.BgClassName
{
background-color: #8FC055;
}
</style>
border-color css
<style>
span { border-color: #8FC055; }
span { border-color: rgb(143,192,85); }
td.TdClassName
{
border-color: #8FC055;
}
.TagClassName
{
border-color: #8FC055;
}
</style>