Shades of Mantis #8FCB5B
Tints of Mantis #8FCB5B
RGB
CMYK
RGB Variations
Color information
#8FCB5B (or 0x8FCB5B) is known color: Mantis. HEX triplet: 8F, CB and 5B. RGB value is (143,203,91). Sum of RGB (Red+Green+Blue) = 143+203+91=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB5B is #7034A4. Grayscale: #ACACAC. Windows color (decimal): -7353509 or 6015887. OLE color: 6015887.
HSL color Cylindrical-coordinate representation of color #8FCB5B: hue angle of 92.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FCB5B is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 91 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.20 |
| HSL | 92.14º | 0.52% | 0.58% | - |
| HSV(B) | 92.14º | 0.55% | 0.8% | - |
| XYZ | 34.57 | 49.31 | 17.59 | - |
| YUV | 172.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 91 | 0.30 | 0 | 0.55 | 0.20 | 92.14 | 0.52 | 0.58 |
| Hex | 8F | CB | 5B | 1E | 0 | 37 | 14 | 5C | 34 | 3A |
| Octal | 217 | 313 | 133 | 36 | 0 | 67 | 24 | 134 | 64 | 72 |
| Binary | 10001111 | 11001011 | 1011011 | 11110 | 0 | 110111 | 10100 | 1011100 | 110100 | 111010 |
Color Harmonies of #8FCB5B
Complementary color
Monochromatic Colors of #8FCB5B
Black with #8FCB5B
Text Example
Text Example
White with #8FCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB5B; }
p { color: rgb(143,203,91); }
H1.HeaderClassName
{
color: #8FCB5B;
}
.AnyTagClassName
{
color: #8FCB5B;
}
</style>
background-color css
<style>
a { background-color: #8FCB5B; }
a { background-color: rgb(143,203,91); }
div.DivClassName
{
background-color: #8FCB5B;
}
.BgClassName
{
background-color: #8FCB5B;
}
</style>
border-color css
<style>
span { border-color: #8FCB5B; }
span { border-color: rgb(143,203,91); }
td.TdClassName
{
border-color: #8FCB5B;
}
.TagClassName
{
border-color: #8FCB5B;
}
</style>