Shades of De York #85D185
Tints of De York #85D185
RGB
CMYK
RGB Variations
Color information
#85D185 (or 0x85D185) is known color: De York. HEX triplet: 85, D1 and 85. RGB value is (133,209,133). Sum of RGB (Red+Green+Blue) = 133+209+133=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #85D185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D185 is #7A2E7A. Grayscale: #B1B1B1. Windows color (decimal): -8007291 or 8769925. OLE color: 8769925.
HSL color Cylindrical-coordinate representation of color #85D185: hue angle of 120º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D185 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 209 | 133 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.18 |
| HSL | 120º | 0.45% | 0.67% | - |
| HSV(B) | 120º | 0.36% | 0.82% | - |
| XYZ | 36.71 | 52.28 | 30.35 | - |
| YUV | 177.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 133 | 0.36 | 0 | 0.36 | 0.18 | 120 | 0.45 | 0.67 |
| Hex | 85 | D1 | 85 | 24 | 0 | 24 | 12 | 78 | 2D | 43 |
| Octal | 205 | 321 | 205 | 44 | 0 | 44 | 22 | 170 | 55 | 103 |
| Binary | 10000101 | 11010001 | 10000101 | 100100 | 0 | 100100 | 10010 | 1111000 | 101101 | 1000011 |
Color Harmonies of #85D185
Complementary color
Monochromatic Colors of #85D185
Black with #85D185
Text Example
Text Example
White with #85D185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D185; }
p { color: rgb(133,209,133); }
H1.HeaderClassName
{
color: #85D185;
}
.AnyTagClassName
{
color: #85D185;
}
</style>
background-color css
<style>
a { background-color: #85D185; }
a { background-color: rgb(133,209,133); }
div.DivClassName
{
background-color: #85D185;
}
.BgClassName
{
background-color: #85D185;
}
</style>
border-color css
<style>
span { border-color: #85D185; }
span { border-color: rgb(133,209,133); }
td.TdClassName
{
border-color: #85D185;
}
.TagClassName
{
border-color: #85D185;
}
</style>