Shades of De York #85D097
Tints of De York #85D097
RGB
CMYK
RGB Variations
Color information
#85D097 (or 0x85D097) is known color: De York. HEX triplet: 85, D0 and 97. RGB value is (133,208,151). Sum of RGB (Red+Green+Blue) = 133+208+151=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #85D097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D097 is #7A2F68. Grayscale: #B3B3B3. Windows color (decimal): -8007529 or 9949317. OLE color: 9949317.
HSL color Cylindrical-coordinate representation of color #85D097: hue angle of 134.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D097 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 151 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.18 |
| HSL | 134.4º | 0.44% | 0.67% | - |
| HSV(B) | 134.4º | 0.36% | 0.82% | - |
| XYZ | 37.81 | 52.33 | 37.39 | - |
| YUV | 179.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 151 | 0.36 | 0 | 0.27 | 0.18 | 134.4 | 0.44 | 0.67 |
| Hex | 85 | D0 | 97 | 24 | 0 | 1B | 12 | 86 | 2C | 43 |
| Octal | 205 | 320 | 227 | 44 | 0 | 33 | 22 | 206 | 54 | 103 |
| Binary | 10000101 | 11010000 | 10010111 | 100100 | 0 | 11011 | 10010 | 10000110 | 101100 | 1000011 |
Color Harmonies of #85D097
Complementary color
Monochromatic Colors of #85D097
Black with #85D097
Text Example
Text Example
White with #85D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D097; }
p { color: rgb(133,208,151); }
H1.HeaderClassName
{
color: #85D097;
}
.AnyTagClassName
{
color: #85D097;
}
</style>
background-color css
<style>
a { background-color: #85D097; }
a { background-color: rgb(133,208,151); }
div.DivClassName
{
background-color: #85D097;
}
.BgClassName
{
background-color: #85D097;
}
</style>
border-color css
<style>
span { border-color: #85D097; }
span { border-color: rgb(133,208,151); }
td.TdClassName
{
border-color: #85D097;
}
.TagClassName
{
border-color: #85D097;
}
</style>