Shades of De York #85D091
Tints of De York #85D091
RGB
CMYK
RGB Variations
Color information
#85D091 (or 0x85D091) is known color: De York. HEX triplet: 85, D0 and 91. RGB value is (133,208,145). Sum of RGB (Red+Green+Blue) = 133+208+145=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #85D091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D091 is #7A2F6E. Grayscale: #B2B2B2. Windows color (decimal): -8007535 or 9556101. OLE color: 9556101.
HSL color Cylindrical-coordinate representation of color #85D091: hue angle of 129.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D091 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 145 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.18 |
| HSL | 129.6º | 0.44% | 0.67% | - |
| HSV(B) | 129.6º | 0.36% | 0.82% | - |
| XYZ | 37.34 | 52.14 | 34.88 | - |
| YUV | 178.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 145 | 0.36 | 0 | 0.30 | 0.18 | 129.6 | 0.44 | 0.67 |
| Hex | 85 | D0 | 91 | 24 | 0 | 1E | 12 | 82 | 2C | 43 |
| Octal | 205 | 320 | 221 | 44 | 0 | 36 | 22 | 202 | 54 | 103 |
| Binary | 10000101 | 11010000 | 10010001 | 100100 | 0 | 11110 | 10010 | 10000010 | 101100 | 1000011 |
Color Harmonies of #85D091
Complementary color
Monochromatic Colors of #85D091
Black with #85D091
Text Example
Text Example
White with #85D091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D091; }
p { color: rgb(133,208,145); }
H1.HeaderClassName
{
color: #85D091;
}
.AnyTagClassName
{
color: #85D091;
}
</style>
background-color css
<style>
a { background-color: #85D091; }
a { background-color: rgb(133,208,145); }
div.DivClassName
{
background-color: #85D091;
}
.BgClassName
{
background-color: #85D091;
}
</style>
border-color css
<style>
span { border-color: #85D091; }
span { border-color: rgb(133,208,145); }
td.TdClassName
{
border-color: #85D091;
}
.TagClassName
{
border-color: #85D091;
}
</style>