Shades of Mantis #8EC665
Tints of Mantis #8EC665
RGB
CMYK
RGB Variations
Color information
#8EC665 (or 0x8EC665) is known color: Mantis. HEX triplet: 8E, C6 and 65. RGB value is (142,198,101). Sum of RGB (Red+Green+Blue) = 142+198+101=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC665 is #71399A. Grayscale: #AAAAAA. Windows color (decimal): -7420315 or 6669966. OLE color: 6669966.
HSL color Cylindrical-coordinate representation of color #8EC665: hue angle of 94.64º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EC665 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 101 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.22 |
| HSL | 94.64º | 0.46% | 0.59% | - |
| HSV(B) | 94.64º | 0.49% | 0.78% | - |
| XYZ | 33.7 | 47.08 | 19.62 | - |
| YUV | 170.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 101 | 0.28 | 0 | 0.49 | 0.22 | 94.64 | 0.46 | 0.59 |
| Hex | 8E | C6 | 65 | 1C | 0 | 31 | 16 | 5F | 2E | 3B |
| Octal | 216 | 306 | 145 | 34 | 0 | 61 | 26 | 137 | 56 | 73 |
| Binary | 10001110 | 11000110 | 1100101 | 11100 | 0 | 110001 | 10110 | 1011111 | 101110 | 111011 |
Color Harmonies of #8EC665
Complementary color
Monochromatic Colors of #8EC665
Black with #8EC665
Text Example
Text Example
White with #8EC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC665; }
p { color: rgb(142,198,101); }
H1.HeaderClassName
{
color: #8EC665;
}
.AnyTagClassName
{
color: #8EC665;
}
</style>
background-color css
<style>
a { background-color: #8EC665; }
a { background-color: rgb(142,198,101); }
div.DivClassName
{
background-color: #8EC665;
}
.BgClassName
{
background-color: #8EC665;
}
</style>
border-color css
<style>
span { border-color: #8EC665; }
span { border-color: rgb(142,198,101); }
td.TdClassName
{
border-color: #8EC665;
}
.TagClassName
{
border-color: #8EC665;
}
</style>