Shades of De York #85D68B
Tints of De York #85D68B
RGB
CMYK
RGB Variations
Color information
#85D68B (or 0x85D68B) is known color: De York. HEX triplet: 85, D6 and 8B. RGB value is (133,214,139). Sum of RGB (Red+Green+Blue) = 133+214+139=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #85D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D68B is #7A2974. Grayscale: #B5B5B5. Windows color (decimal): -8006005 or 9164421. OLE color: 9164421.
HSL color Cylindrical-coordinate representation of color #85D68B: hue angle of 124.44º 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 #85D68B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 139 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.16 |
| HSL | 124.44º | 0.5% | 0.68% | - |
| HSV(B) | 124.44º | 0.38% | 0.84% | - |
| XYZ | 38.38 | 54.94 | 33.01 | - |
| YUV | 181.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 139 | 0.38 | 0 | 0.35 | 0.16 | 124.44 | 0.5 | 0.68 |
| Hex | 85 | D6 | 8B | 26 | 0 | 23 | 10 | 7C | 32 | 44 |
| Octal | 205 | 326 | 213 | 46 | 0 | 43 | 20 | 174 | 62 | 104 |
| Binary | 10000101 | 11010110 | 10001011 | 100110 | 0 | 100011 | 10000 | 1111100 | 110010 | 1000100 |
Color Harmonies of #85D68B
Complementary color
Monochromatic Colors of #85D68B
Black with #85D68B
Text Example
Text Example
White with #85D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D68B; }
p { color: rgb(133,214,139); }
H1.HeaderClassName
{
color: #85D68B;
}
.AnyTagClassName
{
color: #85D68B;
}
</style>
background-color css
<style>
a { background-color: #85D68B; }
a { background-color: rgb(133,214,139); }
div.DivClassName
{
background-color: #85D68B;
}
.BgClassName
{
background-color: #85D68B;
}
</style>
border-color css
<style>
span { border-color: #85D68B; }
span { border-color: rgb(133,214,139); }
td.TdClassName
{
border-color: #85D68B;
}
.TagClassName
{
border-color: #85D68B;
}
</style>