Shades of Mantis #8ECB65
Tints of Mantis #8ECB65
RGB
CMYK
RGB Variations
Color information
#8ECB65 (or 0x8ECB65) is known color: Mantis. HEX triplet: 8E, CB and 65. RGB value is (142,203,101). Sum of RGB (Red+Green+Blue) = 142+203+101=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECB65 is #71349A. Grayscale: #ADADAD. Windows color (decimal): -7419035 or 6671246. OLE color: 6671246.
HSL color Cylindrical-coordinate representation of color #8ECB65: hue angle of 95.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ECB65 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 101 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.20 |
| HSL | 95.88º | 0.5% | 0.6% | - |
| HSV(B) | 95.88º | 0.5% | 0.8% | - |
| XYZ | 34.86 | 49.4 | 20.01 | - |
| YUV | 173.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 101 | 0.30 | 0 | 0.50 | 0.20 | 95.88 | 0.5 | 0.6 |
| Hex | 8E | CB | 65 | 1E | 0 | 32 | 14 | 60 | 32 | 3C |
| Octal | 216 | 313 | 145 | 36 | 0 | 62 | 24 | 140 | 62 | 74 |
| Binary | 10001110 | 11001011 | 1100101 | 11110 | 0 | 110010 | 10100 | 1100000 | 110010 | 111100 |
Color Harmonies of #8ECB65
Complementary color
Monochromatic Colors of #8ECB65
Black with #8ECB65
Text Example
Text Example
White with #8ECB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECB65; }
p { color: rgb(142,203,101); }
H1.HeaderClassName
{
color: #8ECB65;
}
.AnyTagClassName
{
color: #8ECB65;
}
</style>
background-color css
<style>
a { background-color: #8ECB65; }
a { background-color: rgb(142,203,101); }
div.DivClassName
{
background-color: #8ECB65;
}
.BgClassName
{
background-color: #8ECB65;
}
</style>
border-color css
<style>
span { border-color: #8ECB65; }
span { border-color: rgb(142,203,101); }
td.TdClassName
{
border-color: #8ECB65;
}
.TagClassName
{
border-color: #8ECB65;
}
</style>