Shades of Mantis #8DDF63
Tints of Mantis #8DDF63
RGB
CMYK
RGB Variations
Color information
#8DDF63 (or 0x8DDF63) is known color: Mantis. HEX triplet: 8D, DF and 63. RGB value is (141,223,99). Sum of RGB (Red+Green+Blue) = 141+223+99=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF63 is #72209C. Grayscale: #B8B8B8. Windows color (decimal): -7479453 or 6545293. OLE color: 6545293.
HSL color Cylindrical-coordinate representation of color #8DDF63: hue angle of 99.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DDF63 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 99 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.13 |
| HSL | 99.68º | 0.66% | 0.63% | - |
| HSV(B) | 99.68º | 0.56% | 0.87% | - |
| XYZ | 39.62 | 59.34 | 21.17 | - |
| YUV | 184.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 99 | 0.37 | 0 | 0.56 | 0.13 | 99.68 | 0.66 | 0.63 |
| Hex | 8D | DF | 63 | 25 | 0 | 38 | D | 64 | 42 | 3F |
| Octal | 215 | 337 | 143 | 45 | 0 | 70 | 15 | 144 | 102 | 77 |
| Binary | 10001101 | 11011111 | 1100011 | 100101 | 0 | 111000 | 1101 | 1100100 | 1000010 | 111111 |
Color Harmonies of #8DDF63
Complementary color
Monochromatic Colors of #8DDF63
Black with #8DDF63
Text Example
Text Example
White with #8DDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF63; }
p { color: rgb(141,223,99); }
H1.HeaderClassName
{
color: #8DDF63;
}
.AnyTagClassName
{
color: #8DDF63;
}
</style>
background-color css
<style>
a { background-color: #8DDF63; }
a { background-color: rgb(141,223,99); }
div.DivClassName
{
background-color: #8DDF63;
}
.BgClassName
{
background-color: #8DDF63;
}
</style>
border-color css
<style>
span { border-color: #8DDF63; }
span { border-color: rgb(141,223,99); }
td.TdClassName
{
border-color: #8DDF63;
}
.TagClassName
{
border-color: #8DDF63;
}
</style>