Shades of De York #85BD7E
Tints of De York #85BD7E
RGB
CMYK
RGB Variations
Color information
#85BD7E (or 0x85BD7E) is known color: De York. HEX triplet: 85, BD and 7E. RGB value is (133,189,126). Sum of RGB (Red+Green+Blue) = 133+189+126=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD7E is #7A4281. Grayscale: #A5A5A5. Windows color (decimal): -8012418 or 8306053. OLE color: 8306053.
HSL color Cylindrical-coordinate representation of color #85BD7E: hue angle of 113.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85BD7E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 126 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.26 |
| HSL | 113.33º | 0.32% | 0.62% | - |
| HSV(B) | 113.33º | 0.33% | 0.74% | - |
| XYZ | 31.64 | 42.89 | 26.35 | - |
| YUV | 165.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 126 | 0.30 | 0 | 0.33 | 0.26 | 113.33 | 0.32 | 0.62 |
| Hex | 85 | BD | 7E | 1E | 0 | 21 | 1A | 71 | 20 | 3E |
| Octal | 205 | 275 | 176 | 36 | 0 | 41 | 32 | 161 | 40 | 76 |
| Binary | 10000101 | 10111101 | 1111110 | 11110 | 0 | 100001 | 11010 | 1110001 | 100000 | 111110 |
Color Harmonies of #85BD7E
Complementary color
Monochromatic Colors of #85BD7E
Black with #85BD7E
Text Example
Text Example
White with #85BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD7E; }
p { color: rgb(133,189,126); }
H1.HeaderClassName
{
color: #85BD7E;
}
.AnyTagClassName
{
color: #85BD7E;
}
</style>
background-color css
<style>
a { background-color: #85BD7E; }
a { background-color: rgb(133,189,126); }
div.DivClassName
{
background-color: #85BD7E;
}
.BgClassName
{
background-color: #85BD7E;
}
</style>
border-color css
<style>
span { border-color: #85BD7E; }
span { border-color: rgb(133,189,126); }
td.TdClassName
{
border-color: #85BD7E;
}
.TagClassName
{
border-color: #85BD7E;
}
</style>