Shades of Mantis #8DDC55
Tints of Mantis #8DDC55
RGB
CMYK
RGB Variations
Color information
#8DDC55 (or 0x8DDC55) is known color: Mantis. HEX triplet: 8D, DC and 55. RGB value is (141,220,85). Sum of RGB (Red+Green+Blue) = 141+220+85=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC55 is #7223AA. Grayscale: #B5B5B5. Windows color (decimal): -7480235 or 5627021. OLE color: 5627021.
HSL color Cylindrical-coordinate representation of color #8DDC55: hue angle of 95.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DDC55 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 85 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.14 |
| HSL | 95.11º | 0.66% | 0.6% | - |
| HSV(B) | 95.11º | 0.61% | 0.86% | - |
| XYZ | 38.22 | 57.51 | 17.68 | - |
| YUV | 180.99 | 73.83 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 85 | 0.36 | 0 | 0.61 | 0.14 | 95.11 | 0.66 | 0.6 |
| Hex | 8D | DC | 55 | 24 | 0 | 3D | E | 5F | 42 | 3C |
| Octal | 215 | 334 | 125 | 44 | 0 | 75 | 16 | 137 | 102 | 74 |
| Binary | 10001101 | 11011100 | 1010101 | 100100 | 0 | 111101 | 1110 | 1011111 | 1000010 | 111100 |
Color Harmonies of #8DDC55
Complementary color
Monochromatic Colors of #8DDC55
Black with #8DDC55
Text Example
Text Example
White with #8DDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC55; }
p { color: rgb(141,220,85); }
H1.HeaderClassName
{
color: #8DDC55;
}
.AnyTagClassName
{
color: #8DDC55;
}
</style>
background-color css
<style>
a { background-color: #8DDC55; }
a { background-color: rgb(141,220,85); }
div.DivClassName
{
background-color: #8DDC55;
}
.BgClassName
{
background-color: #8DDC55;
}
</style>
border-color css
<style>
span { border-color: #8DDC55; }
span { border-color: rgb(141,220,85); }
td.TdClassName
{
border-color: #8DDC55;
}
.TagClassName
{
border-color: #8DDC55;
}
</style>