Shades of De York #85BD7F
Tints of De York #85BD7F
RGB
CMYK
RGB Variations
Color information
#85BD7F (or 0x85BD7F) is known color: De York. HEX triplet: 85, BD and 7F. RGB value is (133,189,127). Sum of RGB (Red+Green+Blue) = 133+189+127=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD7F is #7A4280. Grayscale: #A5A5A5. Windows color (decimal): -8012417 or 8371589. OLE color: 8371589.
HSL color Cylindrical-coordinate representation of color #85BD7F: hue angle of 114.19º 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 #85BD7F is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 127 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.26 |
| HSL | 114.19º | 0.32% | 0.62% | - |
| HSV(B) | 114.19º | 0.33% | 0.74% | - |
| XYZ | 31.7 | 42.91 | 26.69 | - |
| YUV | 165.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 127 | 0.30 | 0 | 0.33 | 0.26 | 114.19 | 0.32 | 0.62 |
| Hex | 85 | BD | 7F | 1E | 0 | 21 | 1A | 72 | 20 | 3E |
| Octal | 205 | 275 | 177 | 36 | 0 | 41 | 32 | 162 | 40 | 76 |
| Binary | 10000101 | 10111101 | 1111111 | 11110 | 0 | 100001 | 11010 | 1110010 | 100000 | 111110 |
Color Harmonies of #85BD7F
Complementary color
Monochromatic Colors of #85BD7F
Black with #85BD7F
Text Example
Text Example
White with #85BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD7F; }
p { color: rgb(133,189,127); }
H1.HeaderClassName
{
color: #85BD7F;
}
.AnyTagClassName
{
color: #85BD7F;
}
</style>
background-color css
<style>
a { background-color: #85BD7F; }
a { background-color: rgb(133,189,127); }
div.DivClassName
{
background-color: #85BD7F;
}
.BgClassName
{
background-color: #85BD7F;
}
</style>
border-color css
<style>
span { border-color: #85BD7F; }
span { border-color: rgb(133,189,127); }
td.TdClassName
{
border-color: #85BD7F;
}
.TagClassName
{
border-color: #85BD7F;
}
</style>