Shades of Mantis #8FC95C
Tints of Mantis #8FC95C
RGB
CMYK
RGB Variations
Color information
#8FC95C (or 0x8FC95C) is known color: Mantis. HEX triplet: 8F, C9 and 5C. RGB value is (143,201,92). Sum of RGB (Red+Green+Blue) = 143+201+92=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC95C is #7036A3. Grayscale: #ABABAB. Windows color (decimal): -7354020 or 6080911. OLE color: 6080911.
HSL color Cylindrical-coordinate representation of color #8FC95C: hue angle of 91.93º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FC95C is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 92 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.21 |
| HSL | 91.93º | 0.5% | 0.57% | - |
| HSV(B) | 91.93º | 0.54% | 0.79% | - |
| XYZ | 34.15 | 48.39 | 17.66 | - |
| YUV | 171.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 92 | 0.29 | 0 | 0.54 | 0.21 | 91.93 | 0.5 | 0.57 |
| Hex | 8F | C9 | 5C | 1D | 0 | 36 | 15 | 5C | 32 | 39 |
| Octal | 217 | 311 | 134 | 35 | 0 | 66 | 25 | 134 | 62 | 71 |
| Binary | 10001111 | 11001001 | 1011100 | 11101 | 0 | 110110 | 10101 | 1011100 | 110010 | 111001 |
Color Harmonies of #8FC95C
Complementary color
Monochromatic Colors of #8FC95C
Black with #8FC95C
Text Example
Text Example
White with #8FC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC95C; }
p { color: rgb(143,201,92); }
H1.HeaderClassName
{
color: #8FC95C;
}
.AnyTagClassName
{
color: #8FC95C;
}
</style>
background-color css
<style>
a { background-color: #8FC95C; }
a { background-color: rgb(143,201,92); }
div.DivClassName
{
background-color: #8FC95C;
}
.BgClassName
{
background-color: #8FC95C;
}
</style>
border-color css
<style>
span { border-color: #8FC95C; }
span { border-color: rgb(143,201,92); }
td.TdClassName
{
border-color: #8FC95C;
}
.TagClassName
{
border-color: #8FC95C;
}
</style>