Shades of Mantis #8ED665
Tints of Mantis #8ED665
RGB
CMYK
RGB Variations
Color information
#8ED665 (or 0x8ED665) is known color: Mantis. HEX triplet: 8E, D6 and 65. RGB value is (142,214,101). Sum of RGB (Red+Green+Blue) = 142+214+101=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED665 is #71299A. Grayscale: #B3B3B3. Windows color (decimal): -7416219 or 6674062. OLE color: 6674062.
HSL color Cylindrical-coordinate representation of color #8ED665: hue angle of 98.23º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ED665 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 101 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.16 |
| HSL | 98.23º | 0.58% | 0.62% | - |
| HSV(B) | 98.23º | 0.53% | 0.84% | - |
| XYZ | 37.55 | 54.78 | 20.91 | - |
| YUV | 179.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 101 | 0.34 | 0 | 0.53 | 0.16 | 98.23 | 0.58 | 0.62 |
| Hex | 8E | D6 | 65 | 22 | 0 | 35 | 10 | 62 | 3A | 3E |
| Octal | 216 | 326 | 145 | 42 | 0 | 65 | 20 | 142 | 72 | 76 |
| Binary | 10001110 | 11010110 | 1100101 | 100010 | 0 | 110101 | 10000 | 1100010 | 111010 | 111110 |
Color Harmonies of #8ED665
Complementary color
Monochromatic Colors of #8ED665
Black with #8ED665
Text Example
Text Example
White with #8ED665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED665; }
p { color: rgb(142,214,101); }
H1.HeaderClassName
{
color: #8ED665;
}
.AnyTagClassName
{
color: #8ED665;
}
</style>
background-color css
<style>
a { background-color: #8ED665; }
a { background-color: rgb(142,214,101); }
div.DivClassName
{
background-color: #8ED665;
}
.BgClassName
{
background-color: #8ED665;
}
</style>
border-color css
<style>
span { border-color: #8ED665; }
span { border-color: rgb(142,214,101); }
td.TdClassName
{
border-color: #8ED665;
}
.TagClassName
{
border-color: #8ED665;
}
</style>