Shades of Mantis #8CDD5E
Tints of Mantis #8CDD5E
RGB
CMYK
RGB Variations
Color information
#8CDD5E (or 0x8CDD5E) is known color: Mantis. HEX triplet: 8C, DD and 5E. RGB value is (140,221,94). Sum of RGB (Red+Green+Blue) = 140+221+94=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD5E is #7322A1. Grayscale: #B6B6B6. Windows color (decimal): -7545506 or 6217100. OLE color: 6217100.
HSL color Cylindrical-coordinate representation of color #8CDD5E: hue angle of 98.27º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CDD5E is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 94 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.13 |
| HSL | 98.27º | 0.65% | 0.62% | - |
| HSV(B) | 98.27º | 0.57% | 0.87% | - |
| XYZ | 38.69 | 58.1 | 19.76 | - |
| YUV | 182.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 94 | 0.37 | 0 | 0.57 | 0.13 | 98.27 | 0.65 | 0.62 |
| Hex | 8C | DD | 5E | 25 | 0 | 39 | D | 62 | 41 | 3E |
| Octal | 214 | 335 | 136 | 45 | 0 | 71 | 15 | 142 | 101 | 76 |
| Binary | 10001100 | 11011101 | 1011110 | 100101 | 0 | 111001 | 1101 | 1100010 | 1000001 | 111110 |
Color Harmonies of #8CDD5E
Complementary color
Monochromatic Colors of #8CDD5E
Black with #8CDD5E
Text Example
Text Example
White with #8CDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD5E; }
p { color: rgb(140,221,94); }
H1.HeaderClassName
{
color: #8CDD5E;
}
.AnyTagClassName
{
color: #8CDD5E;
}
</style>
background-color css
<style>
a { background-color: #8CDD5E; }
a { background-color: rgb(140,221,94); }
div.DivClassName
{
background-color: #8CDD5E;
}
.BgClassName
{
background-color: #8CDD5E;
}
</style>
border-color css
<style>
span { border-color: #8CDD5E; }
span { border-color: rgb(140,221,94); }
td.TdClassName
{
border-color: #8CDD5E;
}
.TagClassName
{
border-color: #8CDD5E;
}
</style>