Shades of De York #87C388
Tints of De York #87C388
RGB
CMYK
RGB Variations
Color information
#87C388 (or 0x87C388) is known color: De York. HEX triplet: 87, C3 and 88. RGB value is (135,195,136). Sum of RGB (Red+Green+Blue) = 135+195+136=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #87C388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C388 is #783C77. Grayscale: #AAAAAA. Windows color (decimal): -7879800 or 8962951. OLE color: 8962951.
HSL color Cylindrical-coordinate representation of color #87C388: hue angle of 121º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87C388 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 195 | 136 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.24 |
| HSL | 121º | 0.33% | 0.65% | - |
| HSV(B) | 121º | 0.31% | 0.76% | - |
| XYZ | 33.95 | 45.96 | 30.37 | - |
| YUV | 170.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 195 | 136 | 0.31 | 0 | 0.30 | 0.24 | 121 | 0.33 | 0.65 |
| Hex | 87 | C3 | 88 | 1F | 0 | 1E | 18 | 79 | 21 | 41 |
| Octal | 207 | 303 | 210 | 37 | 0 | 36 | 30 | 171 | 41 | 101 |
| Binary | 10000111 | 11000011 | 10001000 | 11111 | 0 | 11110 | 11000 | 1111001 | 100001 | 1000001 |
Color Harmonies of #87C388
Complementary color
Monochromatic Colors of #87C388
Black with #87C388
Text Example
Text Example
White with #87C388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C388; }
p { color: rgb(135,195,136); }
H1.HeaderClassName
{
color: #87C388;
}
.AnyTagClassName
{
color: #87C388;
}
</style>
background-color css
<style>
a { background-color: #87C388; }
a { background-color: rgb(135,195,136); }
div.DivClassName
{
background-color: #87C388;
}
.BgClassName
{
background-color: #87C388;
}
</style>
border-color css
<style>
span { border-color: #87C388; }
span { border-color: rgb(135,195,136); }
td.TdClassName
{
border-color: #87C388;
}
.TagClassName
{
border-color: #87C388;
}
</style>