Shades of De York #85D98C
Tints of De York #85D98C
RGB
CMYK
RGB Variations
Color information
#85D98C (or 0x85D98C) is known color: De York. HEX triplet: 85, D9 and 8C. RGB value is (133,217,140). Sum of RGB (Red+Green+Blue) = 133+217+140=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #85D98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D98C is #7A2673. Grayscale: #B7B7B7. Windows color (decimal): -8005236 or 9230725. OLE color: 9230725.
HSL color Cylindrical-coordinate representation of color #85D98C: hue angle of 125º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D98C is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 140 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.15 |
| HSL | 125º | 0.53% | 0.69% | - |
| HSV(B) | 125º | 0.39% | 0.85% | - |
| XYZ | 39.22 | 56.51 | 33.65 | - |
| YUV | 183.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 140 | 0.39 | 0 | 0.35 | 0.15 | 125 | 0.53 | 0.69 |
| Hex | 85 | D9 | 8C | 27 | 0 | 23 | F | 7D | 34 | 45 |
| Octal | 205 | 331 | 214 | 47 | 0 | 43 | 17 | 175 | 64 | 105 |
| Binary | 10000101 | 11011001 | 10001100 | 100111 | 0 | 100011 | 1111 | 1111101 | 110100 | 1000101 |
Color Harmonies of #85D98C
Complementary color
Monochromatic Colors of #85D98C
Black with #85D98C
Text Example
Text Example
White with #85D98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D98C; }
p { color: rgb(133,217,140); }
H1.HeaderClassName
{
color: #85D98C;
}
.AnyTagClassName
{
color: #85D98C;
}
</style>
background-color css
<style>
a { background-color: #85D98C; }
a { background-color: rgb(133,217,140); }
div.DivClassName
{
background-color: #85D98C;
}
.BgClassName
{
background-color: #85D98C;
}
</style>
border-color css
<style>
span { border-color: #85D98C; }
span { border-color: rgb(133,217,140); }
td.TdClassName
{
border-color: #85D98C;
}
.TagClassName
{
border-color: #85D98C;
}
</style>