Shades of De York #85CB88
Tints of De York #85CB88
RGB
CMYK
RGB Variations
Color information
#85CB88 (or 0x85CB88) is known color: De York. HEX triplet: 85, CB and 88. RGB value is (133,203,136). Sum of RGB (Red+Green+Blue) = 133+203+136=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CB88 is #7A3477. Grayscale: #AEAEAE. Windows color (decimal): -8008824 or 8964997. OLE color: 8964997.
HSL color Cylindrical-coordinate representation of color #85CB88: hue angle of 122.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CB88 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 136 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.20 |
| HSL | 122.57º | 0.4% | 0.66% | - |
| HSV(B) | 122.57º | 0.34% | 0.8% | - |
| XYZ | 35.47 | 49.48 | 30.97 | - |
| YUV | 174.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 136 | 0.34 | 0 | 0.33 | 0.20 | 122.57 | 0.4 | 0.66 |
| Hex | 85 | CB | 88 | 22 | 0 | 21 | 14 | 7B | 28 | 42 |
| Octal | 205 | 313 | 210 | 42 | 0 | 41 | 24 | 173 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10001000 | 100010 | 0 | 100001 | 10100 | 1111011 | 101000 | 1000010 |
Color Harmonies of #85CB88
Complementary color
Monochromatic Colors of #85CB88
Black with #85CB88
Text Example
Text Example
White with #85CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB88; }
p { color: rgb(133,203,136); }
H1.HeaderClassName
{
color: #85CB88;
}
.AnyTagClassName
{
color: #85CB88;
}
</style>
background-color css
<style>
a { background-color: #85CB88; }
a { background-color: rgb(133,203,136); }
div.DivClassName
{
background-color: #85CB88;
}
.BgClassName
{
background-color: #85CB88;
}
</style>
border-color css
<style>
span { border-color: #85CB88; }
span { border-color: rgb(133,203,136); }
td.TdClassName
{
border-color: #85CB88;
}
.TagClassName
{
border-color: #85CB88;
}
</style>