Shades of De York #87DC8D
Tints of De York #87DC8D
RGB
CMYK
RGB Variations
Color information
#87DC8D (or 0x87DC8D) is known color: De York. HEX triplet: 87, DC and 8D. RGB value is (135,220,141). Sum of RGB (Red+Green+Blue) = 135+220+141=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #87DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DC8D is #782372. Grayscale: #B9B9B9. Windows color (decimal): -7873395 or 9297031. OLE color: 9297031.
HSL color Cylindrical-coordinate representation of color #87DC8D: hue angle of 124.24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DC8D is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 141 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.14 |
| HSL | 124.24º | 0.55% | 0.7% | - |
| HSV(B) | 124.24º | 0.39% | 0.86% | - |
| XYZ | 40.39 | 58.26 | 34.32 | - |
| YUV | 185.58 | 102.84 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 141 | 0.39 | 0 | 0.36 | 0.14 | 124.24 | 0.55 | 0.7 |
| Hex | 87 | DC | 8D | 27 | 0 | 24 | E | 7C | 37 | 46 |
| Octal | 207 | 334 | 215 | 47 | 0 | 44 | 16 | 174 | 67 | 106 |
| Binary | 10000111 | 11011100 | 10001101 | 100111 | 0 | 100100 | 1110 | 1111100 | 110111 | 1000110 |
Color Harmonies of #87DC8D
Complementary color
Monochromatic Colors of #87DC8D
Black with #87DC8D
Text Example
Text Example
White with #87DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DC8D; }
p { color: rgb(135,220,141); }
H1.HeaderClassName
{
color: #87DC8D;
}
.AnyTagClassName
{
color: #87DC8D;
}
</style>
background-color css
<style>
a { background-color: #87DC8D; }
a { background-color: rgb(135,220,141); }
div.DivClassName
{
background-color: #87DC8D;
}
.BgClassName
{
background-color: #87DC8D;
}
</style>
border-color css
<style>
span { border-color: #87DC8D; }
span { border-color: rgb(135,220,141); }
td.TdClassName
{
border-color: #87DC8D;
}
.TagClassName
{
border-color: #87DC8D;
}
</style>