Shades of De York #87DD8B
Tints of De York #87DD8B
RGB
CMYK
RGB Variations
Color information
#87DD8B (or 0x87DD8B) is known color: De York. HEX triplet: 87, DD and 8B. RGB value is (135,221,139). Sum of RGB (Red+Green+Blue) = 135+221+139=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #87DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DD8B is #782274. Grayscale: #BABABA. Windows color (decimal): -7873141 or 9166215. OLE color: 9166215.
HSL color Cylindrical-coordinate representation of color #87DD8B: hue angle of 122.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DD8B is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 221 | 139 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.13 |
| HSL | 122.79º | 0.56% | 0.7% | - |
| HSV(B) | 122.79º | 0.39% | 0.87% | - |
| XYZ | 40.51 | 58.73 | 33.63 | - |
| YUV | 185.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 221 | 139 | 0.39 | 0 | 0.37 | 0.13 | 122.79 | 0.56 | 0.7 |
| Hex | 87 | DD | 8B | 27 | 0 | 25 | D | 7B | 38 | 46 |
| Octal | 207 | 335 | 213 | 47 | 0 | 45 | 15 | 173 | 70 | 106 |
| Binary | 10000111 | 11011101 | 10001011 | 100111 | 0 | 100101 | 1101 | 1111011 | 111000 | 1000110 |
Color Harmonies of #87DD8B
Complementary color
Monochromatic Colors of #87DD8B
Black with #87DD8B
Text Example
Text Example
White with #87DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DD8B; }
p { color: rgb(135,221,139); }
H1.HeaderClassName
{
color: #87DD8B;
}
.AnyTagClassName
{
color: #87DD8B;
}
</style>
background-color css
<style>
a { background-color: #87DD8B; }
a { background-color: rgb(135,221,139); }
div.DivClassName
{
background-color: #87DD8B;
}
.BgClassName
{
background-color: #87DD8B;
}
</style>
border-color css
<style>
span { border-color: #87DD8B; }
span { border-color: rgb(135,221,139); }
td.TdClassName
{
border-color: #87DD8B;
}
.TagClassName
{
border-color: #87DD8B;
}
</style>