Shades of Mantis #8FCC6F
Tints of Mantis #8FCC6F
RGB
CMYK
RGB Variations
Color information
#8FCC6F (or 0x8FCC6F) is known color: Mantis. HEX triplet: 8F, CC and 6F. RGB value is (143,204,111). Sum of RGB (Red+Green+Blue) = 143+204+111=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC6F is #703390. Grayscale: #AFAFAF. Windows color (decimal): -7353233 or 7326863. OLE color: 7326863.
HSL color Cylindrical-coordinate representation of color #8FCC6F: hue angle of 99.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FCC6F is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 111 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.2 |
| HSL | 99.35º | 0.48% | 0.62% | - |
| HSV(B) | 99.35º | 0.46% | 0.8% | - |
| XYZ | 35.79 | 50.17 | 22.84 | - |
| YUV | 175.16 | 91.79 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 111 | 0.30 | 0 | 0.46 | 0.2 | 99.35 | 0.48 | 0.62 |
| Hex | 8F | CC | 6F | 1E | 0 | 2E | 14 | 63 | 30 | 3E |
| Octal | 217 | 314 | 157 | 36 | 0 | 56 | 24 | 143 | 60 | 76 |
| Binary | 10001111 | 11001100 | 1101111 | 11110 | 0 | 101110 | 10100 | 1100011 | 110000 | 111110 |
Color Harmonies of #8FCC6F
Complementary color
Monochromatic Colors of #8FCC6F
Black with #8FCC6F
Text Example
Text Example
White with #8FCC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC6F; }
p { color: rgb(143,204,111); }
H1.HeaderClassName
{
color: #8FCC6F;
}
.AnyTagClassName
{
color: #8FCC6F;
}
</style>
background-color css
<style>
a { background-color: #8FCC6F; }
a { background-color: rgb(143,204,111); }
div.DivClassName
{
background-color: #8FCC6F;
}
.BgClassName
{
background-color: #8FCC6F;
}
</style>
border-color css
<style>
span { border-color: #8FCC6F; }
span { border-color: rgb(143,204,111); }
td.TdClassName
{
border-color: #8FCC6F;
}
.TagClassName
{
border-color: #8FCC6F;
}
</style>