Shades of De York #85D98A
Tints of De York #85D98A
RGB
CMYK
RGB Variations
Color information
#85D98A (or 0x85D98A) is known color: De York. HEX triplet: 85, D9 and 8A. RGB value is (133,217,138). Sum of RGB (Red+Green+Blue) = 133+217+138=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #85D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D98A is #7A2675. Grayscale: #B7B7B7. Windows color (decimal): -8005238 or 9099653. OLE color: 9099653.
HSL color Cylindrical-coordinate representation of color #85D98A: hue angle of 123.57º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D98A is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 138 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.15 |
| HSL | 123.57º | 0.53% | 0.69% | - |
| HSV(B) | 123.57º | 0.39% | 0.85% | - |
| XYZ | 39.07 | 56.45 | 32.88 | - |
| YUV | 182.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 138 | 0.39 | 0 | 0.36 | 0.15 | 123.57 | 0.53 | 0.69 |
| Hex | 85 | D9 | 8A | 27 | 0 | 24 | F | 7C | 34 | 45 |
| Octal | 205 | 331 | 212 | 47 | 0 | 44 | 17 | 174 | 64 | 105 |
| Binary | 10000101 | 11011001 | 10001010 | 100111 | 0 | 100100 | 1111 | 1111100 | 110100 | 1000101 |
Color Harmonies of #85D98A
Complementary color
Monochromatic Colors of #85D98A
Black with #85D98A
Text Example
Text Example
White with #85D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D98A; }
p { color: rgb(133,217,138); }
H1.HeaderClassName
{
color: #85D98A;
}
.AnyTagClassName
{
color: #85D98A;
}
</style>
background-color css
<style>
a { background-color: #85D98A; }
a { background-color: rgb(133,217,138); }
div.DivClassName
{
background-color: #85D98A;
}
.BgClassName
{
background-color: #85D98A;
}
</style>
border-color css
<style>
span { border-color: #85D98A; }
span { border-color: rgb(133,217,138); }
td.TdClassName
{
border-color: #85D98A;
}
.TagClassName
{
border-color: #85D98A;
}
</style>