Shades of De York #85C788
Tints of De York #85C788
RGB
CMYK
RGB Variations
Color information
#85C788 (or 0x85C788) is known color: De York. HEX triplet: 85, C7 and 88. RGB value is (133,199,136). Sum of RGB (Red+Green+Blue) = 133+199+136=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #85C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C788 is #7A3877. Grayscale: #ACACAC. Windows color (decimal): -8009848 or 8963973. OLE color: 8963973.
HSL color Cylindrical-coordinate representation of color #85C788: hue angle of 122.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C788 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 136 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.22 |
| HSL | 122.73º | 0.37% | 0.65% | - |
| HSV(B) | 122.73º | 0.33% | 0.78% | - |
| XYZ | 34.54 | 47.61 | 30.66 | - |
| YUV | 172.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 136 | 0.33 | 0 | 0.32 | 0.22 | 122.73 | 0.37 | 0.65 |
| Hex | 85 | C7 | 88 | 21 | 0 | 20 | 16 | 7B | 25 | 41 |
| Octal | 205 | 307 | 210 | 41 | 0 | 40 | 26 | 173 | 45 | 101 |
| Binary | 10000101 | 11000111 | 10001000 | 100001 | 0 | 100000 | 10110 | 1111011 | 100101 | 1000001 |
Color Harmonies of #85C788
Complementary color
Monochromatic Colors of #85C788
Black with #85C788
Text Example
Text Example
White with #85C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C788; }
p { color: rgb(133,199,136); }
H1.HeaderClassName
{
color: #85C788;
}
.AnyTagClassName
{
color: #85C788;
}
</style>
background-color css
<style>
a { background-color: #85C788; }
a { background-color: rgb(133,199,136); }
div.DivClassName
{
background-color: #85C788;
}
.BgClassName
{
background-color: #85C788;
}
</style>
border-color css
<style>
span { border-color: #85C788; }
span { border-color: rgb(133,199,136); }
td.TdClassName
{
border-color: #85C788;
}
.TagClassName
{
border-color: #85C788;
}
</style>