Shades of Mantis #8EE960
Tints of Mantis #8EE960
RGB
CMYK
RGB Variations
Color information
#8EE960 (or 0x8EE960) is known color: Mantis. HEX triplet: 8E, E9 and 60. RGB value is (142,233,96). Sum of RGB (Red+Green+Blue) = 142+233+96=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE960 is #71169F. Grayscale: #BEBEBE. Windows color (decimal): -7411360 or 6351246. OLE color: 6351246.
HSL color Cylindrical-coordinate representation of color #8EE960: hue angle of 99.85º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EE960 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 96 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.09 |
| HSL | 99.85º | 0.76% | 0.65% | - |
| HSV(B) | 99.85º | 0.59% | 0.91% | - |
| XYZ | 42.41 | 64.87 | 21.35 | - |
| YUV | 190.17 | 74.85 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 96 | 0.39 | 0 | 0.59 | 0.09 | 99.85 | 0.76 | 0.65 |
| Hex | 8E | E9 | 60 | 27 | 0 | 3B | 9 | 64 | 4C | 41 |
| Octal | 216 | 351 | 140 | 47 | 0 | 73 | 11 | 144 | 114 | 101 |
| Binary | 10001110 | 11101001 | 1100000 | 100111 | 0 | 111011 | 1001 | 1100100 | 1001100 | 1000001 |
Color Harmonies of #8EE960
Complementary color
Monochromatic Colors of #8EE960
Black with #8EE960
Text Example
Text Example
White with #8EE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE960; }
p { color: rgb(142,233,96); }
H1.HeaderClassName
{
color: #8EE960;
}
.AnyTagClassName
{
color: #8EE960;
}
</style>
background-color css
<style>
a { background-color: #8EE960; }
a { background-color: rgb(142,233,96); }
div.DivClassName
{
background-color: #8EE960;
}
.BgClassName
{
background-color: #8EE960;
}
</style>
border-color css
<style>
span { border-color: #8EE960; }
span { border-color: rgb(142,233,96); }
td.TdClassName
{
border-color: #8EE960;
}
.TagClassName
{
border-color: #8EE960;
}
</style>