Shades of Mantis #8FCC64
Tints of Mantis #8FCC64
RGB
CMYK
RGB Variations
Color information
#8FCC64 (or 0x8FCC64) is known color: Mantis. HEX triplet: 8F, CC and 64. RGB value is (143,204,100). Sum of RGB (Red+Green+Blue) = 143+204+100=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC64 is #70339B. Grayscale: #AEAEAE. Windows color (decimal): -7353244 or 6605967. OLE color: 6605967.
HSL color Cylindrical-coordinate representation of color #8FCC64: hue angle of 95.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FCC64 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 100 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.2 |
| HSL | 95.19º | 0.5% | 0.6% | - |
| HSV(B) | 95.19º | 0.51% | 0.8% | - |
| XYZ | 35.22 | 49.95 | 19.84 | - |
| YUV | 173.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 100 | 0.30 | 0 | 0.51 | 0.2 | 95.19 | 0.5 | 0.6 |
| Hex | 8F | CC | 64 | 1E | 0 | 33 | 14 | 5F | 32 | 3C |
| Octal | 217 | 314 | 144 | 36 | 0 | 63 | 24 | 137 | 62 | 74 |
| Binary | 10001111 | 11001100 | 1100100 | 11110 | 0 | 110011 | 10100 | 1011111 | 110010 | 111100 |
Color Harmonies of #8FCC64
Complementary color
Monochromatic Colors of #8FCC64
Black with #8FCC64
Text Example
Text Example
White with #8FCC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC64; }
p { color: rgb(143,204,100); }
H1.HeaderClassName
{
color: #8FCC64;
}
.AnyTagClassName
{
color: #8FCC64;
}
</style>
background-color css
<style>
a { background-color: #8FCC64; }
a { background-color: rgb(143,204,100); }
div.DivClassName
{
background-color: #8FCC64;
}
.BgClassName
{
background-color: #8FCC64;
}
</style>
border-color css
<style>
span { border-color: #8FCC64; }
span { border-color: rgb(143,204,100); }
td.TdClassName
{
border-color: #8FCC64;
}
.TagClassName
{
border-color: #8FCC64;
}
</style>