Shades of De York #85D68D
Tints of De York #85D68D
RGB
CMYK
RGB Variations
Color information
#85D68D (or 0x85D68D) is known color: De York. HEX triplet: 85, D6 and 8D. RGB value is (133,214,141). Sum of RGB (Red+Green+Blue) = 133+214+141=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #85D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D68D is #7A2972. Grayscale: #B5B5B5. Windows color (decimal): -8006003 or 9295493. OLE color: 9295493.
HSL color Cylindrical-coordinate representation of color #85D68D: hue angle of 125.93º 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 #85D68D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 141 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.16 |
| HSL | 125.93º | 0.5% | 0.68% | - |
| HSV(B) | 125.93º | 0.38% | 0.84% | - |
| XYZ | 38.53 | 55 | 33.79 | - |
| YUV | 181.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 141 | 0.38 | 0 | 0.34 | 0.16 | 125.93 | 0.5 | 0.68 |
| Hex | 85 | D6 | 8D | 26 | 0 | 22 | 10 | 7E | 32 | 44 |
| Octal | 205 | 326 | 215 | 46 | 0 | 42 | 20 | 176 | 62 | 104 |
| Binary | 10000101 | 11010110 | 10001101 | 100110 | 0 | 100010 | 10000 | 1111110 | 110010 | 1000100 |
Color Harmonies of #85D68D
Complementary color
Monochromatic Colors of #85D68D
Black with #85D68D
Text Example
Text Example
White with #85D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D68D; }
p { color: rgb(133,214,141); }
H1.HeaderClassName
{
color: #85D68D;
}
.AnyTagClassName
{
color: #85D68D;
}
</style>
background-color css
<style>
a { background-color: #85D68D; }
a { background-color: rgb(133,214,141); }
div.DivClassName
{
background-color: #85D68D;
}
.BgClassName
{
background-color: #85D68D;
}
</style>
border-color css
<style>
span { border-color: #85D68D; }
span { border-color: rgb(133,214,141); }
td.TdClassName
{
border-color: #85D68D;
}
.TagClassName
{
border-color: #85D68D;
}
</style>