Shades of De York #85C790
Tints of De York #85C790
RGB
CMYK
RGB Variations
Color information
#85C790 (or 0x85C790) is known color: De York. HEX triplet: 85, C7 and 90. RGB value is (133,199,144). Sum of RGB (Red+Green+Blue) = 133+199+144=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #85C790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C790 is #7A386F. Grayscale: #ADADAD. Windows color (decimal): -8009840 or 9488261. OLE color: 9488261.
HSL color Cylindrical-coordinate representation of color #85C790: hue angle of 130º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C790 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 144 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.22 |
| HSL | 130º | 0.37% | 0.65% | - |
| HSV(B) | 130º | 0.33% | 0.78% | - |
| XYZ | 35.13 | 47.85 | 33.77 | - |
| YUV | 173 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 144 | 0.33 | 0 | 0.28 | 0.22 | 130 | 0.37 | 0.65 |
| Hex | 85 | C7 | 90 | 21 | 0 | 1C | 16 | 82 | 25 | 41 |
| Octal | 205 | 307 | 220 | 41 | 0 | 34 | 26 | 202 | 45 | 101 |
| Binary | 10000101 | 11000111 | 10010000 | 100001 | 0 | 11100 | 10110 | 10000010 | 100101 | 1000001 |
Color Harmonies of #85C790
Complementary color
Monochromatic Colors of #85C790
Black with #85C790
Text Example
Text Example
White with #85C790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C790; }
p { color: rgb(133,199,144); }
H1.HeaderClassName
{
color: #85C790;
}
.AnyTagClassName
{
color: #85C790;
}
</style>
background-color css
<style>
a { background-color: #85C790; }
a { background-color: rgb(133,199,144); }
div.DivClassName
{
background-color: #85C790;
}
.BgClassName
{
background-color: #85C790;
}
</style>
border-color css
<style>
span { border-color: #85C790; }
span { border-color: rgb(133,199,144); }
td.TdClassName
{
border-color: #85C790;
}
.TagClassName
{
border-color: #85C790;
}
</style>