Shades of De York #85BF8B
Tints of De York #85BF8B
RGB
CMYK
RGB Variations
Color information
#85BF8B (or 0x85BF8B) is known color: De York. HEX triplet: 85, BF and 8B. RGB value is (133,191,139). Sum of RGB (Red+Green+Blue) = 133+191+139=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF8B is #7A4074. Grayscale: #A7A7A7. Windows color (decimal): -8011893 or 9158533. OLE color: 9158533.
HSL color Cylindrical-coordinate representation of color #85BF8B: hue angle of 126.21º 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 #85BF8B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 139 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.25 |
| HSL | 126.21º | 0.31% | 0.64% | - |
| HSV(B) | 126.21º | 0.3% | 0.75% | - |
| XYZ | 32.96 | 44.11 | 31.2 | - |
| YUV | 167.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 139 | 0.30 | 0 | 0.27 | 0.25 | 126.21 | 0.31 | 0.64 |
| Hex | 85 | BF | 8B | 1E | 0 | 1B | 19 | 7E | 1F | 40 |
| Octal | 205 | 277 | 213 | 36 | 0 | 33 | 31 | 176 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10001011 | 11110 | 0 | 11011 | 11001 | 1111110 | 11111 | 1000000 |
Color Harmonies of #85BF8B
Complementary color
Monochromatic Colors of #85BF8B
Black with #85BF8B
Text Example
Text Example
White with #85BF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF8B; }
p { color: rgb(133,191,139); }
H1.HeaderClassName
{
color: #85BF8B;
}
.AnyTagClassName
{
color: #85BF8B;
}
</style>
background-color css
<style>
a { background-color: #85BF8B; }
a { background-color: rgb(133,191,139); }
div.DivClassName
{
background-color: #85BF8B;
}
.BgClassName
{
background-color: #85BF8B;
}
</style>
border-color css
<style>
span { border-color: #85BF8B; }
span { border-color: rgb(133,191,139); }
td.TdClassName
{
border-color: #85BF8B;
}
.TagClassName
{
border-color: #85BF8B;
}
</style>