Shades of Mantis #8FD655
Tints of Mantis #8FD655
RGB
CMYK
RGB Variations
Color information
#8FD655 (or 0x8FD655) is known color: Mantis. HEX triplet: 8F, D6 and 55. RGB value is (143,214,85). Sum of RGB (Red+Green+Blue) = 143+214+85=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD655 is #7029AA. Grayscale: #B2B2B2. Windows color (decimal): -7350699 or 5625487. OLE color: 5625487.
HSL color Cylindrical-coordinate representation of color #8FD655: hue angle of 93.02º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8FD655 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 85 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.16 |
| HSL | 93.02º | 0.61% | 0.59% | - |
| HSV(B) | 93.02º | 0.6% | 0.84% | - |
| XYZ | 37.01 | 54.59 | 17.18 | - |
| YUV | 178.07 | 75.48 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 85 | 0.33 | 0 | 0.60 | 0.16 | 93.02 | 0.61 | 0.59 |
| Hex | 8F | D6 | 55 | 21 | 0 | 3C | 10 | 5D | 3D | 3B |
| Octal | 217 | 326 | 125 | 41 | 0 | 74 | 20 | 135 | 75 | 73 |
| Binary | 10001111 | 11010110 | 1010101 | 100001 | 0 | 111100 | 10000 | 1011101 | 111101 | 111011 |
Color Harmonies of #8FD655
Complementary color
Monochromatic Colors of #8FD655
Black with #8FD655
Text Example
Text Example
White with #8FD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD655; }
p { color: rgb(143,214,85); }
H1.HeaderClassName
{
color: #8FD655;
}
.AnyTagClassName
{
color: #8FD655;
}
</style>
background-color css
<style>
a { background-color: #8FD655; }
a { background-color: rgb(143,214,85); }
div.DivClassName
{
background-color: #8FD655;
}
.BgClassName
{
background-color: #8FD655;
}
</style>
border-color css
<style>
span { border-color: #8FD655; }
span { border-color: rgb(143,214,85); }
td.TdClassName
{
border-color: #8FD655;
}
.TagClassName
{
border-color: #8FD655;
}
</style>