Shades of Mantis #8FCC55
Tints of Mantis #8FCC55
RGB
CMYK
RGB Variations
Color information
#8FCC55 (or 0x8FCC55) is known color: Mantis. HEX triplet: 8F, CC and 55. RGB value is (143,204,85). Sum of RGB (Red+Green+Blue) = 143+204+85=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC55 is #7033AA. Grayscale: #ACACAC. Windows color (decimal): -7353259 or 5622927. OLE color: 5622927.
HSL color Cylindrical-coordinate representation of color #8FCC55: hue angle of 90.76º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FCC55 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 85 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.2 |
| HSL | 90.76º | 0.54% | 0.57% | - |
| HSV(B) | 90.76º | 0.58% | 0.8% | - |
| XYZ | 34.56 | 49.68 | 16.36 | - |
| YUV | 172.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 85 | 0.30 | 0 | 0.58 | 0.2 | 90.76 | 0.54 | 0.57 |
| Hex | 8F | CC | 55 | 1E | 0 | 3A | 14 | 5B | 36 | 39 |
| Octal | 217 | 314 | 125 | 36 | 0 | 72 | 24 | 133 | 66 | 71 |
| Binary | 10001111 | 11001100 | 1010101 | 11110 | 0 | 111010 | 10100 | 1011011 | 110110 | 111001 |
Color Harmonies of #8FCC55
Complementary color
Monochromatic Colors of #8FCC55
Black with #8FCC55
Text Example
Text Example
White with #8FCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC55; }
p { color: rgb(143,204,85); }
H1.HeaderClassName
{
color: #8FCC55;
}
.AnyTagClassName
{
color: #8FCC55;
}
</style>
background-color css
<style>
a { background-color: #8FCC55; }
a { background-color: rgb(143,204,85); }
div.DivClassName
{
background-color: #8FCC55;
}
.BgClassName
{
background-color: #8FCC55;
}
</style>
border-color css
<style>
span { border-color: #8FCC55; }
span { border-color: rgb(143,204,85); }
td.TdClassName
{
border-color: #8FCC55;
}
.TagClassName
{
border-color: #8FCC55;
}
</style>