Shades of Mantis #8ECB50
Tints of Mantis #8ECB50
RGB
CMYK
RGB Variations
Color information
#8ECB50 (or 0x8ECB50) is known color: Mantis. HEX triplet: 8E, CB and 50. RGB value is (142,203,80). Sum of RGB (Red+Green+Blue) = 142+203+80=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECB50 is #7134AF. Grayscale: #ABABAB. Windows color (decimal): -7419056 or 5294990. OLE color: 5294990.
HSL color Cylindrical-coordinate representation of color #8ECB50: hue angle of 89.76º 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 #8ECB50 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 80 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.20 |
| HSL | 89.76º | 0.54% | 0.55% | - |
| HSV(B) | 89.76º | 0.61% | 0.8% | - |
| XYZ | 33.96 | 49.04 | 15.27 | - |
| YUV | 170.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 80 | 0.30 | 0 | 0.61 | 0.20 | 89.76 | 0.54 | 0.55 |
| Hex | 8E | CB | 50 | 1E | 0 | 3D | 14 | 5A | 36 | 37 |
| Octal | 216 | 313 | 120 | 36 | 0 | 75 | 24 | 132 | 66 | 67 |
| Binary | 10001110 | 11001011 | 1010000 | 11110 | 0 | 111101 | 10100 | 1011010 | 110110 | 110111 |
Color Harmonies of #8ECB50
Complementary color
Monochromatic Colors of #8ECB50
Black with #8ECB50
Text Example
Text Example
White with #8ECB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECB50; }
p { color: rgb(142,203,80); }
H1.HeaderClassName
{
color: #8ECB50;
}
.AnyTagClassName
{
color: #8ECB50;
}
</style>
background-color css
<style>
a { background-color: #8ECB50; }
a { background-color: rgb(142,203,80); }
div.DivClassName
{
background-color: #8ECB50;
}
.BgClassName
{
background-color: #8ECB50;
}
</style>
border-color css
<style>
span { border-color: #8ECB50; }
span { border-color: rgb(142,203,80); }
td.TdClassName
{
border-color: #8ECB50;
}
.TagClassName
{
border-color: #8ECB50;
}
</style>