Shades of De York #85CE89
Tints of De York #85CE89
RGB
CMYK
RGB Variations
Color information
#85CE89 (or 0x85CE89) is known color: De York. HEX triplet: 85, CE and 89. RGB value is (133,206,137). Sum of RGB (Red+Green+Blue) = 133+206+137=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE89 is #7A3176. Grayscale: #B0B0B0. Windows color (decimal): -8008055 or 9031301. OLE color: 9031301.
HSL color Cylindrical-coordinate representation of color #85CE89: hue angle of 123.29º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CE89 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 137 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.19 |
| HSL | 123.29º | 0.43% | 0.66% | - |
| HSV(B) | 123.29º | 0.35% | 0.81% | - |
| XYZ | 36.26 | 50.94 | 31.59 | - |
| YUV | 176.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 137 | 0.35 | 0 | 0.33 | 0.19 | 123.29 | 0.43 | 0.66 |
| Hex | 85 | CE | 89 | 23 | 0 | 21 | 13 | 7B | 2B | 42 |
| Octal | 205 | 316 | 211 | 43 | 0 | 41 | 23 | 173 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10001001 | 100011 | 0 | 100001 | 10011 | 1111011 | 101011 | 1000010 |
Color Harmonies of #85CE89
Complementary color
Monochromatic Colors of #85CE89
Black with #85CE89
Text Example
Text Example
White with #85CE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE89; }
p { color: rgb(133,206,137); }
H1.HeaderClassName
{
color: #85CE89;
}
.AnyTagClassName
{
color: #85CE89;
}
</style>
background-color css
<style>
a { background-color: #85CE89; }
a { background-color: rgb(133,206,137); }
div.DivClassName
{
background-color: #85CE89;
}
.BgClassName
{
background-color: #85CE89;
}
</style>
border-color css
<style>
span { border-color: #85CE89; }
span { border-color: rgb(133,206,137); }
td.TdClassName
{
border-color: #85CE89;
}
.TagClassName
{
border-color: #85CE89;
}
</style>