Shades of Mantis #8FD564
Tints of Mantis #8FD564
RGB
CMYK
RGB Variations
Color information
#8FD564 (or 0x8FD564) is known color: Mantis. HEX triplet: 8F, D5 and 64. RGB value is (143,213,100). Sum of RGB (Red+Green+Blue) = 143+213+100=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD564 is #702A9B. Grayscale: #B3B3B3. Windows color (decimal): -7350940 or 6608271. OLE color: 6608271.
HSL color Cylindrical-coordinate representation of color #8FD564: hue angle of 97.17º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FD564 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 100 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.16 |
| HSL | 97.17º | 0.57% | 0.61% | - |
| HSV(B) | 97.17º | 0.53% | 0.84% | - |
| XYZ | 37.42 | 54.35 | 20.57 | - |
| YUV | 179.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 100 | 0.33 | 0 | 0.53 | 0.16 | 97.17 | 0.57 | 0.61 |
| Hex | 8F | D5 | 64 | 21 | 0 | 35 | 10 | 61 | 39 | 3D |
| Octal | 217 | 325 | 144 | 41 | 0 | 65 | 20 | 141 | 71 | 75 |
| Binary | 10001111 | 11010101 | 1100100 | 100001 | 0 | 110101 | 10000 | 1100001 | 111001 | 111101 |
Color Harmonies of #8FD564
Complementary color
Monochromatic Colors of #8FD564
Black with #8FD564
Text Example
Text Example
White with #8FD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD564; }
p { color: rgb(143,213,100); }
H1.HeaderClassName
{
color: #8FD564;
}
.AnyTagClassName
{
color: #8FD564;
}
</style>
background-color css
<style>
a { background-color: #8FD564; }
a { background-color: rgb(143,213,100); }
div.DivClassName
{
background-color: #8FD564;
}
.BgClassName
{
background-color: #8FD564;
}
</style>
border-color css
<style>
span { border-color: #8FD564; }
span { border-color: rgb(143,213,100); }
td.TdClassName
{
border-color: #8FD564;
}
.TagClassName
{
border-color: #8FD564;
}
</style>