Shades of De York #85BD77
Tints of De York #85BD77
RGB
CMYK
RGB Variations
Color information
#85BD77 (or 0x85BD77) is known color: De York. HEX triplet: 85, BD and 77. RGB value is (133,189,119). Sum of RGB (Red+Green+Blue) = 133+189+119=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD77 is #7A4288. Grayscale: #A4A4A4. Windows color (decimal): -8012425 or 7847301. OLE color: 7847301.
HSL color Cylindrical-coordinate representation of color #85BD77: hue angle of 108º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85BD77 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 119 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.26 |
| HSL | 108º | 0.35% | 0.6% | - |
| HSV(B) | 108º | 0.37% | 0.74% | - |
| XYZ | 31.2 | 42.71 | 24.05 | - |
| YUV | 164.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 119 | 0.30 | 0 | 0.37 | 0.26 | 108 | 0.35 | 0.6 |
| Hex | 85 | BD | 77 | 1E | 0 | 25 | 1A | 6C | 23 | 3C |
| Octal | 205 | 275 | 167 | 36 | 0 | 45 | 32 | 154 | 43 | 74 |
| Binary | 10000101 | 10111101 | 1110111 | 11110 | 0 | 100101 | 11010 | 1101100 | 100011 | 111100 |
Color Harmonies of #85BD77
Complementary color
Monochromatic Colors of #85BD77
Black with #85BD77
Text Example
Text Example
White with #85BD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD77; }
p { color: rgb(133,189,119); }
H1.HeaderClassName
{
color: #85BD77;
}
.AnyTagClassName
{
color: #85BD77;
}
</style>
background-color css
<style>
a { background-color: #85BD77; }
a { background-color: rgb(133,189,119); }
div.DivClassName
{
background-color: #85BD77;
}
.BgClassName
{
background-color: #85BD77;
}
</style>
border-color css
<style>
span { border-color: #85BD77; }
span { border-color: rgb(133,189,119); }
td.TdClassName
{
border-color: #85BD77;
}
.TagClassName
{
border-color: #85BD77;
}
</style>