Shades of Mantis #8FC56A
Tints of Mantis #8FC56A
RGB
CMYK
RGB Variations
Color information
#8FC56A (or 0x8FC56A) is known color: Mantis. HEX triplet: 8F, C5 and 6A. RGB value is (143,197,106). Sum of RGB (Red+Green+Blue) = 143+197+106=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC56A is #703A95. Grayscale: #AAAAAA. Windows color (decimal): -7355030 or 6997391. OLE color: 6997391.
HSL color Cylindrical-coordinate representation of color #8FC56A: hue angle of 95.6º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FC56A is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 106 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.23 |
| HSL | 95.6º | 0.44% | 0.59% | - |
| HSV(B) | 95.6º | 0.46% | 0.77% | - |
| XYZ | 33.9 | 46.81 | 20.88 | - |
| YUV | 170.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 106 | 0.27 | 0 | 0.46 | 0.23 | 95.6 | 0.44 | 0.59 |
| Hex | 8F | C5 | 6A | 1B | 0 | 2E | 17 | 60 | 2C | 3B |
| Octal | 217 | 305 | 152 | 33 | 0 | 56 | 27 | 140 | 54 | 73 |
| Binary | 10001111 | 11000101 | 1101010 | 11011 | 0 | 101110 | 10111 | 1100000 | 101100 | 111011 |
Color Harmonies of #8FC56A
Complementary color
Monochromatic Colors of #8FC56A
Black with #8FC56A
Text Example
Text Example
White with #8FC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC56A; }
p { color: rgb(143,197,106); }
H1.HeaderClassName
{
color: #8FC56A;
}
.AnyTagClassName
{
color: #8FC56A;
}
</style>
background-color css
<style>
a { background-color: #8FC56A; }
a { background-color: rgb(143,197,106); }
div.DivClassName
{
background-color: #8FC56A;
}
.BgClassName
{
background-color: #8FC56A;
}
</style>
border-color css
<style>
span { border-color: #8FC56A; }
span { border-color: rgb(143,197,106); }
td.TdClassName
{
border-color: #8FC56A;
}
.TagClassName
{
border-color: #8FC56A;
}
</style>