Shades of Mantis #8CCB50
Tints of Mantis #8CCB50
RGB
CMYK
RGB Variations
Color information
#8CCB50 (or 0x8CCB50) is known color: Mantis. HEX triplet: 8C, CB and 50. RGB value is (140,203,80). Sum of RGB (Red+Green+Blue) = 140+203+80=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB50 is #7334AF. Grayscale: #AAAAAA. Windows color (decimal): -7550128 or 5294988. OLE color: 5294988.
HSL color Cylindrical-coordinate representation of color #8CCB50: hue angle of 90.73º 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 #8CCB50 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 80 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.20 |
| HSL | 90.73º | 0.54% | 0.55% | - |
| HSV(B) | 90.73º | 0.61% | 0.8% | - |
| XYZ | 33.62 | 48.87 | 15.25 | - |
| YUV | 170.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 80 | 0.31 | 0 | 0.61 | 0.20 | 90.73 | 0.54 | 0.55 |
| Hex | 8C | CB | 50 | 1F | 0 | 3D | 14 | 5B | 36 | 37 |
| Octal | 214 | 313 | 120 | 37 | 0 | 75 | 24 | 133 | 66 | 67 |
| Binary | 10001100 | 11001011 | 1010000 | 11111 | 0 | 111101 | 10100 | 1011011 | 110110 | 110111 |
Color Harmonies of #8CCB50
Complementary color
Monochromatic Colors of #8CCB50
Black with #8CCB50
Text Example
Text Example
White with #8CCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB50; }
p { color: rgb(140,203,80); }
H1.HeaderClassName
{
color: #8CCB50;
}
.AnyTagClassName
{
color: #8CCB50;
}
</style>
background-color css
<style>
a { background-color: #8CCB50; }
a { background-color: rgb(140,203,80); }
div.DivClassName
{
background-color: #8CCB50;
}
.BgClassName
{
background-color: #8CCB50;
}
</style>
border-color css
<style>
span { border-color: #8CCB50; }
span { border-color: rgb(140,203,80); }
td.TdClassName
{
border-color: #8CCB50;
}
.TagClassName
{
border-color: #8CCB50;
}
</style>