Shades of Mantis #8FC362
Tints of Mantis #8FC362
RGB
CMYK
RGB Variations
Color information
#8FC362 (or 0x8FC362) is known color: Mantis. HEX triplet: 8F, C3 and 62. RGB value is (143,195,98). Sum of RGB (Red+Green+Blue) = 143+195+98=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC362 is #703C9D. Grayscale: #A8A8A8. Windows color (decimal): -7355550 or 6472591. OLE color: 6472591.
HSL color Cylindrical-coordinate representation of color #8FC362: hue angle of 92.16º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FC362 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 195 | 98 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.24 |
| HSL | 92.16º | 0.45% | 0.57% | - |
| HSV(B) | 92.16º | 0.5% | 0.76% | - |
| XYZ | 33.05 | 45.75 | 18.64 | - |
| YUV | 168.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 98 | 0.27 | 0 | 0.50 | 0.24 | 92.16 | 0.45 | 0.57 |
| Hex | 8F | C3 | 62 | 1B | 0 | 32 | 18 | 5C | 2D | 39 |
| Octal | 217 | 303 | 142 | 33 | 0 | 62 | 30 | 134 | 55 | 71 |
| Binary | 10001111 | 11000011 | 1100010 | 11011 | 0 | 110010 | 11000 | 1011100 | 101101 | 111001 |
Color Harmonies of #8FC362
Complementary color
Monochromatic Colors of #8FC362
Black with #8FC362
Text Example
Text Example
White with #8FC362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC362; }
p { color: rgb(143,195,98); }
H1.HeaderClassName
{
color: #8FC362;
}
.AnyTagClassName
{
color: #8FC362;
}
</style>
background-color css
<style>
a { background-color: #8FC362; }
a { background-color: rgb(143,195,98); }
div.DivClassName
{
background-color: #8FC362;
}
.BgClassName
{
background-color: #8FC362;
}
</style>
border-color css
<style>
span { border-color: #8FC362; }
span { border-color: rgb(143,195,98); }
td.TdClassName
{
border-color: #8FC362;
}
.TagClassName
{
border-color: #8FC362;
}
</style>