Shades of De York #85D997
Tints of De York #85D997
RGB
CMYK
RGB Variations
Color information
#85D997 (or 0x85D997) is known color: De York. HEX triplet: 85, D9 and 97. RGB value is (133,217,151). Sum of RGB (Red+Green+Blue) = 133+217+151=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #85D997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D997 is #7A2668. Grayscale: #B8B8B8. Windows color (decimal): -8005225 or 9951621. OLE color: 9951621.
HSL color Cylindrical-coordinate representation of color #85D997: hue angle of 132.86º 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 #85D997 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 151 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.15 |
| HSL | 132.86º | 0.53% | 0.69% | - |
| HSV(B) | 132.86º | 0.39% | 0.85% | - |
| XYZ | 40.07 | 56.85 | 38.14 | - |
| YUV | 184.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 151 | 0.39 | 0 | 0.30 | 0.15 | 132.86 | 0.53 | 0.69 |
| Hex | 85 | D9 | 97 | 27 | 0 | 1E | F | 85 | 34 | 45 |
| Octal | 205 | 331 | 227 | 47 | 0 | 36 | 17 | 205 | 64 | 105 |
| Binary | 10000101 | 11011001 | 10010111 | 100111 | 0 | 11110 | 1111 | 10000101 | 110100 | 1000101 |
Color Harmonies of #85D997
Complementary color
Monochromatic Colors of #85D997
Black with #85D997
Text Example
Text Example
White with #85D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D997; }
p { color: rgb(133,217,151); }
H1.HeaderClassName
{
color: #85D997;
}
.AnyTagClassName
{
color: #85D997;
}
</style>
background-color css
<style>
a { background-color: #85D997; }
a { background-color: rgb(133,217,151); }
div.DivClassName
{
background-color: #85D997;
}
.BgClassName
{
background-color: #85D997;
}
</style>
border-color css
<style>
span { border-color: #85D997; }
span { border-color: rgb(133,217,151); }
td.TdClassName
{
border-color: #85D997;
}
.TagClassName
{
border-color: #85D997;
}
</style>