Shades of De York #85D182
Tints of De York #85D182
RGB
CMYK
RGB Variations
Color information
#85D182 (or 0x85D182) is known color: De York. HEX triplet: 85, D1 and 82. RGB value is (133,209,130). Sum of RGB (Red+Green+Blue) = 133+209+130=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #85D182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D182 is #7A2E7D. Grayscale: #B1B1B1. Windows color (decimal): -8007294 or 8573317. OLE color: 8573317.
HSL color Cylindrical-coordinate representation of color #85D182: hue angle of 117.72º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D182 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 209 | 130 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.18 |
| HSL | 117.72º | 0.46% | 0.66% | - |
| HSV(B) | 117.72º | 0.38% | 0.82% | - |
| XYZ | 36.5 | 52.2 | 29.27 | - |
| YUV | 177.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 130 | 0.36 | 0 | 0.38 | 0.18 | 117.72 | 0.46 | 0.66 |
| Hex | 85 | D1 | 82 | 24 | 0 | 26 | 12 | 76 | 2E | 42 |
| Octal | 205 | 321 | 202 | 44 | 0 | 46 | 22 | 166 | 56 | 102 |
| Binary | 10000101 | 11010001 | 10000010 | 100100 | 0 | 100110 | 10010 | 1110110 | 101110 | 1000010 |
Color Harmonies of #85D182
Complementary color
Monochromatic Colors of #85D182
Black with #85D182
Text Example
Text Example
White with #85D182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D182; }
p { color: rgb(133,209,130); }
H1.HeaderClassName
{
color: #85D182;
}
.AnyTagClassName
{
color: #85D182;
}
</style>
background-color css
<style>
a { background-color: #85D182; }
a { background-color: rgb(133,209,130); }
div.DivClassName
{
background-color: #85D182;
}
.BgClassName
{
background-color: #85D182;
}
</style>
border-color css
<style>
span { border-color: #85D182; }
span { border-color: rgb(133,209,130); }
td.TdClassName
{
border-color: #85D182;
}
.TagClassName
{
border-color: #85D182;
}
</style>