Shades of De York #87D18C
Tints of De York #87D18C
RGB
CMYK
RGB Variations
Color information
#87D18C (or 0x87D18C) is known color: De York. HEX triplet: 87, D1 and 8C. RGB value is (135,209,140). Sum of RGB (Red+Green+Blue) = 135+209+140=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #87D18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D18C is #782E73. Grayscale: #B3B3B3. Windows color (decimal): -7876212 or 9228679. OLE color: 9228679.
HSL color Cylindrical-coordinate representation of color #87D18C: hue angle of 124.05º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D18C is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 209 | 140 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.18 |
| HSL | 124.05º | 0.45% | 0.67% | - |
| HSV(B) | 124.05º | 0.35% | 0.82% | - |
| XYZ | 37.53 | 52.65 | 32.99 | - |
| YUV | 179.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 209 | 140 | 0.35 | 0 | 0.33 | 0.18 | 124.05 | 0.45 | 0.67 |
| Hex | 87 | D1 | 8C | 23 | 0 | 21 | 12 | 7C | 2D | 43 |
| Octal | 207 | 321 | 214 | 43 | 0 | 41 | 22 | 174 | 55 | 103 |
| Binary | 10000111 | 11010001 | 10001100 | 100011 | 0 | 100001 | 10010 | 1111100 | 101101 | 1000011 |
Color Harmonies of #87D18C
Complementary color
Monochromatic Colors of #87D18C
Black with #87D18C
Text Example
Text Example
White with #87D18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D18C; }
p { color: rgb(135,209,140); }
H1.HeaderClassName
{
color: #87D18C;
}
.AnyTagClassName
{
color: #87D18C;
}
</style>
background-color css
<style>
a { background-color: #87D18C; }
a { background-color: rgb(135,209,140); }
div.DivClassName
{
background-color: #87D18C;
}
.BgClassName
{
background-color: #87D18C;
}
</style>
border-color css
<style>
span { border-color: #87D18C; }
span { border-color: rgb(135,209,140); }
td.TdClassName
{
border-color: #87D18C;
}
.TagClassName
{
border-color: #87D18C;
}
</style>