Shades of Mantis #8FCB50
Tints of Mantis #8FCB50
RGB
CMYK
RGB Variations
Color information
#8FCB50 (or 0x8FCB50) is known color: Mantis. HEX triplet: 8F, CB and 50. RGB value is (143,203,80). Sum of RGB (Red+Green+Blue) = 143+203+80=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB50 is #7034AF. Grayscale: #ABABAB. Windows color (decimal): -7353520 or 5294991. OLE color: 5294991.
HSL color Cylindrical-coordinate representation of color #8FCB50: hue angle of 89.27º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FCB50 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 80 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.20 |
| HSL | 89.27º | 0.54% | 0.55% | - |
| HSV(B) | 89.27º | 0.61% | 0.8% | - |
| XYZ | 34.13 | 49.13 | 15.27 | - |
| YUV | 171.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 80 | 0.30 | 0 | 0.61 | 0.20 | 89.27 | 0.54 | 0.55 |
| Hex | 8F | CB | 50 | 1E | 0 | 3D | 14 | 59 | 36 | 37 |
| Octal | 217 | 313 | 120 | 36 | 0 | 75 | 24 | 131 | 66 | 67 |
| Binary | 10001111 | 11001011 | 1010000 | 11110 | 0 | 111101 | 10100 | 1011001 | 110110 | 110111 |
Color Harmonies of #8FCB50
Complementary color
Monochromatic Colors of #8FCB50
Black with #8FCB50
Text Example
Text Example
White with #8FCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB50; }
p { color: rgb(143,203,80); }
H1.HeaderClassName
{
color: #8FCB50;
}
.AnyTagClassName
{
color: #8FCB50;
}
</style>
background-color css
<style>
a { background-color: #8FCB50; }
a { background-color: rgb(143,203,80); }
div.DivClassName
{
background-color: #8FCB50;
}
.BgClassName
{
background-color: #8FCB50;
}
</style>
border-color css
<style>
span { border-color: #8FCB50; }
span { border-color: rgb(143,203,80); }
td.TdClassName
{
border-color: #8FCB50;
}
.TagClassName
{
border-color: #8FCB50;
}
</style>