Shades of De York #87DB90
Tints of De York #87DB90
RGB
CMYK
RGB Variations
Color information
#87DB90 (or 0x87DB90) is known color: De York. HEX triplet: 87, DB and 90. RGB value is (135,219,144). Sum of RGB (Red+Green+Blue) = 135+219+144=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #87DB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DB90 is #78246F. Grayscale: #B9B9B9. Windows color (decimal): -7873648 or 9493383. OLE color: 9493383.
HSL color Cylindrical-coordinate representation of color #87DB90: hue angle of 126.43º 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 #87DB90 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 219 | 144 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.14 |
| HSL | 126.43º | 0.54% | 0.69% | - |
| HSV(B) | 126.43º | 0.38% | 0.86% | - |
| XYZ | 40.36 | 57.83 | 35.42 | - |
| YUV | 185.33 | 104.67 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 144 | 0.38 | 0 | 0.34 | 0.14 | 126.43 | 0.54 | 0.69 |
| Hex | 87 | DB | 90 | 26 | 0 | 22 | E | 7E | 36 | 45 |
| Octal | 207 | 333 | 220 | 46 | 0 | 42 | 16 | 176 | 66 | 105 |
| Binary | 10000111 | 11011011 | 10010000 | 100110 | 0 | 100010 | 1110 | 1111110 | 110110 | 1000101 |
Color Harmonies of #87DB90
Complementary color
Monochromatic Colors of #87DB90
Black with #87DB90
Text Example
Text Example
White with #87DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DB90; }
p { color: rgb(135,219,144); }
H1.HeaderClassName
{
color: #87DB90;
}
.AnyTagClassName
{
color: #87DB90;
}
</style>
background-color css
<style>
a { background-color: #87DB90; }
a { background-color: rgb(135,219,144); }
div.DivClassName
{
background-color: #87DB90;
}
.BgClassName
{
background-color: #87DB90;
}
</style>
border-color css
<style>
span { border-color: #87DB90; }
span { border-color: rgb(135,219,144); }
td.TdClassName
{
border-color: #87DB90;
}
.TagClassName
{
border-color: #87DB90;
}
</style>