Shades of Mantis #8DDC64
Tints of Mantis #8DDC64
RGB
CMYK
RGB Variations
Color information
#8DDC64 (or 0x8DDC64) is known color: Mantis. HEX triplet: 8D, DC and 64. RGB value is (141,220,100). Sum of RGB (Red+Green+Blue) = 141+220+100=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC64 is #72239B. Grayscale: #B7B7B7. Windows color (decimal): -7480220 or 6610061. OLE color: 6610061.
HSL color Cylindrical-coordinate representation of color #8DDC64: hue angle of 99.5º 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 #8DDC64 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 100 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.14 |
| HSL | 99.5º | 0.63% | 0.63% | - |
| HSV(B) | 99.5º | 0.55% | 0.86% | - |
| XYZ | 38.88 | 57.77 | 21.16 | - |
| YUV | 182.7 | 81.33 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 100 | 0.36 | 0 | 0.55 | 0.14 | 99.5 | 0.63 | 0.63 |
| Hex | 8D | DC | 64 | 24 | 0 | 37 | E | 64 | 3F | 3F |
| Octal | 215 | 334 | 144 | 44 | 0 | 67 | 16 | 144 | 77 | 77 |
| Binary | 10001101 | 11011100 | 1100100 | 100100 | 0 | 110111 | 1110 | 1100100 | 111111 | 111111 |
Color Harmonies of #8DDC64
Complementary color
Monochromatic Colors of #8DDC64
Black with #8DDC64
Text Example
Text Example
White with #8DDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC64; }
p { color: rgb(141,220,100); }
H1.HeaderClassName
{
color: #8DDC64;
}
.AnyTagClassName
{
color: #8DDC64;
}
</style>
background-color css
<style>
a { background-color: #8DDC64; }
a { background-color: rgb(141,220,100); }
div.DivClassName
{
background-color: #8DDC64;
}
.BgClassName
{
background-color: #8DDC64;
}
</style>
border-color css
<style>
span { border-color: #8DDC64; }
span { border-color: rgb(141,220,100); }
td.TdClassName
{
border-color: #8DDC64;
}
.TagClassName
{
border-color: #8DDC64;
}
</style>