Shades of Mantis #8FC15F
Tints of Mantis #8FC15F
RGB
CMYK
RGB Variations
Color information
#8FC15F (or 0x8FC15F) is known color: Mantis. HEX triplet: 8F, C1 and 5F. RGB value is (143,193,95). Sum of RGB (Red+Green+Blue) = 143+193+95=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC15F is #703EA0. Grayscale: #A7A7A7. Windows color (decimal): -7356065 or 6275471. OLE color: 6275471.
HSL color Cylindrical-coordinate representation of color #8FC15F: hue angle of 90.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FC15F is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 95 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.24 |
| HSL | 90.61º | 0.44% | 0.56% | - |
| HSV(B) | 90.61º | 0.51% | 0.76% | - |
| XYZ | 32.46 | 44.81 | 17.76 | - |
| YUV | 166.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 95 | 0.26 | 0 | 0.51 | 0.24 | 90.61 | 0.44 | 0.56 |
| Hex | 8F | C1 | 5F | 1A | 0 | 33 | 18 | 5B | 2C | 38 |
| Octal | 217 | 301 | 137 | 32 | 0 | 63 | 30 | 133 | 54 | 70 |
| Binary | 10001111 | 11000001 | 1011111 | 11010 | 0 | 110011 | 11000 | 1011011 | 101100 | 111000 |
Color Harmonies of #8FC15F
Complementary color
Monochromatic Colors of #8FC15F
Black with #8FC15F
Text Example
Text Example
White with #8FC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC15F; }
p { color: rgb(143,193,95); }
H1.HeaderClassName
{
color: #8FC15F;
}
.AnyTagClassName
{
color: #8FC15F;
}
</style>
background-color css
<style>
a { background-color: #8FC15F; }
a { background-color: rgb(143,193,95); }
div.DivClassName
{
background-color: #8FC15F;
}
.BgClassName
{
background-color: #8FC15F;
}
</style>
border-color css
<style>
span { border-color: #8FC15F; }
span { border-color: rgb(143,193,95); }
td.TdClassName
{
border-color: #8FC15F;
}
.TagClassName
{
border-color: #8FC15F;
}
</style>