Shades of De York #87C185
Tints of De York #87C185
RGB
CMYK
RGB Variations
Color information
#87C185 (or 0x87C185) is known color: De York. HEX triplet: 87, C1 and 85. RGB value is (135,193,133). Sum of RGB (Red+Green+Blue) = 135+193+133=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #87C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C185 is #783E7A. Grayscale: #A9A9A9. Windows color (decimal): -7880315 or 8765831. OLE color: 8765831.
HSL color Cylindrical-coordinate representation of color #87C185: hue angle of 118º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87C185 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 193 | 133 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.24 |
| HSL | 118º | 0.33% | 0.64% | - |
| HSV(B) | 118º | 0.31% | 0.76% | - |
| XYZ | 33.3 | 44.98 | 29.12 | - |
| YUV | 168.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 193 | 133 | 0.30 | 0 | 0.31 | 0.24 | 118 | 0.33 | 0.64 |
| Hex | 87 | C1 | 85 | 1E | 0 | 1F | 18 | 76 | 21 | 40 |
| Octal | 207 | 301 | 205 | 36 | 0 | 37 | 30 | 166 | 41 | 100 |
| Binary | 10000111 | 11000001 | 10000101 | 11110 | 0 | 11111 | 11000 | 1110110 | 100001 | 1000000 |
Color Harmonies of #87C185
Complementary color
Monochromatic Colors of #87C185
Black with #87C185
Text Example
Text Example
White with #87C185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C185; }
p { color: rgb(135,193,133); }
H1.HeaderClassName
{
color: #87C185;
}
.AnyTagClassName
{
color: #87C185;
}
</style>
background-color css
<style>
a { background-color: #87C185; }
a { background-color: rgb(135,193,133); }
div.DivClassName
{
background-color: #87C185;
}
.BgClassName
{
background-color: #87C185;
}
</style>
border-color css
<style>
span { border-color: #87C185; }
span { border-color: rgb(135,193,133); }
td.TdClassName
{
border-color: #87C185;
}
.TagClassName
{
border-color: #87C185;
}
</style>