Shades of Mantis #8DEE5C
Tints of Mantis #8DEE5C
RGB
CMYK
RGB Variations
Color information
#8DEE5C (or 0x8DEE5C) is known color: Mantis. HEX triplet: 8D, EE and 5C. RGB value is (141,238,92). Sum of RGB (Red+Green+Blue) = 141+238+92=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEE5C is #7211A3. Grayscale: #C0C0C0. Windows color (decimal): -7475620 or 6090381. OLE color: 6090381.
HSL color Cylindrical-coordinate representation of color #8DEE5C: hue angle of 99.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DEE5C is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 92 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.07 |
| HSL | 99.86º | 0.81% | 0.65% | - |
| HSV(B) | 99.86º | 0.61% | 0.93% | - |
| XYZ | 43.49 | 67.58 | 20.88 | - |
| YUV | 192.35 | 71.36 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 92 | 0.41 | 0 | 0.61 | 0.07 | 99.86 | 0.81 | 0.65 |
| Hex | 8D | EE | 5C | 29 | 0 | 3D | 7 | 64 | 51 | 41 |
| Octal | 215 | 356 | 134 | 51 | 0 | 75 | 7 | 144 | 121 | 101 |
| Binary | 10001101 | 11101110 | 1011100 | 101001 | 0 | 111101 | 111 | 1100100 | 1010001 | 1000001 |
Color Harmonies of #8DEE5C
Complementary color
Monochromatic Colors of #8DEE5C
Black with #8DEE5C
Text Example
Text Example
White with #8DEE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEE5C; }
p { color: rgb(141,238,92); }
H1.HeaderClassName
{
color: #8DEE5C;
}
.AnyTagClassName
{
color: #8DEE5C;
}
</style>
background-color css
<style>
a { background-color: #8DEE5C; }
a { background-color: rgb(141,238,92); }
div.DivClassName
{
background-color: #8DEE5C;
}
.BgClassName
{
background-color: #8DEE5C;
}
</style>
border-color css
<style>
span { border-color: #8DEE5C; }
span { border-color: rgb(141,238,92); }
td.TdClassName
{
border-color: #8DEE5C;
}
.TagClassName
{
border-color: #8DEE5C;
}
</style>