Shades of Mantis #8FC150
Tints of Mantis #8FC150
RGB
CMYK
RGB Variations
Color information
#8FC150 (or 0x8FC150) is known color: Mantis. HEX triplet: 8F, C1 and 50. RGB value is (143,193,80). Sum of RGB (Red+Green+Blue) = 143+193+80=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC150 is #703EAF. Grayscale: #A5A5A5. Windows color (decimal): -7356080 or 5292431. OLE color: 5292431.
HSL color Cylindrical-coordinate representation of color #8FC150: hue angle of 86.55º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8FC150 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 80 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.24 |
| HSL | 86.55º | 0.48% | 0.54% | - |
| HSV(B) | 86.55º | 0.59% | 0.76% | - |
| XYZ | 31.85 | 44.56 | 14.51 | - |
| YUV | 165.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 80 | 0.26 | 0 | 0.59 | 0.24 | 86.55 | 0.48 | 0.54 |
| Hex | 8F | C1 | 50 | 1A | 0 | 3B | 18 | 57 | 30 | 36 |
| Octal | 217 | 301 | 120 | 32 | 0 | 73 | 30 | 127 | 60 | 66 |
| Binary | 10001111 | 11000001 | 1010000 | 11010 | 0 | 111011 | 11000 | 1010111 | 110000 | 110110 |
Color Harmonies of #8FC150
Complementary color
Monochromatic Colors of #8FC150
Black with #8FC150
Text Example
Text Example
White with #8FC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC150; }
p { color: rgb(143,193,80); }
H1.HeaderClassName
{
color: #8FC150;
}
.AnyTagClassName
{
color: #8FC150;
}
</style>
background-color css
<style>
a { background-color: #8FC150; }
a { background-color: rgb(143,193,80); }
div.DivClassName
{
background-color: #8FC150;
}
.BgClassName
{
background-color: #8FC150;
}
</style>
border-color css
<style>
span { border-color: #8FC150; }
span { border-color: rgb(143,193,80); }
td.TdClassName
{
border-color: #8FC150;
}
.TagClassName
{
border-color: #8FC150;
}
</style>