Shades of De York #85C98D
Tints of De York #85C98D
RGB
CMYK
RGB Variations
Color information
#85C98D (or 0x85C98D) is known color: De York. HEX triplet: 85, C9 and 8D. RGB value is (133,201,141). Sum of RGB (Red+Green+Blue) = 133+201+141=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #85C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C98D is #7A3672. Grayscale: #ADADAD. Windows color (decimal): -8009331 or 9292165. OLE color: 9292165.
HSL color Cylindrical-coordinate representation of color #85C98D: hue angle of 127.06º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C98D is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 141 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.21 |
| HSL | 127.06º | 0.39% | 0.65% | - |
| HSV(B) | 127.06º | 0.34% | 0.79% | - |
| XYZ | 35.37 | 48.68 | 32.73 | - |
| YUV | 173.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 141 | 0.34 | 0 | 0.30 | 0.21 | 127.06 | 0.39 | 0.65 |
| Hex | 85 | C9 | 8D | 22 | 0 | 1E | 15 | 7F | 27 | 41 |
| Octal | 205 | 311 | 215 | 42 | 0 | 36 | 25 | 177 | 47 | 101 |
| Binary | 10000101 | 11001001 | 10001101 | 100010 | 0 | 11110 | 10101 | 1111111 | 100111 | 1000001 |
Color Harmonies of #85C98D
Complementary color
Monochromatic Colors of #85C98D
Black with #85C98D
Text Example
Text Example
White with #85C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C98D; }
p { color: rgb(133,201,141); }
H1.HeaderClassName
{
color: #85C98D;
}
.AnyTagClassName
{
color: #85C98D;
}
</style>
background-color css
<style>
a { background-color: #85C98D; }
a { background-color: rgb(133,201,141); }
div.DivClassName
{
background-color: #85C98D;
}
.BgClassName
{
background-color: #85C98D;
}
</style>
border-color css
<style>
span { border-color: #85C98D; }
span { border-color: rgb(133,201,141); }
td.TdClassName
{
border-color: #85C98D;
}
.TagClassName
{
border-color: #85C98D;
}
</style>