Shades of De York #87DB8A
Tints of De York #87DB8A
RGB
CMYK
RGB Variations
Color information
#87DB8A (or 0x87DB8A) is known color: De York. HEX triplet: 87, DB and 8A. RGB value is (135,219,138). Sum of RGB (Red+Green+Blue) = 135+219+138=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #87DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DB8A is #782475. Grayscale: #B8B8B8. Windows color (decimal): -7873654 or 9100167. OLE color: 9100167.
HSL color Cylindrical-coordinate representation of color #87DB8A: hue angle of 122.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DB8A is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 219 | 138 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.14 |
| HSL | 122.14º | 0.54% | 0.69% | - |
| HSV(B) | 122.14º | 0.38% | 0.86% | - |
| XYZ | 39.91 | 57.65 | 33.07 | - |
| YUV | 184.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 138 | 0.38 | 0 | 0.37 | 0.14 | 122.14 | 0.54 | 0.69 |
| Hex | 87 | DB | 8A | 26 | 0 | 25 | E | 7A | 36 | 45 |
| Octal | 207 | 333 | 212 | 46 | 0 | 45 | 16 | 172 | 66 | 105 |
| Binary | 10000111 | 11011011 | 10001010 | 100110 | 0 | 100101 | 1110 | 1111010 | 110110 | 1000101 |
Color Harmonies of #87DB8A
Complementary color
Monochromatic Colors of #87DB8A
Black with #87DB8A
Text Example
Text Example
White with #87DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DB8A; }
p { color: rgb(135,219,138); }
H1.HeaderClassName
{
color: #87DB8A;
}
.AnyTagClassName
{
color: #87DB8A;
}
</style>
background-color css
<style>
a { background-color: #87DB8A; }
a { background-color: rgb(135,219,138); }
div.DivClassName
{
background-color: #87DB8A;
}
.BgClassName
{
background-color: #87DB8A;
}
</style>
border-color css
<style>
span { border-color: #87DB8A; }
span { border-color: rgb(135,219,138); }
td.TdClassName
{
border-color: #87DB8A;
}
.TagClassName
{
border-color: #87DB8A;
}
</style>