Shades of De York #85DB8E
Tints of De York #85DB8E
RGB
CMYK
RGB Variations
Color information
#85DB8E (or 0x85DB8E) is known color: De York. HEX triplet: 85, DB and 8E. RGB value is (133,219,142). Sum of RGB (Red+Green+Blue) = 133+219+142=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB8E is #7A2471. Grayscale: #B8B8B8. Windows color (decimal): -8004722 or 9362309. OLE color: 9362309.
HSL color Cylindrical-coordinate representation of color #85DB8E: hue angle of 126.28º 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 #85DB8E is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 142 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.14 |
| HSL | 126.28º | 0.54% | 0.69% | - |
| HSV(B) | 126.28º | 0.39% | 0.86% | - |
| XYZ | 39.89 | 57.6 | 34.61 | - |
| YUV | 184.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 142 | 0.39 | 0 | 0.35 | 0.14 | 126.28 | 0.54 | 0.69 |
| Hex | 85 | DB | 8E | 27 | 0 | 23 | E | 7E | 36 | 45 |
| Octal | 205 | 333 | 216 | 47 | 0 | 43 | 16 | 176 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10001110 | 100111 | 0 | 100011 | 1110 | 1111110 | 110110 | 1000101 |
Color Harmonies of #85DB8E
Complementary color
Monochromatic Colors of #85DB8E
Black with #85DB8E
Text Example
Text Example
White with #85DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB8E; }
p { color: rgb(133,219,142); }
H1.HeaderClassName
{
color: #85DB8E;
}
.AnyTagClassName
{
color: #85DB8E;
}
</style>
background-color css
<style>
a { background-color: #85DB8E; }
a { background-color: rgb(133,219,142); }
div.DivClassName
{
background-color: #85DB8E;
}
.BgClassName
{
background-color: #85DB8E;
}
</style>
border-color css
<style>
span { border-color: #85DB8E; }
span { border-color: rgb(133,219,142); }
td.TdClassName
{
border-color: #85DB8E;
}
.TagClassName
{
border-color: #85DB8E;
}
</style>