Shades of De York #87C585
Tints of De York #87C585
RGB
CMYK
RGB Variations
Color information
#87C585 (or 0x87C585) is known color: De York. HEX triplet: 87, C5 and 85. RGB value is (135,197,133). Sum of RGB (Red+Green+Blue) = 135+197+133=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #87C585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C585 is #783A7A. Grayscale: #ABABAB. Windows color (decimal): -7879291 or 8766855. OLE color: 8766855.
HSL color Cylindrical-coordinate representation of color #87C585: hue angle of 118.12º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87C585 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 197 | 133 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.23 |
| HSL | 118.13º | 0.36% | 0.65% | - |
| HSV(B) | 118.13º | 0.32% | 0.77% | - |
| XYZ | 34.19 | 46.78 | 29.42 | - |
| YUV | 171.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 197 | 133 | 0.31 | 0 | 0.32 | 0.23 | 118.13 | 0.36 | 0.65 |
| Hex | 87 | C5 | 85 | 1F | 0 | 20 | 17 | 76 | 24 | 41 |
| Octal | 207 | 305 | 205 | 37 | 0 | 40 | 27 | 166 | 44 | 101 |
| Binary | 10000111 | 11000101 | 10000101 | 11111 | 0 | 100000 | 10111 | 1110110 | 100100 | 1000001 |
Color Harmonies of #87C585
Complementary color
Monochromatic Colors of #87C585
Black with #87C585
Text Example
Text Example
White with #87C585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C585; }
p { color: rgb(135,197,133); }
H1.HeaderClassName
{
color: #87C585;
}
.AnyTagClassName
{
color: #87C585;
}
</style>
background-color css
<style>
a { background-color: #87C585; }
a { background-color: rgb(135,197,133); }
div.DivClassName
{
background-color: #87C585;
}
.BgClassName
{
background-color: #87C585;
}
</style>
border-color css
<style>
span { border-color: #87C585; }
span { border-color: rgb(135,197,133); }
td.TdClassName
{
border-color: #87C585;
}
.TagClassName
{
border-color: #87C585;
}
</style>