Shades of De York #85CA8C
Tints of De York #85CA8C
RGB
CMYK
RGB Variations
Color information
#85CA8C (or 0x85CA8C) is known color: De York. HEX triplet: 85, CA and 8C. RGB value is (133,202,140). Sum of RGB (Red+Green+Blue) = 133+202+140=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA8C is #7A3573. Grayscale: #AEAEAE. Windows color (decimal): -8009076 or 9226885. OLE color: 9226885.
HSL color Cylindrical-coordinate representation of color #85CA8C: hue angle of 126.09º 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 #85CA8C is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 140 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.21 |
| HSL | 126.09º | 0.39% | 0.66% | - |
| HSV(B) | 126.09º | 0.34% | 0.79% | - |
| XYZ | 35.53 | 49.12 | 32.42 | - |
| YUV | 174.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 140 | 0.34 | 0 | 0.31 | 0.21 | 126.09 | 0.39 | 0.66 |
| Hex | 85 | CA | 8C | 22 | 0 | 1F | 15 | 7E | 27 | 42 |
| Octal | 205 | 312 | 214 | 42 | 0 | 37 | 25 | 176 | 47 | 102 |
| Binary | 10000101 | 11001010 | 10001100 | 100010 | 0 | 11111 | 10101 | 1111110 | 100111 | 1000010 |
Color Harmonies of #85CA8C
Complementary color
Monochromatic Colors of #85CA8C
Black with #85CA8C
Text Example
Text Example
White with #85CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA8C; }
p { color: rgb(133,202,140); }
H1.HeaderClassName
{
color: #85CA8C;
}
.AnyTagClassName
{
color: #85CA8C;
}
</style>
background-color css
<style>
a { background-color: #85CA8C; }
a { background-color: rgb(133,202,140); }
div.DivClassName
{
background-color: #85CA8C;
}
.BgClassName
{
background-color: #85CA8C;
}
</style>
border-color css
<style>
span { border-color: #85CA8C; }
span { border-color: rgb(133,202,140); }
td.TdClassName
{
border-color: #85CA8C;
}
.TagClassName
{
border-color: #85CA8C;
}
</style>