Shades of De York #87D585
Tints of De York #87D585
RGB
CMYK
RGB Variations
Color information
#87D585 (or 0x87D585) is known color: De York. HEX triplet: 87, D5 and 85. RGB value is (135,213,133). Sum of RGB (Red+Green+Blue) = 135+213+133=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #87D585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D585 is #782A7A. Grayscale: #B4B4B4. Windows color (decimal): -7875195 or 8770951. OLE color: 8770951.
HSL color Cylindrical-coordinate representation of color #87D585: hue angle of 118.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87D585 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 213 | 133 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.16 |
| HSL | 118.5º | 0.49% | 0.68% | - |
| HSV(B) | 118.5º | 0.38% | 0.84% | - |
| XYZ | 38.02 | 54.43 | 30.69 | - |
| YUV | 180.56 | 101.16 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 213 | 133 | 0.37 | 0 | 0.38 | 0.16 | 118.5 | 0.49 | 0.68 |
| Hex | 87 | D5 | 85 | 25 | 0 | 26 | 10 | 76 | 31 | 44 |
| Octal | 207 | 325 | 205 | 45 | 0 | 46 | 20 | 166 | 61 | 104 |
| Binary | 10000111 | 11010101 | 10000101 | 100101 | 0 | 100110 | 10000 | 1110110 | 110001 | 1000100 |
Color Harmonies of #87D585
Complementary color
Monochromatic Colors of #87D585
Black with #87D585
Text Example
Text Example
White with #87D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D585; }
p { color: rgb(135,213,133); }
H1.HeaderClassName
{
color: #87D585;
}
.AnyTagClassName
{
color: #87D585;
}
</style>
background-color css
<style>
a { background-color: #87D585; }
a { background-color: rgb(135,213,133); }
div.DivClassName
{
background-color: #87D585;
}
.BgClassName
{
background-color: #87D585;
}
</style>
border-color css
<style>
span { border-color: #87D585; }
span { border-color: rgb(135,213,133); }
td.TdClassName
{
border-color: #87D585;
}
.TagClassName
{
border-color: #87D585;
}
</style>