Shades of Mantis #8FD552
Tints of Mantis #8FD552
RGB
CMYK
RGB Variations
Color information
#8FD552 (or 0x8FD552) is known color: Mantis. HEX triplet: 8F, D5 and 52. RGB value is (143,213,82). Sum of RGB (Red+Green+Blue) = 143+213+82=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD552 is #702AAD. Grayscale: #B1B1B1. Windows color (decimal): -7350958 or 5428623. OLE color: 5428623.
HSL color Cylindrical-coordinate representation of color #8FD552: hue angle of 92.06º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FD552 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 82 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.16 |
| HSL | 92.06º | 0.61% | 0.58% | - |
| HSV(B) | 92.06º | 0.62% | 0.84% | - |
| XYZ | 36.64 | 54.04 | 16.48 | - |
| YUV | 177.14 | 74.31 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 82 | 0.33 | 0 | 0.62 | 0.16 | 92.06 | 0.61 | 0.58 |
| Hex | 8F | D5 | 52 | 21 | 0 | 3E | 10 | 5C | 3D | 3A |
| Octal | 217 | 325 | 122 | 41 | 0 | 76 | 20 | 134 | 75 | 72 |
| Binary | 10001111 | 11010101 | 1010010 | 100001 | 0 | 111110 | 10000 | 1011100 | 111101 | 111010 |
Color Harmonies of #8FD552
Complementary color
Monochromatic Colors of #8FD552
Black with #8FD552
Text Example
Text Example
White with #8FD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD552; }
p { color: rgb(143,213,82); }
H1.HeaderClassName
{
color: #8FD552;
}
.AnyTagClassName
{
color: #8FD552;
}
</style>
background-color css
<style>
a { background-color: #8FD552; }
a { background-color: rgb(143,213,82); }
div.DivClassName
{
background-color: #8FD552;
}
.BgClassName
{
background-color: #8FD552;
}
</style>
border-color css
<style>
span { border-color: #8FD552; }
span { border-color: rgb(143,213,82); }
td.TdClassName
{
border-color: #8FD552;
}
.TagClassName
{
border-color: #8FD552;
}
</style>