Shades of De York #85D68C
Tints of De York #85D68C
RGB
CMYK
RGB Variations
Color information
#85D68C (or 0x85D68C) is known color: De York. HEX triplet: 85, D6 and 8C. RGB value is (133,214,140). Sum of RGB (Red+Green+Blue) = 133+214+140=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #85D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D68C is #7A2973. Grayscale: #B5B5B5. Windows color (decimal): -8006004 or 9229957. OLE color: 9229957.
HSL color Cylindrical-coordinate representation of color #85D68C: hue angle of 125.19º degrees, saturation: 0.5, 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 #85D68C is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 140 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.16 |
| HSL | 125.19º | 0.5% | 0.68% | - |
| HSV(B) | 125.19º | 0.38% | 0.84% | - |
| XYZ | 38.45 | 54.97 | 33.4 | - |
| YUV | 181.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 140 | 0.38 | 0 | 0.35 | 0.16 | 125.19 | 0.5 | 0.68 |
| Hex | 85 | D6 | 8C | 26 | 0 | 23 | 10 | 7D | 32 | 44 |
| Octal | 205 | 326 | 214 | 46 | 0 | 43 | 20 | 175 | 62 | 104 |
| Binary | 10000101 | 11010110 | 10001100 | 100110 | 0 | 100011 | 10000 | 1111101 | 110010 | 1000100 |
Color Harmonies of #85D68C
Complementary color
Monochromatic Colors of #85D68C
Black with #85D68C
Text Example
Text Example
White with #85D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D68C; }
p { color: rgb(133,214,140); }
H1.HeaderClassName
{
color: #85D68C;
}
.AnyTagClassName
{
color: #85D68C;
}
</style>
background-color css
<style>
a { background-color: #85D68C; }
a { background-color: rgb(133,214,140); }
div.DivClassName
{
background-color: #85D68C;
}
.BgClassName
{
background-color: #85D68C;
}
</style>
border-color css
<style>
span { border-color: #85D68C; }
span { border-color: rgb(133,214,140); }
td.TdClassName
{
border-color: #85D68C;
}
.TagClassName
{
border-color: #85D68C;
}
</style>