Shades of De York #85DB91
Tints of De York #85DB91
RGB
CMYK
RGB Variations
Color information
#85DB91 (or 0x85DB91) is known color: De York. HEX triplet: 85, DB and 91. RGB value is (133,219,145). Sum of RGB (Red+Green+Blue) = 133+219+145=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB91 is #7A246E. Grayscale: #B9B9B9. Windows color (decimal): -8004719 or 9558917. OLE color: 9558917.
HSL color Cylindrical-coordinate representation of color #85DB91: hue angle of 128.37º 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 #85DB91 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 145 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.14 |
| HSL | 128.37º | 0.54% | 0.69% | - |
| HSV(B) | 128.37º | 0.39% | 0.86% | - |
| XYZ | 40.12 | 57.69 | 35.81 | - |
| YUV | 184.85 | 105.51 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 145 | 0.39 | 0 | 0.34 | 0.14 | 128.37 | 0.54 | 0.69 |
| Hex | 85 | DB | 91 | 27 | 0 | 22 | E | 80 | 36 | 45 |
| Octal | 205 | 333 | 221 | 47 | 0 | 42 | 16 | 200 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10010001 | 100111 | 0 | 100010 | 1110 | 10000000 | 110110 | 1000101 |
Color Harmonies of #85DB91
Complementary color
Monochromatic Colors of #85DB91
Black with #85DB91
Text Example
Text Example
White with #85DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB91; }
p { color: rgb(133,219,145); }
H1.HeaderClassName
{
color: #85DB91;
}
.AnyTagClassName
{
color: #85DB91;
}
</style>
background-color css
<style>
a { background-color: #85DB91; }
a { background-color: rgb(133,219,145); }
div.DivClassName
{
background-color: #85DB91;
}
.BgClassName
{
background-color: #85DB91;
}
</style>
border-color css
<style>
span { border-color: #85DB91; }
span { border-color: rgb(133,219,145); }
td.TdClassName
{
border-color: #85DB91;
}
.TagClassName
{
border-color: #85DB91;
}
</style>