Shades of De York #85DC95
Tints of De York #85DC95
RGB
CMYK
RGB Variations
Color information
#85DC95 (or 0x85DC95) is known color: De York. HEX triplet: 85, DC and 95. RGB value is (133,220,149). Sum of RGB (Red+Green+Blue) = 133+220+149=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC95 is #7A236A. Grayscale: #BABABA. Windows color (decimal): -8004459 or 9821317. OLE color: 9821317.
HSL color Cylindrical-coordinate representation of color #85DC95: hue angle of 131.03º 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 #85DC95 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 149 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.14 |
| HSL | 131.03º | 0.55% | 0.69% | - |
| HSV(B) | 131.03º | 0.4% | 0.86% | - |
| XYZ | 40.69 | 58.34 | 37.55 | - |
| YUV | 185.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 149 | 0.40 | 0 | 0.32 | 0.14 | 131.03 | 0.55 | 0.69 |
| Hex | 85 | DC | 95 | 28 | 0 | 20 | E | 83 | 37 | 45 |
| Octal | 205 | 334 | 225 | 50 | 0 | 40 | 16 | 203 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10010101 | 101000 | 0 | 100000 | 1110 | 10000011 | 110111 | 1000101 |
Color Harmonies of #85DC95
Complementary color
Monochromatic Colors of #85DC95
Black with #85DC95
Text Example
Text Example
White with #85DC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC95; }
p { color: rgb(133,220,149); }
H1.HeaderClassName
{
color: #85DC95;
}
.AnyTagClassName
{
color: #85DC95;
}
</style>
background-color css
<style>
a { background-color: #85DC95; }
a { background-color: rgb(133,220,149); }
div.DivClassName
{
background-color: #85DC95;
}
.BgClassName
{
background-color: #85DC95;
}
</style>
border-color css
<style>
span { border-color: #85DC95; }
span { border-color: rgb(133,220,149); }
td.TdClassName
{
border-color: #85DC95;
}
.TagClassName
{
border-color: #85DC95;
}
</style>