Shades of Mantis #8CDD5D
Tints of Mantis #8CDD5D
RGB
CMYK
RGB Variations
Color information
#8CDD5D (or 0x8CDD5D) is known color: Mantis. HEX triplet: 8C, DD and 5D. RGB value is (140,221,93). Sum of RGB (Red+Green+Blue) = 140+221+93=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD5D is #7322A2. Grayscale: #B6B6B6. Windows color (decimal): -7545507 or 6151564. OLE color: 6151564.
HSL color Cylindrical-coordinate representation of color #8CDD5D: hue angle of 97.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CDD5D is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 93 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.13 |
| HSL | 97.97º | 0.65% | 0.62% | - |
| HSV(B) | 97.97º | 0.58% | 0.87% | - |
| XYZ | 38.65 | 58.08 | 19.53 | - |
| YUV | 182.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 93 | 0.37 | 0 | 0.58 | 0.13 | 97.97 | 0.65 | 0.62 |
| Hex | 8C | DD | 5D | 25 | 0 | 3A | D | 62 | 41 | 3E |
| Octal | 214 | 335 | 135 | 45 | 0 | 72 | 15 | 142 | 101 | 76 |
| Binary | 10001100 | 11011101 | 1011101 | 100101 | 0 | 111010 | 1101 | 1100010 | 1000001 | 111110 |
Color Harmonies of #8CDD5D
Complementary color
Monochromatic Colors of #8CDD5D
Black with #8CDD5D
Text Example
Text Example
White with #8CDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD5D; }
p { color: rgb(140,221,93); }
H1.HeaderClassName
{
color: #8CDD5D;
}
.AnyTagClassName
{
color: #8CDD5D;
}
</style>
background-color css
<style>
a { background-color: #8CDD5D; }
a { background-color: rgb(140,221,93); }
div.DivClassName
{
background-color: #8CDD5D;
}
.BgClassName
{
background-color: #8CDD5D;
}
</style>
border-color css
<style>
span { border-color: #8CDD5D; }
span { border-color: rgb(140,221,93); }
td.TdClassName
{
border-color: #8CDD5D;
}
.TagClassName
{
border-color: #8CDD5D;
}
</style>