Shades of De York #85C191
Tints of De York #85C191
RGB
CMYK
RGB Variations
Color information
#85C191 (or 0x85C191) is known color: De York. HEX triplet: 85, C1 and 91. RGB value is (133,193,145). Sum of RGB (Red+Green+Blue) = 133+193+145=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #85C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C191 is #7A3E6E. Grayscale: #A9A9A9. Windows color (decimal): -8011375 or 9552261. OLE color: 9552261.
HSL color Cylindrical-coordinate representation of color #85C191: hue angle of 132º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C191 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 145 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.24 |
| HSL | 132º | 0.33% | 0.64% | - |
| HSV(B) | 132º | 0.31% | 0.76% | - |
| XYZ | 33.85 | 45.17 | 33.72 | - |
| YUV | 169.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 145 | 0.31 | 0 | 0.25 | 0.24 | 132 | 0.33 | 0.64 |
| Hex | 85 | C1 | 91 | 1F | 0 | 19 | 18 | 84 | 21 | 40 |
| Octal | 205 | 301 | 221 | 37 | 0 | 31 | 30 | 204 | 41 | 100 |
| Binary | 10000101 | 11000001 | 10010001 | 11111 | 0 | 11001 | 11000 | 10000100 | 100001 | 1000000 |
Color Harmonies of #85C191
Complementary color
Monochromatic Colors of #85C191
Black with #85C191
Text Example
Text Example
White with #85C191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C191; }
p { color: rgb(133,193,145); }
H1.HeaderClassName
{
color: #85C191;
}
.AnyTagClassName
{
color: #85C191;
}
</style>
background-color css
<style>
a { background-color: #85C191; }
a { background-color: rgb(133,193,145); }
div.DivClassName
{
background-color: #85C191;
}
.BgClassName
{
background-color: #85C191;
}
</style>
border-color css
<style>
span { border-color: #85C191; }
span { border-color: rgb(133,193,145); }
td.TdClassName
{
border-color: #85C191;
}
.TagClassName
{
border-color: #85C191;
}
</style>