Shades of Mantis #8EE065
Tints of Mantis #8EE065
RGB
CMYK
RGB Variations
Color information
#8EE065 (or 0x8EE065) is known color: Mantis. HEX triplet: 8E, E0 and 65. RGB value is (142,224,101). Sum of RGB (Red+Green+Blue) = 142+224+101=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE065 is #711F9A. Grayscale: #B9B9B9. Windows color (decimal): -7413659 or 6676622. OLE color: 6676622.
HSL color Cylindrical-coordinate representation of color #8EE065: hue angle of 100º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EE065 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 101 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.12 |
| HSL | 100º | 0.66% | 0.64% | - |
| HSV(B) | 100º | 0.55% | 0.88% | - |
| XYZ | 40.16 | 60 | 21.78 | - |
| YUV | 185.46 | 80.33 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 101 | 0.37 | 0 | 0.55 | 0.12 | 100 | 0.66 | 0.64 |
| Hex | 8E | E0 | 65 | 25 | 0 | 37 | C | 64 | 42 | 40 |
| Octal | 216 | 340 | 145 | 45 | 0 | 67 | 14 | 144 | 102 | 100 |
| Binary | 10001110 | 11100000 | 1100101 | 100101 | 0 | 110111 | 1100 | 1100100 | 1000010 | 1000000 |
Color Harmonies of #8EE065
Complementary color
Monochromatic Colors of #8EE065
Black with #8EE065
Text Example
Text Example
White with #8EE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE065; }
p { color: rgb(142,224,101); }
H1.HeaderClassName
{
color: #8EE065;
}
.AnyTagClassName
{
color: #8EE065;
}
</style>
background-color css
<style>
a { background-color: #8EE065; }
a { background-color: rgb(142,224,101); }
div.DivClassName
{
background-color: #8EE065;
}
.BgClassName
{
background-color: #8EE065;
}
</style>
border-color css
<style>
span { border-color: #8EE065; }
span { border-color: rgb(142,224,101); }
td.TdClassName
{
border-color: #8EE065;
}
.TagClassName
{
border-color: #8EE065;
}
</style>