Shades of De York #85C783
Tints of De York #85C783
RGB
CMYK
RGB Variations
Color information
#85C783 (or 0x85C783) is known color: De York. HEX triplet: 85, C7 and 83. RGB value is (133,199,131). Sum of RGB (Red+Green+Blue) = 133+199+131=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #85C783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C783 is #7A387C. Grayscale: #ABABAB. Windows color (decimal): -8009853 or 8636293. OLE color: 8636293.
HSL color Cylindrical-coordinate representation of color #85C783: hue angle of 118.24º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C783 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 131 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.22 |
| HSL | 118.24º | 0.38% | 0.65% | - |
| HSV(B) | 118.24º | 0.34% | 0.78% | - |
| XYZ | 34.19 | 47.47 | 28.83 | - |
| YUV | 171.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 131 | 0.33 | 0 | 0.34 | 0.22 | 118.24 | 0.38 | 0.65 |
| Hex | 85 | C7 | 83 | 21 | 0 | 22 | 16 | 76 | 26 | 41 |
| Octal | 205 | 307 | 203 | 41 | 0 | 42 | 26 | 166 | 46 | 101 |
| Binary | 10000101 | 11000111 | 10000011 | 100001 | 0 | 100010 | 10110 | 1110110 | 100110 | 1000001 |
Color Harmonies of #85C783
Complementary color
Monochromatic Colors of #85C783
Black with #85C783
Text Example
Text Example
White with #85C783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C783; }
p { color: rgb(133,199,131); }
H1.HeaderClassName
{
color: #85C783;
}
.AnyTagClassName
{
color: #85C783;
}
</style>
background-color css
<style>
a { background-color: #85C783; }
a { background-color: rgb(133,199,131); }
div.DivClassName
{
background-color: #85C783;
}
.BgClassName
{
background-color: #85C783;
}
</style>
border-color css
<style>
span { border-color: #85C783; }
span { border-color: rgb(133,199,131); }
td.TdClassName
{
border-color: #85C783;
}
.TagClassName
{
border-color: #85C783;
}
</style>