Shades of De York #85BF8D
Tints of De York #85BF8D
RGB
CMYK
RGB Variations
Color information
#85BF8D (or 0x85BF8D) is known color: De York. HEX triplet: 85, BF and 8D. RGB value is (133,191,141). Sum of RGB (Red+Green+Blue) = 133+191+141=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF8D is #7A4072. Grayscale: #A8A8A8. Windows color (decimal): -8011891 or 9289605. OLE color: 9289605.
HSL color Cylindrical-coordinate representation of color #85BF8D: hue angle of 128.28º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BF8D is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 141 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.25 |
| HSL | 128.28º | 0.31% | 0.64% | - |
| HSV(B) | 128.28º | 0.3% | 0.75% | - |
| XYZ | 33.11 | 44.17 | 31.98 | - |
| YUV | 167.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 141 | 0.30 | 0 | 0.26 | 0.25 | 128.28 | 0.31 | 0.64 |
| Hex | 85 | BF | 8D | 1E | 0 | 1A | 19 | 80 | 1F | 40 |
| Octal | 205 | 277 | 215 | 36 | 0 | 32 | 31 | 200 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10001101 | 11110 | 0 | 11010 | 11001 | 10000000 | 11111 | 1000000 |
Color Harmonies of #85BF8D
Complementary color
Monochromatic Colors of #85BF8D
Black with #85BF8D
Text Example
Text Example
White with #85BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF8D; }
p { color: rgb(133,191,141); }
H1.HeaderClassName
{
color: #85BF8D;
}
.AnyTagClassName
{
color: #85BF8D;
}
</style>
background-color css
<style>
a { background-color: #85BF8D; }
a { background-color: rgb(133,191,141); }
div.DivClassName
{
background-color: #85BF8D;
}
.BgClassName
{
background-color: #85BF8D;
}
</style>
border-color css
<style>
span { border-color: #85BF8D; }
span { border-color: rgb(133,191,141); }
td.TdClassName
{
border-color: #85BF8D;
}
.TagClassName
{
border-color: #85BF8D;
}
</style>