Shades of De York #85BF88
Tints of De York #85BF88
RGB
CMYK
RGB Variations
Color information
#85BF88 (or 0x85BF88) is known color: De York. HEX triplet: 85, BF and 88. RGB value is (133,191,136). Sum of RGB (Red+Green+Blue) = 133+191+136=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF88 is #7A4077. Grayscale: #A7A7A7. Windows color (decimal): -8011896 or 8961925. OLE color: 8961925.
HSL color Cylindrical-coordinate representation of color #85BF88: hue angle of 123.1º 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 #85BF88 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 136 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.25 |
| HSL | 123.1º | 0.31% | 0.64% | - |
| HSV(B) | 123.1º | 0.3% | 0.75% | - |
| XYZ | 32.75 | 44.03 | 30.06 | - |
| YUV | 167.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 136 | 0.30 | 0 | 0.29 | 0.25 | 123.1 | 0.31 | 0.64 |
| Hex | 85 | BF | 88 | 1E | 0 | 1D | 19 | 7B | 1F | 40 |
| Octal | 205 | 277 | 210 | 36 | 0 | 35 | 31 | 173 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10001000 | 11110 | 0 | 11101 | 11001 | 1111011 | 11111 | 1000000 |
Color Harmonies of #85BF88
Complementary color
Monochromatic Colors of #85BF88
Black with #85BF88
Text Example
Text Example
White with #85BF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF88; }
p { color: rgb(133,191,136); }
H1.HeaderClassName
{
color: #85BF88;
}
.AnyTagClassName
{
color: #85BF88;
}
</style>
background-color css
<style>
a { background-color: #85BF88; }
a { background-color: rgb(133,191,136); }
div.DivClassName
{
background-color: #85BF88;
}
.BgClassName
{
background-color: #85BF88;
}
</style>
border-color css
<style>
span { border-color: #85BF88; }
span { border-color: rgb(133,191,136); }
td.TdClassName
{
border-color: #85BF88;
}
.TagClassName
{
border-color: #85BF88;
}
</style>