Shades of De York #85C490
Tints of De York #85C490
RGB
CMYK
RGB Variations
Color information
#85C490 (or 0x85C490) is known color: De York. HEX triplet: 85, C4 and 90. RGB value is (133,196,144). Sum of RGB (Red+Green+Blue) = 133+196+144=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #85C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C490 is #7A3B6F. Grayscale: #ABABAB. Windows color (decimal): -8010608 or 9487493. OLE color: 9487493.
HSL color Cylindrical-coordinate representation of color #85C490: hue angle of 130.48º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C490 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 144 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.23 |
| HSL | 130.48º | 0.35% | 0.65% | - |
| HSV(B) | 130.48º | 0.32% | 0.77% | - |
| XYZ | 34.45 | 46.48 | 33.54 | - |
| YUV | 171.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 144 | 0.32 | 0 | 0.27 | 0.23 | 130.48 | 0.35 | 0.65 |
| Hex | 85 | C4 | 90 | 20 | 0 | 1B | 17 | 82 | 23 | 41 |
| Octal | 205 | 304 | 220 | 40 | 0 | 33 | 27 | 202 | 43 | 101 |
| Binary | 10000101 | 11000100 | 10010000 | 100000 | 0 | 11011 | 10111 | 10000010 | 100011 | 1000001 |
Color Harmonies of #85C490
Complementary color
Monochromatic Colors of #85C490
Black with #85C490
Text Example
Text Example
White with #85C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C490; }
p { color: rgb(133,196,144); }
H1.HeaderClassName
{
color: #85C490;
}
.AnyTagClassName
{
color: #85C490;
}
</style>
background-color css
<style>
a { background-color: #85C490; }
a { background-color: rgb(133,196,144); }
div.DivClassName
{
background-color: #85C490;
}
.BgClassName
{
background-color: #85C490;
}
</style>
border-color css
<style>
span { border-color: #85C490; }
span { border-color: rgb(133,196,144); }
td.TdClassName
{
border-color: #85C490;
}
.TagClassName
{
border-color: #85C490;
}
</style>