Shades of De York #85DC8A
Tints of De York #85DC8A
RGB
CMYK
RGB Variations
Color information
#85DC8A (or 0x85DC8A) is known color: De York. HEX triplet: 85, DC and 8A. RGB value is (133,220,138). Sum of RGB (Red+Green+Blue) = 133+220+138=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC8A is #7A2375. Grayscale: #B8B8B8. Windows color (decimal): -8004470 or 9100421. OLE color: 9100421.
HSL color Cylindrical-coordinate representation of color #85DC8A: hue angle of 123.45º 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 #85DC8A is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 138 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.14 |
| HSL | 123.45º | 0.55% | 0.69% | - |
| HSV(B) | 123.45º | 0.4% | 0.86% | - |
| XYZ | 39.85 | 58.01 | 33.14 | - |
| YUV | 184.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 138 | 0.40 | 0 | 0.37 | 0.14 | 123.45 | 0.55 | 0.69 |
| Hex | 85 | DC | 8A | 28 | 0 | 25 | E | 7B | 37 | 45 |
| Octal | 205 | 334 | 212 | 50 | 0 | 45 | 16 | 173 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10001010 | 101000 | 0 | 100101 | 1110 | 1111011 | 110111 | 1000101 |
Color Harmonies of #85DC8A
Complementary color
Monochromatic Colors of #85DC8A
Black with #85DC8A
Text Example
Text Example
White with #85DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC8A; }
p { color: rgb(133,220,138); }
H1.HeaderClassName
{
color: #85DC8A;
}
.AnyTagClassName
{
color: #85DC8A;
}
</style>
background-color css
<style>
a { background-color: #85DC8A; }
a { background-color: rgb(133,220,138); }
div.DivClassName
{
background-color: #85DC8A;
}
.BgClassName
{
background-color: #85DC8A;
}
</style>
border-color css
<style>
span { border-color: #85DC8A; }
span { border-color: rgb(133,220,138); }
td.TdClassName
{
border-color: #85DC8A;
}
.TagClassName
{
border-color: #85DC8A;
}
</style>