Shades of Mantis #8DEE55
Tints of Mantis #8DEE55
RGB
CMYK
RGB Variations
Color information
#8DEE55 (or 0x8DEE55) is known color: Mantis. HEX triplet: 8D, EE and 55. RGB value is (141,238,85). Sum of RGB (Red+Green+Blue) = 141+238+85=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEE55 is #7211AA. Grayscale: #C0C0C0. Windows color (decimal): -7475627 or 5631629. OLE color: 5631629.
HSL color Cylindrical-coordinate representation of color #8DEE55: hue angle of 98.04º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DEE55 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 85 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.07 |
| HSL | 98.04º | 0.82% | 0.63% | - |
| HSV(B) | 98.04º | 0.64% | 0.93% | - |
| XYZ | 43.2 | 67.47 | 19.34 | - |
| YUV | 191.56 | 67.86 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 85 | 0.41 | 0 | 0.64 | 0.07 | 98.04 | 0.82 | 0.63 |
| Hex | 8D | EE | 55 | 29 | 0 | 40 | 7 | 62 | 52 | 3F |
| Octal | 215 | 356 | 125 | 51 | 0 | 100 | 7 | 142 | 122 | 77 |
| Binary | 10001101 | 11101110 | 1010101 | 101001 | 0 | 1000000 | 111 | 1100010 | 1010010 | 111111 |
Color Harmonies of #8DEE55
Complementary color
Monochromatic Colors of #8DEE55
Black with #8DEE55
Text Example
Text Example
White with #8DEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEE55; }
p { color: rgb(141,238,85); }
H1.HeaderClassName
{
color: #8DEE55;
}
.AnyTagClassName
{
color: #8DEE55;
}
</style>
background-color css
<style>
a { background-color: #8DEE55; }
a { background-color: rgb(141,238,85); }
div.DivClassName
{
background-color: #8DEE55;
}
.BgClassName
{
background-color: #8DEE55;
}
</style>
border-color css
<style>
span { border-color: #8DEE55; }
span { border-color: rgb(141,238,85); }
td.TdClassName
{
border-color: #8DEE55;
}
.TagClassName
{
border-color: #8DEE55;
}
</style>