Shades of Mantis #8EE362
Tints of Mantis #8EE362
RGB
CMYK
RGB Variations
Color information
#8EE362 (or 0x8EE362) is known color: Mantis. HEX triplet: 8E, E3 and 62. RGB value is (142,227,98). Sum of RGB (Red+Green+Blue) = 142+227+98=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE362 is #711C9D. Grayscale: #BBBBBB. Windows color (decimal): -7412894 or 6480782. OLE color: 6480782.
HSL color Cylindrical-coordinate representation of color #8EE362: hue angle of 99.53º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8EE362 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 227 | 98 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.11 |
| HSL | 99.53º | 0.7% | 0.64% | - |
| HSV(B) | 99.53º | 0.57% | 0.89% | - |
| XYZ | 40.83 | 61.57 | 21.29 | - |
| YUV | 186.88 | 77.84 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 227 | 98 | 0.37 | 0 | 0.57 | 0.11 | 99.53 | 0.7 | 0.64 |
| Hex | 8E | E3 | 62 | 25 | 0 | 39 | B | 64 | 46 | 40 |
| Octal | 216 | 343 | 142 | 45 | 0 | 71 | 13 | 144 | 106 | 100 |
| Binary | 10001110 | 11100011 | 1100010 | 100101 | 0 | 111001 | 1011 | 1100100 | 1000110 | 1000000 |
Color Harmonies of #8EE362
Complementary color
Monochromatic Colors of #8EE362
Black with #8EE362
Text Example
Text Example
White with #8EE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE362; }
p { color: rgb(142,227,98); }
H1.HeaderClassName
{
color: #8EE362;
}
.AnyTagClassName
{
color: #8EE362;
}
</style>
background-color css
<style>
a { background-color: #8EE362; }
a { background-color: rgb(142,227,98); }
div.DivClassName
{
background-color: #8EE362;
}
.BgClassName
{
background-color: #8EE362;
}
</style>
border-color css
<style>
span { border-color: #8EE362; }
span { border-color: rgb(142,227,98); }
td.TdClassName
{
border-color: #8EE362;
}
.TagClassName
{
border-color: #8EE362;
}
</style>