Shades of Mantis #8FC655
Tints of Mantis #8FC655
RGB
CMYK
RGB Variations
Color information
#8FC655 (or 0x8FC655) is known color: Mantis. HEX triplet: 8F, C6 and 55. RGB value is (143,198,85). Sum of RGB (Red+Green+Blue) = 143+198+85=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC655 is #7039AA. Grayscale: #A9A9A9. Windows color (decimal): -7354795 or 5621391. OLE color: 5621391.
HSL color Cylindrical-coordinate representation of color #8FC655: hue angle of 89.2º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8FC655 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 85 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.22 |
| HSL | 89.2º | 0.5% | 0.55% | - |
| HSV(B) | 89.2º | 0.57% | 0.78% | - |
| XYZ | 33.16 | 46.88 | 15.9 | - |
| YUV | 168.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 85 | 0.28 | 0 | 0.57 | 0.22 | 89.2 | 0.5 | 0.55 |
| Hex | 8F | C6 | 55 | 1C | 0 | 39 | 16 | 59 | 32 | 37 |
| Octal | 217 | 306 | 125 | 34 | 0 | 71 | 26 | 131 | 62 | 67 |
| Binary | 10001111 | 11000110 | 1010101 | 11100 | 0 | 111001 | 10110 | 1011001 | 110010 | 110111 |
Color Harmonies of #8FC655
Complementary color
Monochromatic Colors of #8FC655
Black with #8FC655
Text Example
Text Example
White with #8FC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC655; }
p { color: rgb(143,198,85); }
H1.HeaderClassName
{
color: #8FC655;
}
.AnyTagClassName
{
color: #8FC655;
}
</style>
background-color css
<style>
a { background-color: #8FC655; }
a { background-color: rgb(143,198,85); }
div.DivClassName
{
background-color: #8FC655;
}
.BgClassName
{
background-color: #8FC655;
}
</style>
border-color css
<style>
span { border-color: #8FC655; }
span { border-color: rgb(143,198,85); }
td.TdClassName
{
border-color: #8FC655;
}
.TagClassName
{
border-color: #8FC655;
}
</style>