Shades of Mantis #8DDC57
Tints of Mantis #8DDC57
RGB
CMYK
RGB Variations
Color information
#8DDC57 (or 0x8DDC57) is known color: Mantis. HEX triplet: 8D, DC and 57. RGB value is (141,220,87). Sum of RGB (Red+Green+Blue) = 141+220+87=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC57 is #7223A8. Grayscale: #B5B5B5. Windows color (decimal): -7480233 or 5758093. OLE color: 5758093.
HSL color Cylindrical-coordinate representation of color #8DDC57: hue angle of 95.64º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DDC57 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 87 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.14 |
| HSL | 95.64º | 0.66% | 0.6% | - |
| HSV(B) | 95.64º | 0.6% | 0.86% | - |
| XYZ | 38.3 | 57.54 | 18.1 | - |
| YUV | 181.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 87 | 0.36 | 0 | 0.60 | 0.14 | 95.64 | 0.66 | 0.6 |
| Hex | 8D | DC | 57 | 24 | 0 | 3C | E | 60 | 42 | 3C |
| Octal | 215 | 334 | 127 | 44 | 0 | 74 | 16 | 140 | 102 | 74 |
| Binary | 10001101 | 11011100 | 1010111 | 100100 | 0 | 111100 | 1110 | 1100000 | 1000010 | 111100 |
Color Harmonies of #8DDC57
Complementary color
Monochromatic Colors of #8DDC57
Black with #8DDC57
Text Example
Text Example
White with #8DDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC57; }
p { color: rgb(141,220,87); }
H1.HeaderClassName
{
color: #8DDC57;
}
.AnyTagClassName
{
color: #8DDC57;
}
</style>
background-color css
<style>
a { background-color: #8DDC57; }
a { background-color: rgb(141,220,87); }
div.DivClassName
{
background-color: #8DDC57;
}
.BgClassName
{
background-color: #8DDC57;
}
</style>
border-color css
<style>
span { border-color: #8DDC57; }
span { border-color: rgb(141,220,87); }
td.TdClassName
{
border-color: #8DDC57;
}
.TagClassName
{
border-color: #8DDC57;
}
</style>