Shades of De York #85CA7B
Tints of De York #85CA7B
RGB
CMYK
RGB Variations
Color information
#85CA7B (or 0x85CA7B) is known color: De York. HEX triplet: 85, CA and 7B. RGB value is (133,202,123). Sum of RGB (Red+Green+Blue) = 133+202+123=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA7B is #7A3584. Grayscale: #ACACAC. Windows color (decimal): -8009093 or 8112773. OLE color: 8112773.
HSL color Cylindrical-coordinate representation of color #85CA7B: hue angle of 112.41º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85CA7B is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 123 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.21 |
| HSL | 112.41º | 0.43% | 0.64% | - |
| HSV(B) | 112.41º | 0.39% | 0.79% | - |
| XYZ | 34.37 | 48.66 | 26.32 | - |
| YUV | 172.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 123 | 0.34 | 0 | 0.39 | 0.21 | 112.41 | 0.43 | 0.64 |
| Hex | 85 | CA | 7B | 22 | 0 | 27 | 15 | 70 | 2B | 40 |
| Octal | 205 | 312 | 173 | 42 | 0 | 47 | 25 | 160 | 53 | 100 |
| Binary | 10000101 | 11001010 | 1111011 | 100010 | 0 | 100111 | 10101 | 1110000 | 101011 | 1000000 |
Color Harmonies of #85CA7B
Complementary color
Monochromatic Colors of #85CA7B
Black with #85CA7B
Text Example
Text Example
White with #85CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA7B; }
p { color: rgb(133,202,123); }
H1.HeaderClassName
{
color: #85CA7B;
}
.AnyTagClassName
{
color: #85CA7B;
}
</style>
background-color css
<style>
a { background-color: #85CA7B; }
a { background-color: rgb(133,202,123); }
div.DivClassName
{
background-color: #85CA7B;
}
.BgClassName
{
background-color: #85CA7B;
}
</style>
border-color css
<style>
span { border-color: #85CA7B; }
span { border-color: rgb(133,202,123); }
td.TdClassName
{
border-color: #85CA7B;
}
.TagClassName
{
border-color: #85CA7B;
}
</style>