Shades of Mantis #8CDD62
Tints of Mantis #8CDD62
RGB
CMYK
RGB Variations
Color information
#8CDD62 (or 0x8CDD62) is known color: Mantis. HEX triplet: 8C, DD and 62. RGB value is (140,221,98). Sum of RGB (Red+Green+Blue) = 140+221+98=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD62 is #73229D. Grayscale: #B7B7B7. Windows color (decimal): -7545502 or 6479244. OLE color: 6479244.
HSL color Cylindrical-coordinate representation of color #8CDD62: hue angle of 99.51º degrees, saturation: 0.64, 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 #8CDD62 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 98 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.13 |
| HSL | 99.51º | 0.64% | 0.63% | - |
| HSV(B) | 99.51º | 0.56% | 0.87% | - |
| XYZ | 38.88 | 58.17 | 20.73 | - |
| YUV | 182.76 | 80.16 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 98 | 0.37 | 0 | 0.56 | 0.13 | 99.51 | 0.64 | 0.63 |
| Hex | 8C | DD | 62 | 25 | 0 | 38 | D | 64 | 40 | 3F |
| Octal | 214 | 335 | 142 | 45 | 0 | 70 | 15 | 144 | 100 | 77 |
| Binary | 10001100 | 11011101 | 1100010 | 100101 | 0 | 111000 | 1101 | 1100100 | 1000000 | 111111 |
Color Harmonies of #8CDD62
Complementary color
Monochromatic Colors of #8CDD62
Black with #8CDD62
Text Example
Text Example
White with #8CDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD62; }
p { color: rgb(140,221,98); }
H1.HeaderClassName
{
color: #8CDD62;
}
.AnyTagClassName
{
color: #8CDD62;
}
</style>
background-color css
<style>
a { background-color: #8CDD62; }
a { background-color: rgb(140,221,98); }
div.DivClassName
{
background-color: #8CDD62;
}
.BgClassName
{
background-color: #8CDD62;
}
</style>
border-color css
<style>
span { border-color: #8CDD62; }
span { border-color: rgb(140,221,98); }
td.TdClassName
{
border-color: #8CDD62;
}
.TagClassName
{
border-color: #8CDD62;
}
</style>