Shades of Mantis #8DDC63
Tints of Mantis #8DDC63
RGB
CMYK
RGB Variations
Color information
#8DDC63 (or 0x8DDC63) is known color: Mantis. HEX triplet: 8D, DC and 63. RGB value is (141,220,99). Sum of RGB (Red+Green+Blue) = 141+220+99=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC63 is #72239C. Grayscale: #B6B6B6. Windows color (decimal): -7480221 or 6544525. OLE color: 6544525.
HSL color Cylindrical-coordinate representation of color #8DDC63: hue angle of 99.17º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DDC63 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 99 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.14 |
| HSL | 99.17º | 0.63% | 0.63% | - |
| HSV(B) | 99.17º | 0.55% | 0.86% | - |
| XYZ | 38.83 | 57.75 | 20.9 | - |
| YUV | 182.59 | 80.83 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 99 | 0.36 | 0 | 0.55 | 0.14 | 99.17 | 0.63 | 0.63 |
| Hex | 8D | DC | 63 | 24 | 0 | 37 | E | 63 | 3F | 3F |
| Octal | 215 | 334 | 143 | 44 | 0 | 67 | 16 | 143 | 77 | 77 |
| Binary | 10001101 | 11011100 | 1100011 | 100100 | 0 | 110111 | 1110 | 1100011 | 111111 | 111111 |
Color Harmonies of #8DDC63
Complementary color
Monochromatic Colors of #8DDC63
Black with #8DDC63
Text Example
Text Example
White with #8DDC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC63; }
p { color: rgb(141,220,99); }
H1.HeaderClassName
{
color: #8DDC63;
}
.AnyTagClassName
{
color: #8DDC63;
}
</style>
background-color css
<style>
a { background-color: #8DDC63; }
a { background-color: rgb(141,220,99); }
div.DivClassName
{
background-color: #8DDC63;
}
.BgClassName
{
background-color: #8DDC63;
}
</style>
border-color css
<style>
span { border-color: #8DDC63; }
span { border-color: rgb(141,220,99); }
td.TdClassName
{
border-color: #8DDC63;
}
.TagClassName
{
border-color: #8DDC63;
}
</style>