Shades of De York #85DB8C
Tints of De York #85DB8C
RGB
CMYK
RGB Variations
Color information
#85DB8C (or 0x85DB8C) is known color: De York. HEX triplet: 85, DB and 8C. RGB value is (133,219,140). Sum of RGB (Red+Green+Blue) = 133+219+140=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB8C is #7A2473. Grayscale: #B8B8B8. Windows color (decimal): -8004724 or 9231237. OLE color: 9231237.
HSL color Cylindrical-coordinate representation of color #85DB8C: hue angle of 124.88º 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 #85DB8C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 140 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.14 |
| HSL | 124.88º | 0.54% | 0.69% | - |
| HSV(B) | 124.88º | 0.39% | 0.86% | - |
| XYZ | 39.74 | 57.54 | 33.82 | - |
| YUV | 184.28 | 103.01 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 140 | 0.39 | 0 | 0.36 | 0.14 | 124.88 | 0.54 | 0.69 |
| Hex | 85 | DB | 8C | 27 | 0 | 24 | E | 7D | 36 | 45 |
| Octal | 205 | 333 | 214 | 47 | 0 | 44 | 16 | 175 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10001100 | 100111 | 0 | 100100 | 1110 | 1111101 | 110110 | 1000101 |
Color Harmonies of #85DB8C
Complementary color
Monochromatic Colors of #85DB8C
Black with #85DB8C
Text Example
Text Example
White with #85DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB8C; }
p { color: rgb(133,219,140); }
H1.HeaderClassName
{
color: #85DB8C;
}
.AnyTagClassName
{
color: #85DB8C;
}
</style>
background-color css
<style>
a { background-color: #85DB8C; }
a { background-color: rgb(133,219,140); }
div.DivClassName
{
background-color: #85DB8C;
}
.BgClassName
{
background-color: #85DB8C;
}
</style>
border-color css
<style>
span { border-color: #85DB8C; }
span { border-color: rgb(133,219,140); }
td.TdClassName
{
border-color: #85DB8C;
}
.TagClassName
{
border-color: #85DB8C;
}
</style>