Shades of Mantis #8DDF62
Tints of Mantis #8DDF62
RGB
CMYK
RGB Variations
Color information
#8DDF62 (or 0x8DDF62) is known color: Mantis. HEX triplet: 8D, DF and 62. RGB value is (141,223,98). Sum of RGB (Red+Green+Blue) = 141+223+98=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF62 is #72209D. Grayscale: #B8B8B8. Windows color (decimal): -7479454 or 6479757. OLE color: 6479757.
HSL color Cylindrical-coordinate representation of color #8DDF62: hue angle of 99.36º 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 #8DDF62 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 98 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.13 |
| HSL | 99.36º | 0.66% | 0.63% | - |
| HSV(B) | 99.36º | 0.56% | 0.87% | - |
| XYZ | 39.58 | 59.32 | 20.92 | - |
| YUV | 184.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 98 | 0.37 | 0 | 0.56 | 0.13 | 99.36 | 0.66 | 0.63 |
| Hex | 8D | DF | 62 | 25 | 0 | 38 | D | 63 | 42 | 3F |
| Octal | 215 | 337 | 142 | 45 | 0 | 70 | 15 | 143 | 102 | 77 |
| Binary | 10001101 | 11011111 | 1100010 | 100101 | 0 | 111000 | 1101 | 1100011 | 1000010 | 111111 |
Color Harmonies of #8DDF62
Complementary color
Monochromatic Colors of #8DDF62
Black with #8DDF62
Text Example
Text Example
White with #8DDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF62; }
p { color: rgb(141,223,98); }
H1.HeaderClassName
{
color: #8DDF62;
}
.AnyTagClassName
{
color: #8DDF62;
}
</style>
background-color css
<style>
a { background-color: #8DDF62; }
a { background-color: rgb(141,223,98); }
div.DivClassName
{
background-color: #8DDF62;
}
.BgClassName
{
background-color: #8DDF62;
}
</style>
border-color css
<style>
span { border-color: #8DDF62; }
span { border-color: rgb(141,223,98); }
td.TdClassName
{
border-color: #8DDF62;
}
.TagClassName
{
border-color: #8DDF62;
}
</style>