Shades of De York #85DD8F
Tints of De York #85DD8F
RGB
CMYK
RGB Variations
Color information
#85DD8F (or 0x85DD8F) is known color: De York. HEX triplet: 85, DD and 8F. RGB value is (133,221,143). Sum of RGB (Red+Green+Blue) = 133+221+143=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD8F is #7A2270. Grayscale: #BABABA. Windows color (decimal): -8004209 or 9428357. OLE color: 9428357.
HSL color Cylindrical-coordinate representation of color #85DD8F: hue angle of 126.82º 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 #85DD8F is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 143 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.13 |
| HSL | 126.82º | 0.56% | 0.69% | - |
| HSV(B) | 126.82º | 0.4% | 0.87% | - |
| XYZ | 40.49 | 58.68 | 35.18 | - |
| YUV | 185.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 143 | 0.40 | 0 | 0.35 | 0.13 | 126.82 | 0.56 | 0.69 |
| Hex | 85 | DD | 8F | 28 | 0 | 23 | D | 7F | 38 | 45 |
| Octal | 205 | 335 | 217 | 50 | 0 | 43 | 15 | 177 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10001111 | 101000 | 0 | 100011 | 1101 | 1111111 | 111000 | 1000101 |
Color Harmonies of #85DD8F
Complementary color
Monochromatic Colors of #85DD8F
Black with #85DD8F
Text Example
Text Example
White with #85DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD8F; }
p { color: rgb(133,221,143); }
H1.HeaderClassName
{
color: #85DD8F;
}
.AnyTagClassName
{
color: #85DD8F;
}
</style>
background-color css
<style>
a { background-color: #85DD8F; }
a { background-color: rgb(133,221,143); }
div.DivClassName
{
background-color: #85DD8F;
}
.BgClassName
{
background-color: #85DD8F;
}
</style>
border-color css
<style>
span { border-color: #85DD8F; }
span { border-color: rgb(133,221,143); }
td.TdClassName
{
border-color: #85DD8F;
}
.TagClassName
{
border-color: #85DD8F;
}
</style>