Shades of Mantis #8FC05F
Tints of Mantis #8FC05F
RGB
CMYK
RGB Variations
Color information
#8FC05F (or 0x8FC05F) is known color: Mantis. HEX triplet: 8F, C0 and 5F. RGB value is (143,192,95). Sum of RGB (Red+Green+Blue) = 143+192+95=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC05F is #703FA0. Grayscale: #A6A6A6. Windows color (decimal): -7356321 or 6275215. OLE color: 6275215.
HSL color Cylindrical-coordinate representation of color #8FC05F: hue angle of 90.31º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FC05F is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 95 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.25 |
| HSL | 90.31º | 0.43% | 0.56% | - |
| HSV(B) | 90.31º | 0.51% | 0.75% | - |
| XYZ | 32.24 | 44.37 | 17.69 | - |
| YUV | 166.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 95 | 0.26 | 0 | 0.51 | 0.25 | 90.31 | 0.43 | 0.56 |
| Hex | 8F | C0 | 5F | 1A | 0 | 33 | 19 | 5A | 2B | 38 |
| Octal | 217 | 300 | 137 | 32 | 0 | 63 | 31 | 132 | 53 | 70 |
| Binary | 10001111 | 11000000 | 1011111 | 11010 | 0 | 110011 | 11001 | 1011010 | 101011 | 111000 |
Color Harmonies of #8FC05F
Complementary color
Monochromatic Colors of #8FC05F
Black with #8FC05F
Text Example
Text Example
White with #8FC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC05F; }
p { color: rgb(143,192,95); }
H1.HeaderClassName
{
color: #8FC05F;
}
.AnyTagClassName
{
color: #8FC05F;
}
</style>
background-color css
<style>
a { background-color: #8FC05F; }
a { background-color: rgb(143,192,95); }
div.DivClassName
{
background-color: #8FC05F;
}
.BgClassName
{
background-color: #8FC05F;
}
</style>
border-color css
<style>
span { border-color: #8FC05F; }
span { border-color: rgb(143,192,95); }
td.TdClassName
{
border-color: #8FC05F;
}
.TagClassName
{
border-color: #8FC05F;
}
</style>