Shades of De York #87DB93
Tints of De York #87DB93
RGB
CMYK
RGB Variations
Color information
#87DB93 (or 0x87DB93) is known color: De York. HEX triplet: 87, DB and 93. RGB value is (135,219,147). Sum of RGB (Red+Green+Blue) = 135+219+147=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #87DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DB93 is #78246C. Grayscale: #B9B9B9. Windows color (decimal): -7873645 or 9689991. OLE color: 9689991.
HSL color Cylindrical-coordinate representation of color #87DB93: hue angle of 128.57º 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 #87DB93 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 219 | 147 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.14 |
| HSL | 128.57º | 0.54% | 0.69% | - |
| HSV(B) | 128.57º | 0.38% | 0.86% | - |
| XYZ | 40.59 | 57.92 | 36.64 | - |
| YUV | 185.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 147 | 0.38 | 0 | 0.33 | 0.14 | 128.57 | 0.54 | 0.69 |
| Hex | 87 | DB | 93 | 26 | 0 | 21 | E | 81 | 36 | 45 |
| Octal | 207 | 333 | 223 | 46 | 0 | 41 | 16 | 201 | 66 | 105 |
| Binary | 10000111 | 11011011 | 10010011 | 100110 | 0 | 100001 | 1110 | 10000001 | 110110 | 1000101 |
Color Harmonies of #87DB93
Complementary color
Monochromatic Colors of #87DB93
Black with #87DB93
Text Example
Text Example
White with #87DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DB93; }
p { color: rgb(135,219,147); }
H1.HeaderClassName
{
color: #87DB93;
}
.AnyTagClassName
{
color: #87DB93;
}
</style>
background-color css
<style>
a { background-color: #87DB93; }
a { background-color: rgb(135,219,147); }
div.DivClassName
{
background-color: #87DB93;
}
.BgClassName
{
background-color: #87DB93;
}
</style>
border-color css
<style>
span { border-color: #87DB93; }
span { border-color: rgb(135,219,147); }
td.TdClassName
{
border-color: #87DB93;
}
.TagClassName
{
border-color: #87DB93;
}
</style>