Shades of De York #85CF89
Tints of De York #85CF89
RGB
CMYK
RGB Variations
Color information
#85CF89 (or 0x85CF89) is known color: De York. HEX triplet: 85, CF and 89. RGB value is (133,207,137). Sum of RGB (Red+Green+Blue) = 133+207+137=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CF89 is #7A3076. Grayscale: #B1B1B1. Windows color (decimal): -8007799 or 9031557. OLE color: 9031557.
HSL color Cylindrical-coordinate representation of color #85CF89: hue angle of 123.24º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CF89 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 137 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.19 |
| HSL | 123.24º | 0.44% | 0.67% | - |
| HSV(B) | 123.24º | 0.36% | 0.81% | - |
| XYZ | 36.5 | 51.42 | 31.67 | - |
| YUV | 176.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 137 | 0.36 | 0 | 0.34 | 0.19 | 123.24 | 0.44 | 0.67 |
| Hex | 85 | CF | 89 | 24 | 0 | 22 | 13 | 7B | 2C | 43 |
| Octal | 205 | 317 | 211 | 44 | 0 | 42 | 23 | 173 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10001001 | 100100 | 0 | 100010 | 10011 | 1111011 | 101100 | 1000011 |
Color Harmonies of #85CF89
Complementary color
Monochromatic Colors of #85CF89
Black with #85CF89
Text Example
Text Example
White with #85CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF89; }
p { color: rgb(133,207,137); }
H1.HeaderClassName
{
color: #85CF89;
}
.AnyTagClassName
{
color: #85CF89;
}
</style>
background-color css
<style>
a { background-color: #85CF89; }
a { background-color: rgb(133,207,137); }
div.DivClassName
{
background-color: #85CF89;
}
.BgClassName
{
background-color: #85CF89;
}
</style>
border-color css
<style>
span { border-color: #85CF89; }
span { border-color: rgb(133,207,137); }
td.TdClassName
{
border-color: #85CF89;
}
.TagClassName
{
border-color: #85CF89;
}
</style>