Shades of Mantis #8FC95D
Tints of Mantis #8FC95D
RGB
CMYK
RGB Variations
Color information
#8FC95D (or 0x8FC95D) is known color: Mantis. HEX triplet: 8F, C9 and 5D. RGB value is (143,201,93). Sum of RGB (Red+Green+Blue) = 143+201+93=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC95D is #7036A2. Grayscale: #ABABAB. Windows color (decimal): -7354019 or 6146447. OLE color: 6146447.
HSL color Cylindrical-coordinate representation of color #8FC95D: hue angle of 92.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FC95D is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 93 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.21 |
| HSL | 92.22º | 0.5% | 0.58% | - |
| HSV(B) | 92.22º | 0.54% | 0.79% | - |
| XYZ | 34.19 | 48.4 | 17.9 | - |
| YUV | 171.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 93 | 0.29 | 0 | 0.54 | 0.21 | 92.22 | 0.5 | 0.58 |
| Hex | 8F | C9 | 5D | 1D | 0 | 36 | 15 | 5C | 32 | 3A |
| Octal | 217 | 311 | 135 | 35 | 0 | 66 | 25 | 134 | 62 | 72 |
| Binary | 10001111 | 11001001 | 1011101 | 11101 | 0 | 110110 | 10101 | 1011100 | 110010 | 111010 |
Color Harmonies of #8FC95D
Complementary color
Monochromatic Colors of #8FC95D
Black with #8FC95D
Text Example
Text Example
White with #8FC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC95D; }
p { color: rgb(143,201,93); }
H1.HeaderClassName
{
color: #8FC95D;
}
.AnyTagClassName
{
color: #8FC95D;
}
</style>
background-color css
<style>
a { background-color: #8FC95D; }
a { background-color: rgb(143,201,93); }
div.DivClassName
{
background-color: #8FC95D;
}
.BgClassName
{
background-color: #8FC95D;
}
</style>
border-color css
<style>
span { border-color: #8FC95D; }
span { border-color: rgb(143,201,93); }
td.TdClassName
{
border-color: #8FC95D;
}
.TagClassName
{
border-color: #8FC95D;
}
</style>