Shades of De York #85D390
Tints of De York #85D390
RGB
CMYK
RGB Variations
Color information
#85D390 (or 0x85D390) is known color: De York. HEX triplet: 85, D3 and 90. RGB value is (133,211,144). Sum of RGB (Red+Green+Blue) = 133+211+144=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #85D390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D390 is #7A2C6F. Grayscale: #B4B4B4. Windows color (decimal): -8006768 or 9491333. OLE color: 9491333.
HSL color Cylindrical-coordinate representation of color #85D390: hue angle of 128.46º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D390 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 211 | 144 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.17 |
| HSL | 128.46º | 0.47% | 0.67% | - |
| HSV(B) | 128.46º | 0.37% | 0.83% | - |
| XYZ | 38 | 53.59 | 34.73 | - |
| YUV | 180.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 211 | 144 | 0.37 | 0 | 0.32 | 0.17 | 128.46 | 0.47 | 0.67 |
| Hex | 85 | D3 | 90 | 25 | 0 | 20 | 11 | 80 | 2F | 43 |
| Octal | 205 | 323 | 220 | 45 | 0 | 40 | 21 | 200 | 57 | 103 |
| Binary | 10000101 | 11010011 | 10010000 | 100101 | 0 | 100000 | 10001 | 10000000 | 101111 | 1000011 |
Color Harmonies of #85D390
Complementary color
Monochromatic Colors of #85D390
Black with #85D390
Text Example
Text Example
White with #85D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D390; }
p { color: rgb(133,211,144); }
H1.HeaderClassName
{
color: #85D390;
}
.AnyTagClassName
{
color: #85D390;
}
</style>
background-color css
<style>
a { background-color: #85D390; }
a { background-color: rgb(133,211,144); }
div.DivClassName
{
background-color: #85D390;
}
.BgClassName
{
background-color: #85D390;
}
</style>
border-color css
<style>
span { border-color: #85D390; }
span { border-color: rgb(133,211,144); }
td.TdClassName
{
border-color: #85D390;
}
.TagClassName
{
border-color: #85D390;
}
</style>