Shades of De York #85C87C
Tints of De York #85C87C
RGB
CMYK
RGB Variations
Color information
#85C87C (or 0x85C87C) is known color: De York. HEX triplet: 85, C8 and 7C. RGB value is (133,200,124). Sum of RGB (Red+Green+Blue) = 133+200+124=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #85C87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C87C is #7A3783. Grayscale: #ABABAB. Windows color (decimal): -8009604 or 8177797. OLE color: 8177797.
HSL color Cylindrical-coordinate representation of color #85C87C: hue angle of 112.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85C87C is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 124 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.22 |
| HSL | 112.89º | 0.41% | 0.64% | - |
| HSV(B) | 112.89º | 0.38% | 0.78% | - |
| XYZ | 33.97 | 47.75 | 26.5 | - |
| YUV | 171.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 124 | 0.34 | 0 | 0.38 | 0.22 | 112.89 | 0.41 | 0.64 |
| Hex | 85 | C8 | 7C | 22 | 0 | 26 | 16 | 71 | 29 | 40 |
| Octal | 205 | 310 | 174 | 42 | 0 | 46 | 26 | 161 | 51 | 100 |
| Binary | 10000101 | 11001000 | 1111100 | 100010 | 0 | 100110 | 10110 | 1110001 | 101001 | 1000000 |
Color Harmonies of #85C87C
Complementary color
Monochromatic Colors of #85C87C
Black with #85C87C
Text Example
Text Example
White with #85C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C87C; }
p { color: rgb(133,200,124); }
H1.HeaderClassName
{
color: #85C87C;
}
.AnyTagClassName
{
color: #85C87C;
}
</style>
background-color css
<style>
a { background-color: #85C87C; }
a { background-color: rgb(133,200,124); }
div.DivClassName
{
background-color: #85C87C;
}
.BgClassName
{
background-color: #85C87C;
}
</style>
border-color css
<style>
span { border-color: #85C87C; }
span { border-color: rgb(133,200,124); }
td.TdClassName
{
border-color: #85C87C;
}
.TagClassName
{
border-color: #85C87C;
}
</style>