Shades of De York #85BB7F
Tints of De York #85BB7F
RGB
CMYK
RGB Variations
Color information
#85BB7F (or 0x85BB7F) is known color: De York. HEX triplet: 85, BB and 7F. RGB value is (133,187,127). Sum of RGB (Red+Green+Blue) = 133+187+127=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB7F is #7A4480. Grayscale: #A4A4A4. Windows color (decimal): -8012929 or 8371077. OLE color: 8371077.
HSL color Cylindrical-coordinate representation of color #85BB7F: hue angle of 114º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85BB7F is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 127 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.27 |
| HSL | 114º | 0.31% | 0.62% | - |
| HSV(B) | 114º | 0.32% | 0.73% | - |
| XYZ | 31.27 | 42.06 | 26.55 | - |
| YUV | 164.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 127 | 0.29 | 0 | 0.32 | 0.27 | 114 | 0.31 | 0.62 |
| Hex | 85 | BB | 7F | 1D | 0 | 20 | 1B | 72 | 1F | 3E |
| Octal | 205 | 273 | 177 | 35 | 0 | 40 | 33 | 162 | 37 | 76 |
| Binary | 10000101 | 10111011 | 1111111 | 11101 | 0 | 100000 | 11011 | 1110010 | 11111 | 111110 |
Color Harmonies of #85BB7F
Complementary color
Monochromatic Colors of #85BB7F
Black with #85BB7F
Text Example
Text Example
White with #85BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB7F; }
p { color: rgb(133,187,127); }
H1.HeaderClassName
{
color: #85BB7F;
}
.AnyTagClassName
{
color: #85BB7F;
}
</style>
background-color css
<style>
a { background-color: #85BB7F; }
a { background-color: rgb(133,187,127); }
div.DivClassName
{
background-color: #85BB7F;
}
.BgClassName
{
background-color: #85BB7F;
}
</style>
border-color css
<style>
span { border-color: #85BB7F; }
span { border-color: rgb(133,187,127); }
td.TdClassName
{
border-color: #85BB7F;
}
.TagClassName
{
border-color: #85BB7F;
}
</style>