Shades of Mantis #8FCF55
Tints of Mantis #8FCF55
RGB
CMYK
RGB Variations
Color information
#8FCF55 (or 0x8FCF55) is known color: Mantis. HEX triplet: 8F, CF and 55. RGB value is (143,207,85). Sum of RGB (Red+Green+Blue) = 143+207+85=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCF55 is #7030AA. Grayscale: #AEAEAE. Windows color (decimal): -7352491 or 5623695. OLE color: 5623695.
HSL color Cylindrical-coordinate representation of color #8FCF55: hue angle of 91.48º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8FCF55 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 85 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.19 |
| HSL | 91.48º | 0.56% | 0.57% | - |
| HSV(B) | 91.48º | 0.59% | 0.81% | - |
| XYZ | 35.28 | 51.12 | 16.6 | - |
| YUV | 173.96 | 77.8 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 85 | 0.31 | 0 | 0.59 | 0.19 | 91.48 | 0.56 | 0.57 |
| Hex | 8F | CF | 55 | 1F | 0 | 3B | 13 | 5B | 38 | 39 |
| Octal | 217 | 317 | 125 | 37 | 0 | 73 | 23 | 133 | 70 | 71 |
| Binary | 10001111 | 11001111 | 1010101 | 11111 | 0 | 111011 | 10011 | 1011011 | 111000 | 111001 |
Color Harmonies of #8FCF55
Complementary color
Monochromatic Colors of #8FCF55
Black with #8FCF55
Text Example
Text Example
White with #8FCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF55; }
p { color: rgb(143,207,85); }
H1.HeaderClassName
{
color: #8FCF55;
}
.AnyTagClassName
{
color: #8FCF55;
}
</style>
background-color css
<style>
a { background-color: #8FCF55; }
a { background-color: rgb(143,207,85); }
div.DivClassName
{
background-color: #8FCF55;
}
.BgClassName
{
background-color: #8FCF55;
}
</style>
border-color css
<style>
span { border-color: #8FCF55; }
span { border-color: rgb(143,207,85); }
td.TdClassName
{
border-color: #8FCF55;
}
.TagClassName
{
border-color: #8FCF55;
}
</style>