Shades of Mantis #8FDD55
Tints of Mantis #8FDD55
RGB
CMYK
RGB Variations
Color information
#8FDD55 (or 0x8FDD55) is known color: Mantis. HEX triplet: 8F, DD and 55. RGB value is (143,221,85). Sum of RGB (Red+Green+Blue) = 143+221+85=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD55 is #7022AA. Grayscale: #B6B6B6. Windows color (decimal): -7348907 or 5627279. OLE color: 5627279.
HSL color Cylindrical-coordinate representation of color #8FDD55: hue angle of 94.41º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FDD55 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 85 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.13 |
| HSL | 94.41º | 0.67% | 0.6% | - |
| HSV(B) | 94.41º | 0.62% | 0.87% | - |
| XYZ | 38.82 | 58.21 | 17.78 | - |
| YUV | 182.17 | 73.16 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 85 | 0.35 | 0 | 0.62 | 0.13 | 94.41 | 0.67 | 0.6 |
| Hex | 8F | DD | 55 | 23 | 0 | 3E | D | 5E | 43 | 3C |
| Octal | 217 | 335 | 125 | 43 | 0 | 76 | 15 | 136 | 103 | 74 |
| Binary | 10001111 | 11011101 | 1010101 | 100011 | 0 | 111110 | 1101 | 1011110 | 1000011 | 111100 |
Color Harmonies of #8FDD55
Complementary color
Monochromatic Colors of #8FDD55
Black with #8FDD55
Text Example
Text Example
White with #8FDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD55; }
p { color: rgb(143,221,85); }
H1.HeaderClassName
{
color: #8FDD55;
}
.AnyTagClassName
{
color: #8FDD55;
}
</style>
background-color css
<style>
a { background-color: #8FDD55; }
a { background-color: rgb(143,221,85); }
div.DivClassName
{
background-color: #8FDD55;
}
.BgClassName
{
background-color: #8FDD55;
}
</style>
border-color css
<style>
span { border-color: #8FDD55; }
span { border-color: rgb(143,221,85); }
td.TdClassName
{
border-color: #8FDD55;
}
.TagClassName
{
border-color: #8FDD55;
}
</style>