Shades of Mantis #8FD352
Tints of Mantis #8FD352
RGB
CMYK
RGB Variations
Color information
#8FD352 (or 0x8FD352) is known color: Mantis. HEX triplet: 8F, D3 and 52. RGB value is (143,211,82). Sum of RGB (Red+Green+Blue) = 143+211+82=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD352 is #702CAD. Grayscale: #B0B0B0. Windows color (decimal): -7351470 or 5428111. OLE color: 5428111.
HSL color Cylindrical-coordinate representation of color #8FD352: hue angle of 91.63º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FD352 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 82 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.17 |
| HSL | 91.63º | 0.59% | 0.57% | - |
| HSV(B) | 91.63º | 0.61% | 0.83% | - |
| XYZ | 36.14 | 53.04 | 16.31 | - |
| YUV | 175.96 | 74.97 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 82 | 0.32 | 0 | 0.61 | 0.17 | 91.63 | 0.59 | 0.57 |
| Hex | 8F | D3 | 52 | 20 | 0 | 3D | 11 | 5C | 3B | 39 |
| Octal | 217 | 323 | 122 | 40 | 0 | 75 | 21 | 134 | 73 | 71 |
| Binary | 10001111 | 11010011 | 1010010 | 100000 | 0 | 111101 | 10001 | 1011100 | 111011 | 111001 |
Color Harmonies of #8FD352
Complementary color
Monochromatic Colors of #8FD352
Black with #8FD352
Text Example
Text Example
White with #8FD352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD352; }
p { color: rgb(143,211,82); }
H1.HeaderClassName
{
color: #8FD352;
}
.AnyTagClassName
{
color: #8FD352;
}
</style>
background-color css
<style>
a { background-color: #8FD352; }
a { background-color: rgb(143,211,82); }
div.DivClassName
{
background-color: #8FD352;
}
.BgClassName
{
background-color: #8FD352;
}
</style>
border-color css
<style>
span { border-color: #8FD352; }
span { border-color: rgb(143,211,82); }
td.TdClassName
{
border-color: #8FD352;
}
.TagClassName
{
border-color: #8FD352;
}
</style>