Shades of Mantis #8FCC50
Tints of Mantis #8FCC50
RGB
CMYK
RGB Variations
Color information
#8FCC50 (or 0x8FCC50) is known color: Mantis. HEX triplet: 8F, CC and 50. RGB value is (143,204,80). Sum of RGB (Red+Green+Blue) = 143+204+80=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC50 is #7033AF. Grayscale: #ACACAC. Windows color (decimal): -7353264 or 5295247. OLE color: 5295247.
HSL color Cylindrical-coordinate representation of color #8FCC50: hue angle of 89.52º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FCC50 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 80 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.2 |
| HSL | 89.52º | 0.55% | 0.56% | - |
| HSV(B) | 89.52º | 0.61% | 0.8% | - |
| XYZ | 34.37 | 49.6 | 15.35 | - |
| YUV | 171.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 80 | 0.30 | 0 | 0.61 | 0.2 | 89.52 | 0.55 | 0.56 |
| Hex | 8F | CC | 50 | 1E | 0 | 3D | 14 | 5A | 37 | 38 |
| Octal | 217 | 314 | 120 | 36 | 0 | 75 | 24 | 132 | 67 | 70 |
| Binary | 10001111 | 11001100 | 1010000 | 11110 | 0 | 111101 | 10100 | 1011010 | 110111 | 111000 |
Color Harmonies of #8FCC50
Complementary color
Monochromatic Colors of #8FCC50
Black with #8FCC50
Text Example
Text Example
White with #8FCC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC50; }
p { color: rgb(143,204,80); }
H1.HeaderClassName
{
color: #8FCC50;
}
.AnyTagClassName
{
color: #8FCC50;
}
</style>
background-color css
<style>
a { background-color: #8FCC50; }
a { background-color: rgb(143,204,80); }
div.DivClassName
{
background-color: #8FCC50;
}
.BgClassName
{
background-color: #8FCC50;
}
</style>
border-color css
<style>
span { border-color: #8FCC50; }
span { border-color: rgb(143,204,80); }
td.TdClassName
{
border-color: #8FCC50;
}
.TagClassName
{
border-color: #8FCC50;
}
</style>