Shades of De York #85C994
Tints of De York #85C994
RGB
CMYK
RGB Variations
Color information
#85C994 (or 0x85C994) is known color: De York. HEX triplet: 85, C9 and 94. RGB value is (133,201,148). Sum of RGB (Red+Green+Blue) = 133+201+148=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #85C994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C994 is #7A366B. Grayscale: #AEAEAE. Windows color (decimal): -8009324 or 9750917. OLE color: 9750917.
HSL color Cylindrical-coordinate representation of color #85C994: hue angle of 133.24º 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 #85C994 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 148 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.21 |
| HSL | 133.24º | 0.39% | 0.65% | - |
| HSV(B) | 133.24º | 0.34% | 0.79% | - |
| XYZ | 35.9 | 48.9 | 35.56 | - |
| YUV | 174.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 148 | 0.34 | 0 | 0.26 | 0.21 | 133.24 | 0.39 | 0.65 |
| Hex | 85 | C9 | 94 | 22 | 0 | 1A | 15 | 85 | 27 | 41 |
| Octal | 205 | 311 | 224 | 42 | 0 | 32 | 25 | 205 | 47 | 101 |
| Binary | 10000101 | 11001001 | 10010100 | 100010 | 0 | 11010 | 10101 | 10000101 | 100111 | 1000001 |
Color Harmonies of #85C994
Complementary color
Monochromatic Colors of #85C994
Black with #85C994
Text Example
Text Example
White with #85C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C994; }
p { color: rgb(133,201,148); }
H1.HeaderClassName
{
color: #85C994;
}
.AnyTagClassName
{
color: #85C994;
}
</style>
background-color css
<style>
a { background-color: #85C994; }
a { background-color: rgb(133,201,148); }
div.DivClassName
{
background-color: #85C994;
}
.BgClassName
{
background-color: #85C994;
}
</style>
border-color css
<style>
span { border-color: #85C994; }
span { border-color: rgb(133,201,148); }
td.TdClassName
{
border-color: #85C994;
}
.TagClassName
{
border-color: #85C994;
}
</style>