Shades of De York #87C888
Tints of De York #87C888
RGB
CMYK
RGB Variations
Color information
#87C888 (or 0x87C888) is known color: De York. HEX triplet: 87, C8 and 88. RGB value is (135,200,136). Sum of RGB (Red+Green+Blue) = 135+200+136=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #87C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C888 is #783777. Grayscale: #ADADAD. Windows color (decimal): -7878520 or 8964231. OLE color: 8964231.
HSL color Cylindrical-coordinate representation of color #87C888: hue angle of 120.92º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87C888 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 200 | 136 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.22 |
| HSL | 120.92º | 0.37% | 0.66% | - |
| HSV(B) | 120.92º | 0.33% | 0.78% | - |
| XYZ | 35.09 | 48.24 | 30.75 | - |
| YUV | 173.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 136 | 0.32 | 0 | 0.32 | 0.22 | 120.92 | 0.37 | 0.66 |
| Hex | 87 | C8 | 88 | 20 | 0 | 20 | 16 | 79 | 25 | 42 |
| Octal | 207 | 310 | 210 | 40 | 0 | 40 | 26 | 171 | 45 | 102 |
| Binary | 10000111 | 11001000 | 10001000 | 100000 | 0 | 100000 | 10110 | 1111001 | 100101 | 1000010 |
Color Harmonies of #87C888
Complementary color
Monochromatic Colors of #87C888
Black with #87C888
Text Example
Text Example
White with #87C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C888; }
p { color: rgb(135,200,136); }
H1.HeaderClassName
{
color: #87C888;
}
.AnyTagClassName
{
color: #87C888;
}
</style>
background-color css
<style>
a { background-color: #87C888; }
a { background-color: rgb(135,200,136); }
div.DivClassName
{
background-color: #87C888;
}
.BgClassName
{
background-color: #87C888;
}
</style>
border-color css
<style>
span { border-color: #87C888; }
span { border-color: rgb(135,200,136); }
td.TdClassName
{
border-color: #87C888;
}
.TagClassName
{
border-color: #87C888;
}
</style>