Shades of De York #85CA96
Tints of De York #85CA96
RGB
CMYK
RGB Variations
Color information
#85CA96 (or 0x85CA96) is known color: De York. HEX triplet: 85, CA and 96. RGB value is (133,202,150). Sum of RGB (Red+Green+Blue) = 133+202+150=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA96 is #7A3569. Grayscale: #AFAFAF. Windows color (decimal): -8009066 or 9882245. OLE color: 9882245.
HSL color Cylindrical-coordinate representation of color #85CA96: hue angle of 134.78º 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 #85CA96 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 150 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.21 |
| HSL | 134.78º | 0.39% | 0.66% | - |
| HSV(B) | 134.78º | 0.34% | 0.79% | - |
| XYZ | 36.3 | 49.43 | 36.48 | - |
| YUV | 175.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 150 | 0.34 | 0 | 0.26 | 0.21 | 134.78 | 0.39 | 0.66 |
| Hex | 85 | CA | 96 | 22 | 0 | 1A | 15 | 87 | 27 | 42 |
| Octal | 205 | 312 | 226 | 42 | 0 | 32 | 25 | 207 | 47 | 102 |
| Binary | 10000101 | 11001010 | 10010110 | 100010 | 0 | 11010 | 10101 | 10000111 | 100111 | 1000010 |
Color Harmonies of #85CA96
Complementary color
Monochromatic Colors of #85CA96
Black with #85CA96
Text Example
Text Example
White with #85CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA96; }
p { color: rgb(133,202,150); }
H1.HeaderClassName
{
color: #85CA96;
}
.AnyTagClassName
{
color: #85CA96;
}
</style>
background-color css
<style>
a { background-color: #85CA96; }
a { background-color: rgb(133,202,150); }
div.DivClassName
{
background-color: #85CA96;
}
.BgClassName
{
background-color: #85CA96;
}
</style>
border-color css
<style>
span { border-color: #85CA96; }
span { border-color: rgb(133,202,150); }
td.TdClassName
{
border-color: #85CA96;
}
.TagClassName
{
border-color: #85CA96;
}
</style>