Shades of Mantis #87DC5D
Tints of Mantis #87DC5D
RGB
CMYK
RGB Variations
Color information
#87DC5D (or 0x87DC5D) is known color: Mantis. HEX triplet: 87, DC and 5D. RGB value is (135,220,93). Sum of RGB (Red+Green+Blue) = 135+220+93=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #87DC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87DC5D is #7823A2. Grayscale: #B4B4B4. Windows color (decimal): -7873443 or 6151303. OLE color: 6151303.
HSL color Cylindrical-coordinate representation of color #87DC5D: hue angle of 100.16º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #87DC5D is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 93 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.14 |
| HSL | 100.16º | 0.64% | 0.61% | - |
| HSV(B) | 100.16º | 0.58% | 0.86% | - |
| XYZ | 37.56 | 57.13 | 19.4 | - |
| YUV | 180.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 93 | 0.39 | 0 | 0.58 | 0.14 | 100.16 | 0.64 | 0.61 |
| Hex | 87 | DC | 5D | 27 | 0 | 3A | E | 64 | 40 | 3D |
| Octal | 207 | 334 | 135 | 47 | 0 | 72 | 16 | 144 | 100 | 75 |
| Binary | 10000111 | 11011100 | 1011101 | 100111 | 0 | 111010 | 1110 | 1100100 | 1000000 | 111101 |
Color Harmonies of #87DC5D
Complementary color
Monochromatic Colors of #87DC5D
Black with #87DC5D
Text Example
Text Example
White with #87DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DC5D; }
p { color: rgb(135,220,93); }
H1.HeaderClassName
{
color: #87DC5D;
}
.AnyTagClassName
{
color: #87DC5D;
}
</style>
background-color css
<style>
a { background-color: #87DC5D; }
a { background-color: rgb(135,220,93); }
div.DivClassName
{
background-color: #87DC5D;
}
.BgClassName
{
background-color: #87DC5D;
}
</style>
border-color css
<style>
span { border-color: #87DC5D; }
span { border-color: rgb(135,220,93); }
td.TdClassName
{
border-color: #87DC5D;
}
.TagClassName
{
border-color: #87DC5D;
}
</style>