Shades of De York #85D78C
Tints of De York #85D78C
RGB
CMYK
RGB Variations
Color information
#85D78C (or 0x85D78C) is known color: De York. HEX triplet: 85, D7 and 8C. RGB value is (133,215,140). Sum of RGB (Red+Green+Blue) = 133+215+140=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #85D78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D78C is #7A2873. Grayscale: #B6B6B6. Windows color (decimal): -8005748 or 9230213. OLE color: 9230213.
HSL color Cylindrical-coordinate representation of color #85D78C: hue angle of 125.12º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D78C is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 140 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.16 |
| HSL | 125.12º | 0.51% | 0.68% | - |
| HSV(B) | 125.12º | 0.38% | 0.84% | - |
| XYZ | 38.71 | 55.48 | 33.48 | - |
| YUV | 181.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 140 | 0.38 | 0 | 0.35 | 0.16 | 125.12 | 0.51 | 0.68 |
| Hex | 85 | D7 | 8C | 26 | 0 | 23 | 10 | 7D | 33 | 44 |
| Octal | 205 | 327 | 214 | 46 | 0 | 43 | 20 | 175 | 63 | 104 |
| Binary | 10000101 | 11010111 | 10001100 | 100110 | 0 | 100011 | 10000 | 1111101 | 110011 | 1000100 |
Color Harmonies of #85D78C
Complementary color
Monochromatic Colors of #85D78C
Black with #85D78C
Text Example
Text Example
White with #85D78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D78C; }
p { color: rgb(133,215,140); }
H1.HeaderClassName
{
color: #85D78C;
}
.AnyTagClassName
{
color: #85D78C;
}
</style>
background-color css
<style>
a { background-color: #85D78C; }
a { background-color: rgb(133,215,140); }
div.DivClassName
{
background-color: #85D78C;
}
.BgClassName
{
background-color: #85D78C;
}
</style>
border-color css
<style>
span { border-color: #85D78C; }
span { border-color: rgb(133,215,140); }
td.TdClassName
{
border-color: #85D78C;
}
.TagClassName
{
border-color: #85D78C;
}
</style>