Shades of Mantis #8FCB64
Tints of Mantis #8FCB64
RGB
CMYK
RGB Variations
Color information
#8FCB64 (or 0x8FCB64) is known color: Mantis. HEX triplet: 8F, CB and 64. RGB value is (143,203,100). Sum of RGB (Red+Green+Blue) = 143+203+100=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB64 is #70349B. Grayscale: #ADADAD. Windows color (decimal): -7353500 or 6605711. OLE color: 6605711.
HSL color Cylindrical-coordinate representation of color #8FCB64: hue angle of 94.95º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FCB64 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 100 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.20 |
| HSL | 94.95º | 0.5% | 0.59% | - |
| HSV(B) | 94.95º | 0.51% | 0.8% | - |
| XYZ | 34.98 | 49.47 | 19.76 | - |
| YUV | 173.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 100 | 0.30 | 0 | 0.51 | 0.20 | 94.95 | 0.5 | 0.59 |
| Hex | 8F | CB | 64 | 1E | 0 | 33 | 14 | 5F | 32 | 3B |
| Octal | 217 | 313 | 144 | 36 | 0 | 63 | 24 | 137 | 62 | 73 |
| Binary | 10001111 | 11001011 | 1100100 | 11110 | 0 | 110011 | 10100 | 1011111 | 110010 | 111011 |
Color Harmonies of #8FCB64
Complementary color
Monochromatic Colors of #8FCB64
Black with #8FCB64
Text Example
Text Example
White with #8FCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB64; }
p { color: rgb(143,203,100); }
H1.HeaderClassName
{
color: #8FCB64;
}
.AnyTagClassName
{
color: #8FCB64;
}
</style>
background-color css
<style>
a { background-color: #8FCB64; }
a { background-color: rgb(143,203,100); }
div.DivClassName
{
background-color: #8FCB64;
}
.BgClassName
{
background-color: #8FCB64;
}
</style>
border-color css
<style>
span { border-color: #8FCB64; }
span { border-color: rgb(143,203,100); }
td.TdClassName
{
border-color: #8FCB64;
}
.TagClassName
{
border-color: #8FCB64;
}
</style>