Shades of De York #85CA88
Tints of De York #85CA88
RGB
CMYK
RGB Variations
Color information
#85CA88 (or 0x85CA88) is known color: De York. HEX triplet: 85, CA and 88. RGB value is (133,202,136). Sum of RGB (Red+Green+Blue) = 133+202+136=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA88 is #7A3577. Grayscale: #AEAEAE. Windows color (decimal): -8009080 or 8964741. OLE color: 8964741.
HSL color Cylindrical-coordinate representation of color #85CA88: hue angle of 122.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CA88 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 136 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.21 |
| HSL | 122.61º | 0.39% | 0.66% | - |
| HSV(B) | 122.61º | 0.34% | 0.79% | - |
| XYZ | 35.24 | 49.01 | 30.89 | - |
| YUV | 173.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 136 | 0.34 | 0 | 0.33 | 0.21 | 122.61 | 0.39 | 0.66 |
| Hex | 85 | CA | 88 | 22 | 0 | 21 | 15 | 7B | 27 | 42 |
| Octal | 205 | 312 | 210 | 42 | 0 | 41 | 25 | 173 | 47 | 102 |
| Binary | 10000101 | 11001010 | 10001000 | 100010 | 0 | 100001 | 10101 | 1111011 | 100111 | 1000010 |
Color Harmonies of #85CA88
Complementary color
Monochromatic Colors of #85CA88
Black with #85CA88
Text Example
Text Example
White with #85CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA88; }
p { color: rgb(133,202,136); }
H1.HeaderClassName
{
color: #85CA88;
}
.AnyTagClassName
{
color: #85CA88;
}
</style>
background-color css
<style>
a { background-color: #85CA88; }
a { background-color: rgb(133,202,136); }
div.DivClassName
{
background-color: #85CA88;
}
.BgClassName
{
background-color: #85CA88;
}
</style>
border-color css
<style>
span { border-color: #85CA88; }
span { border-color: rgb(133,202,136); }
td.TdClassName
{
border-color: #85CA88;
}
.TagClassName
{
border-color: #85CA88;
}
</style>