Shades of De York #85D17C
Tints of De York #85D17C
RGB
CMYK
RGB Variations
Color information
#85D17C (or 0x85D17C) is known color: De York. HEX triplet: 85, D1 and 7C. RGB value is (133,209,124). Sum of RGB (Red+Green+Blue) = 133+209+124=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #85D17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D17C is #7A2E83. Grayscale: #B0B0B0. Windows color (decimal): -8007300 or 8180101. OLE color: 8180101.
HSL color Cylindrical-coordinate representation of color #85D17C: hue angle of 113.65º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85D17C is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 209 | 124 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.18 |
| HSL | 113.65º | 0.48% | 0.65% | - |
| HSV(B) | 113.65º | 0.41% | 0.82% | - |
| XYZ | 36.11 | 52.04 | 27.21 | - |
| YUV | 176.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 124 | 0.36 | 0 | 0.41 | 0.18 | 113.65 | 0.48 | 0.65 |
| Hex | 85 | D1 | 7C | 24 | 0 | 29 | 12 | 72 | 30 | 41 |
| Octal | 205 | 321 | 174 | 44 | 0 | 51 | 22 | 162 | 60 | 101 |
| Binary | 10000101 | 11010001 | 1111100 | 100100 | 0 | 101001 | 10010 | 1110010 | 110000 | 1000001 |
Color Harmonies of #85D17C
Complementary color
Monochromatic Colors of #85D17C
Black with #85D17C
Text Example
Text Example
White with #85D17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D17C; }
p { color: rgb(133,209,124); }
H1.HeaderClassName
{
color: #85D17C;
}
.AnyTagClassName
{
color: #85D17C;
}
</style>
background-color css
<style>
a { background-color: #85D17C; }
a { background-color: rgb(133,209,124); }
div.DivClassName
{
background-color: #85D17C;
}
.BgClassName
{
background-color: #85D17C;
}
</style>
border-color css
<style>
span { border-color: #85D17C; }
span { border-color: rgb(133,209,124); }
td.TdClassName
{
border-color: #85D17C;
}
.TagClassName
{
border-color: #85D17C;
}
</style>