Shades of Mantis #8FD955
Tints of Mantis #8FD955
RGB
CMYK
RGB Variations
Color information
#8FD955 (or 0x8FD955) is known color: Mantis. HEX triplet: 8F, D9 and 55. RGB value is (143,217,85). Sum of RGB (Red+Green+Blue) = 143+217+85=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD955 is #7026AA. Grayscale: #B4B4B4. Windows color (decimal): -7349931 or 5626255. OLE color: 5626255.
HSL color Cylindrical-coordinate representation of color #8FD955: hue angle of 93.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FD955 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 217 | 85 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.15 |
| HSL | 93.64º | 0.63% | 0.59% | - |
| HSV(B) | 93.64º | 0.61% | 0.85% | - |
| XYZ | 37.78 | 56.12 | 17.44 | - |
| YUV | 179.83 | 74.48 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 217 | 85 | 0.34 | 0 | 0.61 | 0.15 | 93.64 | 0.63 | 0.59 |
| Hex | 8F | D9 | 55 | 22 | 0 | 3D | F | 5E | 3F | 3B |
| Octal | 217 | 331 | 125 | 42 | 0 | 75 | 17 | 136 | 77 | 73 |
| Binary | 10001111 | 11011001 | 1010101 | 100010 | 0 | 111101 | 1111 | 1011110 | 111111 | 111011 |
Color Harmonies of #8FD955
Complementary color
Monochromatic Colors of #8FD955
Black with #8FD955
Text Example
Text Example
White with #8FD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD955; }
p { color: rgb(143,217,85); }
H1.HeaderClassName
{
color: #8FD955;
}
.AnyTagClassName
{
color: #8FD955;
}
</style>
background-color css
<style>
a { background-color: #8FD955; }
a { background-color: rgb(143,217,85); }
div.DivClassName
{
background-color: #8FD955;
}
.BgClassName
{
background-color: #8FD955;
}
</style>
border-color css
<style>
span { border-color: #8FD955; }
span { border-color: rgb(143,217,85); }
td.TdClassName
{
border-color: #8FD955;
}
.TagClassName
{
border-color: #8FD955;
}
</style>