Shades of Mantis #8FD961
Tints of Mantis #8FD961
RGB
CMYK
RGB Variations
Color information
#8FD961 (or 0x8FD961) is known color: Mantis. HEX triplet: 8F, D9 and 61. RGB value is (143,217,97). Sum of RGB (Red+Green+Blue) = 143+217+97=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD961 is #70269E. Grayscale: #B5B5B5. Windows color (decimal): -7349919 or 6412687. OLE color: 6412687.
HSL color Cylindrical-coordinate representation of color #8FD961: hue angle of 97º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FD961 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 217 | 97 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.15 |
| HSL | 97º | 0.61% | 0.62% | - |
| HSV(B) | 97º | 0.55% | 0.85% | - |
| XYZ | 38.3 | 56.33 | 20.16 | - |
| YUV | 181.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 217 | 97 | 0.34 | 0 | 0.55 | 0.15 | 97 | 0.61 | 0.62 |
| Hex | 8F | D9 | 61 | 22 | 0 | 37 | F | 61 | 3D | 3E |
| Octal | 217 | 331 | 141 | 42 | 0 | 67 | 17 | 141 | 75 | 76 |
| Binary | 10001111 | 11011001 | 1100001 | 100010 | 0 | 110111 | 1111 | 1100001 | 111101 | 111110 |
Color Harmonies of #8FD961
Complementary color
Monochromatic Colors of #8FD961
Black with #8FD961
Text Example
Text Example
White with #8FD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD961; }
p { color: rgb(143,217,97); }
H1.HeaderClassName
{
color: #8FD961;
}
.AnyTagClassName
{
color: #8FD961;
}
</style>
background-color css
<style>
a { background-color: #8FD961; }
a { background-color: rgb(143,217,97); }
div.DivClassName
{
background-color: #8FD961;
}
.BgClassName
{
background-color: #8FD961;
}
</style>
border-color css
<style>
span { border-color: #8FD961; }
span { border-color: rgb(143,217,97); }
td.TdClassName
{
border-color: #8FD961;
}
.TagClassName
{
border-color: #8FD961;
}
</style>