Shades of Mantis #8ED26B
Tints of Mantis #8ED26B
RGB
CMYK
RGB Variations
Color information
#8ED26B (or 0x8ED26B) is known color: Mantis. HEX triplet: 8E, D2 and 6B. RGB value is (142,210,107). Sum of RGB (Red+Green+Blue) = 142+210+107=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED26B is #712D94. Grayscale: #B2B2B2. Windows color (decimal): -7417237 or 7066254. OLE color: 7066254.
HSL color Cylindrical-coordinate representation of color #8ED26B: hue angle of 99.61º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8ED26B is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 107 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.18 |
| HSL | 99.61º | 0.53% | 0.62% | - |
| HSV(B) | 99.61º | 0.49% | 0.82% | - |
| XYZ | 36.86 | 52.91 | 22.18 | - |
| YUV | 177.93 | 87.97 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 107 | 0.32 | 0 | 0.49 | 0.18 | 99.61 | 0.53 | 0.62 |
| Hex | 8E | D2 | 6B | 20 | 0 | 31 | 12 | 64 | 35 | 3E |
| Octal | 216 | 322 | 153 | 40 | 0 | 61 | 22 | 144 | 65 | 76 |
| Binary | 10001110 | 11010010 | 1101011 | 100000 | 0 | 110001 | 10010 | 1100100 | 110101 | 111110 |
Color Harmonies of #8ED26B
Complementary color
Monochromatic Colors of #8ED26B
Black with #8ED26B
Text Example
Text Example
White with #8ED26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED26B; }
p { color: rgb(142,210,107); }
H1.HeaderClassName
{
color: #8ED26B;
}
.AnyTagClassName
{
color: #8ED26B;
}
</style>
background-color css
<style>
a { background-color: #8ED26B; }
a { background-color: rgb(142,210,107); }
div.DivClassName
{
background-color: #8ED26B;
}
.BgClassName
{
background-color: #8ED26B;
}
</style>
border-color css
<style>
span { border-color: #8ED26B; }
span { border-color: rgb(142,210,107); }
td.TdClassName
{
border-color: #8ED26B;
}
.TagClassName
{
border-color: #8ED26B;
}
</style>