Shades of De York #87CA8C
Tints of De York #87CA8C
RGB
CMYK
RGB Variations
Color information
#87CA8C (or 0x87CA8C) is known color: De York. HEX triplet: 87, CA and 8C. RGB value is (135,202,140). Sum of RGB (Red+Green+Blue) = 135+202+140=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CA8C is #783573. Grayscale: #AFAFAF. Windows color (decimal): -7878004 or 9226887. OLE color: 9226887.
HSL color Cylindrical-coordinate representation of color #87CA8C: hue angle of 124.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CA8C is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 140 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.21 |
| HSL | 124.48º | 0.39% | 0.66% | - |
| HSV(B) | 124.48º | 0.33% | 0.79% | - |
| XYZ | 35.85 | 49.29 | 32.43 | - |
| YUV | 174.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 140 | 0.33 | 0 | 0.31 | 0.21 | 124.48 | 0.39 | 0.66 |
| Hex | 87 | CA | 8C | 21 | 0 | 1F | 15 | 7C | 27 | 42 |
| Octal | 207 | 312 | 214 | 41 | 0 | 37 | 25 | 174 | 47 | 102 |
| Binary | 10000111 | 11001010 | 10001100 | 100001 | 0 | 11111 | 10101 | 1111100 | 100111 | 1000010 |
Color Harmonies of #87CA8C
Complementary color
Monochromatic Colors of #87CA8C
Black with #87CA8C
Text Example
Text Example
White with #87CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CA8C; }
p { color: rgb(135,202,140); }
H1.HeaderClassName
{
color: #87CA8C;
}
.AnyTagClassName
{
color: #87CA8C;
}
</style>
background-color css
<style>
a { background-color: #87CA8C; }
a { background-color: rgb(135,202,140); }
div.DivClassName
{
background-color: #87CA8C;
}
.BgClassName
{
background-color: #87CA8C;
}
</style>
border-color css
<style>
span { border-color: #87CA8C; }
span { border-color: rgb(135,202,140); }
td.TdClassName
{
border-color: #87CA8C;
}
.TagClassName
{
border-color: #87CA8C;
}
</style>