Shades of De York #87C485
Tints of De York #87C485
RGB
CMYK
RGB Variations
Color information
#87C485 (or 0x87C485) is known color: De York. HEX triplet: 87, C4 and 85. RGB value is (135,196,133). Sum of RGB (Red+Green+Blue) = 135+196+133=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #87C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C485 is #783B7A. Grayscale: #AAAAAA. Windows color (decimal): -7879547 or 8766599. OLE color: 8766599.
HSL color Cylindrical-coordinate representation of color #87C485: hue angle of 118.1º degrees, saturation: 0.35, 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 #87C485 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 196 | 133 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.23 |
| HSL | 118.1º | 0.35% | 0.65% | - |
| HSV(B) | 118.1º | 0.32% | 0.77% | - |
| XYZ | 33.97 | 46.32 | 29.34 | - |
| YUV | 170.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 196 | 133 | 0.31 | 0 | 0.32 | 0.23 | 118.1 | 0.35 | 0.65 |
| Hex | 87 | C4 | 85 | 1F | 0 | 20 | 17 | 76 | 23 | 41 |
| Octal | 207 | 304 | 205 | 37 | 0 | 40 | 27 | 166 | 43 | 101 |
| Binary | 10000111 | 11000100 | 10000101 | 11111 | 0 | 100000 | 10111 | 1110110 | 100011 | 1000001 |
Color Harmonies of #87C485
Complementary color
Monochromatic Colors of #87C485
Black with #87C485
Text Example
Text Example
White with #87C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C485; }
p { color: rgb(135,196,133); }
H1.HeaderClassName
{
color: #87C485;
}
.AnyTagClassName
{
color: #87C485;
}
</style>
background-color css
<style>
a { background-color: #87C485; }
a { background-color: rgb(135,196,133); }
div.DivClassName
{
background-color: #87C485;
}
.BgClassName
{
background-color: #87C485;
}
</style>
border-color css
<style>
span { border-color: #87C485; }
span { border-color: rgb(135,196,133); }
td.TdClassName
{
border-color: #87C485;
}
.TagClassName
{
border-color: #87C485;
}
</style>