Shades of Mantis #8FCA5B
Tints of Mantis #8FCA5B
RGB
CMYK
RGB Variations
Color information
#8FCA5B (or 0x8FCA5B) is known color: Mantis. HEX triplet: 8F, CA and 5B. RGB value is (143,202,91). Sum of RGB (Red+Green+Blue) = 143+202+91=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA5B is #7035A4. Grayscale: #ACACAC. Windows color (decimal): -7353765 or 6015631. OLE color: 6015631.
HSL color Cylindrical-coordinate representation of color #8FCA5B: hue angle of 91.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FCA5B is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 91 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.21 |
| HSL | 91.89º | 0.51% | 0.57% | - |
| HSV(B) | 91.89º | 0.55% | 0.79% | - |
| XYZ | 34.34 | 48.84 | 17.51 | - |
| YUV | 171.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 91 | 0.29 | 0 | 0.55 | 0.21 | 91.89 | 0.51 | 0.57 |
| Hex | 8F | CA | 5B | 1D | 0 | 37 | 15 | 5C | 33 | 39 |
| Octal | 217 | 312 | 133 | 35 | 0 | 67 | 25 | 134 | 63 | 71 |
| Binary | 10001111 | 11001010 | 1011011 | 11101 | 0 | 110111 | 10101 | 1011100 | 110011 | 111001 |
Color Harmonies of #8FCA5B
Complementary color
Monochromatic Colors of #8FCA5B
Black with #8FCA5B
Text Example
Text Example
White with #8FCA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA5B; }
p { color: rgb(143,202,91); }
H1.HeaderClassName
{
color: #8FCA5B;
}
.AnyTagClassName
{
color: #8FCA5B;
}
</style>
background-color css
<style>
a { background-color: #8FCA5B; }
a { background-color: rgb(143,202,91); }
div.DivClassName
{
background-color: #8FCA5B;
}
.BgClassName
{
background-color: #8FCA5B;
}
</style>
border-color css
<style>
span { border-color: #8FCA5B; }
span { border-color: rgb(143,202,91); }
td.TdClassName
{
border-color: #8FCA5B;
}
.TagClassName
{
border-color: #8FCA5B;
}
</style>