Shades of De York #85DD8C
Tints of De York #85DD8C
RGB
CMYK
RGB Variations
Color information
#85DD8C (or 0x85DD8C) is known color: De York. HEX triplet: 85, DD and 8C. RGB value is (133,221,140). Sum of RGB (Red+Green+Blue) = 133+221+140=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD8C is #7A2273. Grayscale: #B9B9B9. Windows color (decimal): -8004212 or 9231749. OLE color: 9231749.
HSL color Cylindrical-coordinate representation of color #85DD8C: hue angle of 124.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DD8C is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 140 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.13 |
| HSL | 124.77º | 0.56% | 0.69% | - |
| HSV(B) | 124.77º | 0.4% | 0.87% | - |
| XYZ | 40.26 | 58.59 | 34 | - |
| YUV | 185.45 | 102.35 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 140 | 0.40 | 0 | 0.37 | 0.13 | 124.77 | 0.56 | 0.69 |
| Hex | 85 | DD | 8C | 28 | 0 | 25 | D | 7D | 38 | 45 |
| Octal | 205 | 335 | 214 | 50 | 0 | 45 | 15 | 175 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10001100 | 101000 | 0 | 100101 | 1101 | 1111101 | 111000 | 1000101 |
Color Harmonies of #85DD8C
Complementary color
Monochromatic Colors of #85DD8C
Black with #85DD8C
Text Example
Text Example
White with #85DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD8C; }
p { color: rgb(133,221,140); }
H1.HeaderClassName
{
color: #85DD8C;
}
.AnyTagClassName
{
color: #85DD8C;
}
</style>
background-color css
<style>
a { background-color: #85DD8C; }
a { background-color: rgb(133,221,140); }
div.DivClassName
{
background-color: #85DD8C;
}
.BgClassName
{
background-color: #85DD8C;
}
</style>
border-color css
<style>
span { border-color: #85DD8C; }
span { border-color: rgb(133,221,140); }
td.TdClassName
{
border-color: #85DD8C;
}
.TagClassName
{
border-color: #85DD8C;
}
</style>