Shades of De York #85BB81
Tints of De York #85BB81
RGB
CMYK
RGB Variations
Color information
#85BB81 (or 0x85BB81) is known color: De York. HEX triplet: 85, BB and 81. RGB value is (133,187,129). Sum of RGB (Red+Green+Blue) = 133+187+129=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BB81 is #7A447E. Grayscale: #A4A4A4. Windows color (decimal): -8012927 or 8502149. OLE color: 8502149.
HSL color Cylindrical-coordinate representation of color #85BB81: hue angle of 115.86º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85BB81 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 129 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.27 |
| HSL | 115.86º | 0.3% | 0.62% | - |
| HSV(B) | 115.86º | 0.31% | 0.73% | - |
| XYZ | 31.41 | 42.11 | 27.24 | - |
| YUV | 164.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 129 | 0.29 | 0 | 0.31 | 0.27 | 115.86 | 0.3 | 0.62 |
| Hex | 85 | BB | 81 | 1D | 0 | 1F | 1B | 74 | 1E | 3E |
| Octal | 205 | 273 | 201 | 35 | 0 | 37 | 33 | 164 | 36 | 76 |
| Binary | 10000101 | 10111011 | 10000001 | 11101 | 0 | 11111 | 11011 | 1110100 | 11110 | 111110 |
Color Harmonies of #85BB81
Complementary color
Monochromatic Colors of #85BB81
Black with #85BB81
Text Example
Text Example
White with #85BB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB81; }
p { color: rgb(133,187,129); }
H1.HeaderClassName
{
color: #85BB81;
}
.AnyTagClassName
{
color: #85BB81;
}
</style>
background-color css
<style>
a { background-color: #85BB81; }
a { background-color: rgb(133,187,129); }
div.DivClassName
{
background-color: #85BB81;
}
.BgClassName
{
background-color: #85BB81;
}
</style>
border-color css
<style>
span { border-color: #85BB81; }
span { border-color: rgb(133,187,129); }
td.TdClassName
{
border-color: #85BB81;
}
.TagClassName
{
border-color: #85BB81;
}
</style>