Shades of De York #85D982
Tints of De York #85D982
RGB
CMYK
RGB Variations
Color information
#85D982 (or 0x85D982) is known color: De York. HEX triplet: 85, D9 and 82. RGB value is (133,217,130). Sum of RGB (Red+Green+Blue) = 133+217+130=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #85D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D982 is #7A267D. Grayscale: #B6B6B6. Windows color (decimal): -8005246 or 8575365. OLE color: 8575365.
HSL color Cylindrical-coordinate representation of color #85D982: hue angle of 117.93º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D982 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 130 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.15 |
| HSL | 117.93º | 0.53% | 0.68% | - |
| HSV(B) | 117.93º | 0.4% | 0.85% | - |
| XYZ | 38.51 | 56.22 | 29.94 | - |
| YUV | 181.97 | 98.67 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 130 | 0.39 | 0 | 0.40 | 0.15 | 117.93 | 0.53 | 0.68 |
| Hex | 85 | D9 | 82 | 27 | 0 | 28 | F | 76 | 35 | 44 |
| Octal | 205 | 331 | 202 | 47 | 0 | 50 | 17 | 166 | 65 | 104 |
| Binary | 10000101 | 11011001 | 10000010 | 100111 | 0 | 101000 | 1111 | 1110110 | 110101 | 1000100 |
Color Harmonies of #85D982
Complementary color
Monochromatic Colors of #85D982
Black with #85D982
Text Example
Text Example
White with #85D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D982; }
p { color: rgb(133,217,130); }
H1.HeaderClassName
{
color: #85D982;
}
.AnyTagClassName
{
color: #85D982;
}
</style>
background-color css
<style>
a { background-color: #85D982; }
a { background-color: rgb(133,217,130); }
div.DivClassName
{
background-color: #85D982;
}
.BgClassName
{
background-color: #85D982;
}
</style>
border-color css
<style>
span { border-color: #85D982; }
span { border-color: rgb(133,217,130); }
td.TdClassName
{
border-color: #85D982;
}
.TagClassName
{
border-color: #85D982;
}
</style>