Shades of Mantis #8FCD5B
Tints of Mantis #8FCD5B
RGB
CMYK
RGB Variations
Color information
#8FCD5B (or 0x8FCD5B) is known color: Mantis. HEX triplet: 8F, CD and 5B. RGB value is (143,205,91). Sum of RGB (Red+Green+Blue) = 143+205+91=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCD5B is #7032A4. Grayscale: #ADADAD. Windows color (decimal): -7352997 or 6016399. OLE color: 6016399.
HSL color Cylindrical-coordinate representation of color #8FCD5B: hue angle of 92.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FCD5B is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 91 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.20 |
| HSL | 92.63º | 0.53% | 0.58% | - |
| HSV(B) | 92.63º | 0.56% | 0.8% | - |
| XYZ | 35.05 | 50.26 | 17.75 | - |
| YUV | 173.47 | 81.46 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 91 | 0.30 | 0 | 0.56 | 0.20 | 92.63 | 0.53 | 0.58 |
| Hex | 8F | CD | 5B | 1E | 0 | 38 | 14 | 5D | 35 | 3A |
| Octal | 217 | 315 | 133 | 36 | 0 | 70 | 24 | 135 | 65 | 72 |
| Binary | 10001111 | 11001101 | 1011011 | 11110 | 0 | 111000 | 10100 | 1011101 | 110101 | 111010 |
Color Harmonies of #8FCD5B
Complementary color
Monochromatic Colors of #8FCD5B
Black with #8FCD5B
Text Example
Text Example
White with #8FCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD5B; }
p { color: rgb(143,205,91); }
H1.HeaderClassName
{
color: #8FCD5B;
}
.AnyTagClassName
{
color: #8FCD5B;
}
</style>
background-color css
<style>
a { background-color: #8FCD5B; }
a { background-color: rgb(143,205,91); }
div.DivClassName
{
background-color: #8FCD5B;
}
.BgClassName
{
background-color: #8FCD5B;
}
</style>
border-color css
<style>
span { border-color: #8FCD5B; }
span { border-color: rgb(143,205,91); }
td.TdClassName
{
border-color: #8FCD5B;
}
.TagClassName
{
border-color: #8FCD5B;
}
</style>