Shades of De York #85DB89
Tints of De York #85DB89
RGB
CMYK
RGB Variations
Color information
#85DB89 (or 0x85DB89) is known color: De York. HEX triplet: 85, DB and 89. RGB value is (133,219,137). Sum of RGB (Red+Green+Blue) = 133+219+137=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB89 is #7A2476. Grayscale: #B8B8B8. Windows color (decimal): -8004727 or 9034629. OLE color: 9034629.
HSL color Cylindrical-coordinate representation of color #85DB89: hue angle of 122.79º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DB89 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 137 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.14 |
| HSL | 122.79º | 0.54% | 0.69% | - |
| HSV(B) | 122.79º | 0.39% | 0.86% | - |
| XYZ | 39.52 | 57.46 | 32.67 | - |
| YUV | 183.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 137 | 0.39 | 0 | 0.37 | 0.14 | 122.79 | 0.54 | 0.69 |
| Hex | 85 | DB | 89 | 27 | 0 | 25 | E | 7B | 36 | 45 |
| Octal | 205 | 333 | 211 | 47 | 0 | 45 | 16 | 173 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10001001 | 100111 | 0 | 100101 | 1110 | 1111011 | 110110 | 1000101 |
Color Harmonies of #85DB89
Complementary color
Monochromatic Colors of #85DB89
Black with #85DB89
Text Example
Text Example
White with #85DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB89; }
p { color: rgb(133,219,137); }
H1.HeaderClassName
{
color: #85DB89;
}
.AnyTagClassName
{
color: #85DB89;
}
</style>
background-color css
<style>
a { background-color: #85DB89; }
a { background-color: rgb(133,219,137); }
div.DivClassName
{
background-color: #85DB89;
}
.BgClassName
{
background-color: #85DB89;
}
</style>
border-color css
<style>
span { border-color: #85DB89; }
span { border-color: rgb(133,219,137); }
td.TdClassName
{
border-color: #85DB89;
}
.TagClassName
{
border-color: #85DB89;
}
</style>