Shades of Mantis #8FC467
Tints of Mantis #8FC467
RGB
CMYK
RGB Variations
Color information
#8FC467 (or 0x8FC467) is known color: Mantis. HEX triplet: 8F, C4 and 67. RGB value is (143,196,103). Sum of RGB (Red+Green+Blue) = 143+196+103=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC467 is #703B98. Grayscale: #A9A9A9. Windows color (decimal): -7355289 or 6800527. OLE color: 6800527.
HSL color Cylindrical-coordinate representation of color #8FC467: hue angle of 94.19º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FC467 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 103 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.23 |
| HSL | 94.19º | 0.44% | 0.59% | - |
| HSV(B) | 94.19º | 0.47% | 0.77% | - |
| XYZ | 33.52 | 46.3 | 20 | - |
| YUV | 169.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 103 | 0.27 | 0 | 0.47 | 0.23 | 94.19 | 0.44 | 0.59 |
| Hex | 8F | C4 | 67 | 1B | 0 | 2F | 17 | 5E | 2C | 3B |
| Octal | 217 | 304 | 147 | 33 | 0 | 57 | 27 | 136 | 54 | 73 |
| Binary | 10001111 | 11000100 | 1100111 | 11011 | 0 | 101111 | 10111 | 1011110 | 101100 | 111011 |
Color Harmonies of #8FC467
Complementary color
Monochromatic Colors of #8FC467
Black with #8FC467
Text Example
Text Example
White with #8FC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC467; }
p { color: rgb(143,196,103); }
H1.HeaderClassName
{
color: #8FC467;
}
.AnyTagClassName
{
color: #8FC467;
}
</style>
background-color css
<style>
a { background-color: #8FC467; }
a { background-color: rgb(143,196,103); }
div.DivClassName
{
background-color: #8FC467;
}
.BgClassName
{
background-color: #8FC467;
}
</style>
border-color css
<style>
span { border-color: #8FC467; }
span { border-color: rgb(143,196,103); }
td.TdClassName
{
border-color: #8FC467;
}
.TagClassName
{
border-color: #8FC467;
}
</style>