Shades of De York #85DD8D
Tints of De York #85DD8D
RGB
CMYK
RGB Variations
Color information
#85DD8D (or 0x85DD8D) is known color: De York. HEX triplet: 85, DD and 8D. RGB value is (133,221,141). Sum of RGB (Red+Green+Blue) = 133+221+141=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD8D is #7A2272. Grayscale: #B9B9B9. Windows color (decimal): -8004211 or 9297285. OLE color: 9297285.
HSL color Cylindrical-coordinate representation of color #85DD8D: hue angle of 125.45º 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 #85DD8D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 141 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.13 |
| HSL | 125.45º | 0.56% | 0.69% | - |
| HSV(B) | 125.45º | 0.4% | 0.87% | - |
| XYZ | 40.34 | 58.62 | 34.39 | - |
| YUV | 185.57 | 102.85 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 141 | 0.40 | 0 | 0.36 | 0.13 | 125.45 | 0.56 | 0.69 |
| Hex | 85 | DD | 8D | 28 | 0 | 24 | D | 7D | 38 | 45 |
| Octal | 205 | 335 | 215 | 50 | 0 | 44 | 15 | 175 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10001101 | 101000 | 0 | 100100 | 1101 | 1111101 | 111000 | 1000101 |
Color Harmonies of #85DD8D
Complementary color
Monochromatic Colors of #85DD8D
Black with #85DD8D
Text Example
Text Example
White with #85DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD8D; }
p { color: rgb(133,221,141); }
H1.HeaderClassName
{
color: #85DD8D;
}
.AnyTagClassName
{
color: #85DD8D;
}
</style>
background-color css
<style>
a { background-color: #85DD8D; }
a { background-color: rgb(133,221,141); }
div.DivClassName
{
background-color: #85DD8D;
}
.BgClassName
{
background-color: #85DD8D;
}
</style>
border-color css
<style>
span { border-color: #85DD8D; }
span { border-color: rgb(133,221,141); }
td.TdClassName
{
border-color: #85DD8D;
}
.TagClassName
{
border-color: #85DD8D;
}
</style>