Shades of Mantis #8EC769
Tints of Mantis #8EC769
RGB
CMYK
RGB Variations
Color information
#8EC769 (or 0x8EC769) is known color: Mantis. HEX triplet: 8E, C7 and 69. RGB value is (142,199,105). Sum of RGB (Red+Green+Blue) = 142+199+105=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC769 is #713896. Grayscale: #ABABAB. Windows color (decimal): -7420055 or 6932366. OLE color: 6932366.
HSL color Cylindrical-coordinate representation of color #8EC769: hue angle of 96.38º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EC769 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 105 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.22 |
| HSL | 96.38º | 0.46% | 0.6% | - |
| HSV(B) | 96.38º | 0.47% | 0.78% | - |
| XYZ | 34.13 | 47.62 | 20.76 | - |
| YUV | 171.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 105 | 0.29 | 0 | 0.47 | 0.22 | 96.38 | 0.46 | 0.6 |
| Hex | 8E | C7 | 69 | 1D | 0 | 2F | 16 | 60 | 2E | 3C |
| Octal | 216 | 307 | 151 | 35 | 0 | 57 | 26 | 140 | 56 | 74 |
| Binary | 10001110 | 11000111 | 1101001 | 11101 | 0 | 101111 | 10110 | 1100000 | 101110 | 111100 |
Color Harmonies of #8EC769
Complementary color
Monochromatic Colors of #8EC769
Black with #8EC769
Text Example
Text Example
White with #8EC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC769; }
p { color: rgb(142,199,105); }
H1.HeaderClassName
{
color: #8EC769;
}
.AnyTagClassName
{
color: #8EC769;
}
</style>
background-color css
<style>
a { background-color: #8EC769; }
a { background-color: rgb(142,199,105); }
div.DivClassName
{
background-color: #8EC769;
}
.BgClassName
{
background-color: #8EC769;
}
</style>
border-color css
<style>
span { border-color: #8EC769; }
span { border-color: rgb(142,199,105); }
td.TdClassName
{
border-color: #8EC769;
}
.TagClassName
{
border-color: #8EC769;
}
</style>