Shades of Mantis #8ED85B
Tints of Mantis #8ED85B
RGB
CMYK
RGB Variations
Color information
#8ED85B (or 0x8ED85B) is known color: Mantis. HEX triplet: 8E, D8 and 5B. RGB value is (142,216,91). Sum of RGB (Red+Green+Blue) = 142+216+91=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED85B is #7127A4. Grayscale: #B4B4B4. Windows color (decimal): -7415717 or 6019214. OLE color: 6019214.
HSL color Cylindrical-coordinate representation of color #8ED85B: hue angle of 95.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8ED85B is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 91 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.15 |
| HSL | 95.52º | 0.62% | 0.6% | - |
| HSV(B) | 95.52º | 0.58% | 0.85% | - |
| XYZ | 37.6 | 55.62 | 18.65 | - |
| YUV | 179.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 91 | 0.34 | 0 | 0.58 | 0.15 | 95.52 | 0.62 | 0.6 |
| Hex | 8E | D8 | 5B | 22 | 0 | 3A | F | 60 | 3E | 3C |
| Octal | 216 | 330 | 133 | 42 | 0 | 72 | 17 | 140 | 76 | 74 |
| Binary | 10001110 | 11011000 | 1011011 | 100010 | 0 | 111010 | 1111 | 1100000 | 111110 | 111100 |
Color Harmonies of #8ED85B
Complementary color
Monochromatic Colors of #8ED85B
Black with #8ED85B
Text Example
Text Example
White with #8ED85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED85B; }
p { color: rgb(142,216,91); }
H1.HeaderClassName
{
color: #8ED85B;
}
.AnyTagClassName
{
color: #8ED85B;
}
</style>
background-color css
<style>
a { background-color: #8ED85B; }
a { background-color: rgb(142,216,91); }
div.DivClassName
{
background-color: #8ED85B;
}
.BgClassName
{
background-color: #8ED85B;
}
</style>
border-color css
<style>
span { border-color: #8ED85B; }
span { border-color: rgb(142,216,91); }
td.TdClassName
{
border-color: #8ED85B;
}
.TagClassName
{
border-color: #8ED85B;
}
</style>