Shades of De York #85D889
Tints of De York #85D889
RGB
CMYK
RGB Variations
Color information
#85D889 (or 0x85D889) is known color: De York. HEX triplet: 85, D8 and 89. RGB value is (133,216,137). Sum of RGB (Red+Green+Blue) = 133+216+137=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #85D889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D889 is #7A2776. Grayscale: #B6B6B6. Windows color (decimal): -8005495 or 9033861. OLE color: 9033861.
HSL color Cylindrical-coordinate representation of color #85D889: hue angle of 122.89º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D889 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 137 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.15 |
| HSL | 122.89º | 0.52% | 0.68% | - |
| HSV(B) | 122.89º | 0.38% | 0.85% | - |
| XYZ | 38.74 | 55.9 | 32.42 | - |
| YUV | 182.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 137 | 0.38 | 0 | 0.37 | 0.15 | 122.89 | 0.52 | 0.68 |
| Hex | 85 | D8 | 89 | 26 | 0 | 25 | F | 7B | 34 | 44 |
| Octal | 205 | 330 | 211 | 46 | 0 | 45 | 17 | 173 | 64 | 104 |
| Binary | 10000101 | 11011000 | 10001001 | 100110 | 0 | 100101 | 1111 | 1111011 | 110100 | 1000100 |
Color Harmonies of #85D889
Complementary color
Monochromatic Colors of #85D889
Black with #85D889
Text Example
Text Example
White with #85D889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D889; }
p { color: rgb(133,216,137); }
H1.HeaderClassName
{
color: #85D889;
}
.AnyTagClassName
{
color: #85D889;
}
</style>
background-color css
<style>
a { background-color: #85D889; }
a { background-color: rgb(133,216,137); }
div.DivClassName
{
background-color: #85D889;
}
.BgClassName
{
background-color: #85D889;
}
</style>
border-color css
<style>
span { border-color: #85D889; }
span { border-color: rgb(133,216,137); }
td.TdClassName
{
border-color: #85D889;
}
.TagClassName
{
border-color: #85D889;
}
</style>