Shades of De York #85D680
Tints of De York #85D680
RGB
CMYK
RGB Variations
Color information
#85D680 (or 0x85D680) is known color: De York. HEX triplet: 85, D6 and 80. RGB value is (133,214,128). Sum of RGB (Red+Green+Blue) = 133+214+128=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #85D680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D680 is #7A297F. Grayscale: #B4B4B4. Windows color (decimal): -8006016 or 8443525. OLE color: 8443525.
HSL color Cylindrical-coordinate representation of color #85D680: hue angle of 116.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D680 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 128 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.16 |
| HSL | 116.51º | 0.51% | 0.67% | - |
| HSV(B) | 116.51º | 0.4% | 0.84% | - |
| XYZ | 37.62 | 54.64 | 28.99 | - |
| YUV | 179.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 128 | 0.38 | 0 | 0.40 | 0.16 | 116.51 | 0.51 | 0.67 |
| Hex | 85 | D6 | 80 | 26 | 0 | 28 | 10 | 75 | 33 | 43 |
| Octal | 205 | 326 | 200 | 46 | 0 | 50 | 20 | 165 | 63 | 103 |
| Binary | 10000101 | 11010110 | 10000000 | 100110 | 0 | 101000 | 10000 | 1110101 | 110011 | 1000011 |
Color Harmonies of #85D680
Complementary color
Monochromatic Colors of #85D680
Black with #85D680
Text Example
Text Example
White with #85D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D680; }
p { color: rgb(133,214,128); }
H1.HeaderClassName
{
color: #85D680;
}
.AnyTagClassName
{
color: #85D680;
}
</style>
background-color css
<style>
a { background-color: #85D680; }
a { background-color: rgb(133,214,128); }
div.DivClassName
{
background-color: #85D680;
}
.BgClassName
{
background-color: #85D680;
}
</style>
border-color css
<style>
span { border-color: #85D680; }
span { border-color: rgb(133,214,128); }
td.TdClassName
{
border-color: #85D680;
}
.TagClassName
{
border-color: #85D680;
}
</style>