Shades of De York #85DC96
Tints of De York #85DC96
RGB
CMYK
RGB Variations
Color information
#85DC96 (or 0x85DC96) is known color: De York. HEX triplet: 85, DC and 96. RGB value is (133,220,150). Sum of RGB (Red+Green+Blue) = 133+220+150=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC96 is #7A2369. Grayscale: #BABABA. Windows color (decimal): -8004458 or 9886853. OLE color: 9886853.
HSL color Cylindrical-coordinate representation of color #85DC96: hue angle of 131.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DC96 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 150 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.14 |
| HSL | 131.72º | 0.55% | 0.69% | - |
| HSV(B) | 131.72º | 0.4% | 0.86% | - |
| XYZ | 40.77 | 58.37 | 37.97 | - |
| YUV | 186.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 150 | 0.40 | 0 | 0.32 | 0.14 | 131.72 | 0.55 | 0.69 |
| Hex | 85 | DC | 96 | 28 | 0 | 20 | E | 84 | 37 | 45 |
| Octal | 205 | 334 | 226 | 50 | 0 | 40 | 16 | 204 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10010110 | 101000 | 0 | 100000 | 1110 | 10000100 | 110111 | 1000101 |
Color Harmonies of #85DC96
Complementary color
Monochromatic Colors of #85DC96
Black with #85DC96
Text Example
Text Example
White with #85DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC96; }
p { color: rgb(133,220,150); }
H1.HeaderClassName
{
color: #85DC96;
}
.AnyTagClassName
{
color: #85DC96;
}
</style>
background-color css
<style>
a { background-color: #85DC96; }
a { background-color: rgb(133,220,150); }
div.DivClassName
{
background-color: #85DC96;
}
.BgClassName
{
background-color: #85DC96;
}
</style>
border-color css
<style>
span { border-color: #85DC96; }
span { border-color: rgb(133,220,150); }
td.TdClassName
{
border-color: #85DC96;
}
.TagClassName
{
border-color: #85DC96;
}
</style>