Shades of De York #85D090
Tints of De York #85D090
RGB
CMYK
RGB Variations
Color information
#85D090 (or 0x85D090) is known color: De York. HEX triplet: 85, D0 and 90. RGB value is (133,208,144). Sum of RGB (Red+Green+Blue) = 133+208+144=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #85D090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D090 is #7A2F6F. Grayscale: #B2B2B2. Windows color (decimal): -8007536 or 9490565. OLE color: 9490565.
HSL color Cylindrical-coordinate representation of color #85D090: hue angle of 128.8º 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 #85D090 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 144 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.18 |
| HSL | 128.8º | 0.44% | 0.67% | - |
| HSV(B) | 128.8º | 0.36% | 0.82% | - |
| XYZ | 37.26 | 52.11 | 34.48 | - |
| YUV | 178.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 144 | 0.36 | 0 | 0.31 | 0.18 | 128.8 | 0.44 | 0.67 |
| Hex | 85 | D0 | 90 | 24 | 0 | 1F | 12 | 81 | 2C | 43 |
| Octal | 205 | 320 | 220 | 44 | 0 | 37 | 22 | 201 | 54 | 103 |
| Binary | 10000101 | 11010000 | 10010000 | 100100 | 0 | 11111 | 10010 | 10000001 | 101100 | 1000011 |
Color Harmonies of #85D090
Complementary color
Monochromatic Colors of #85D090
Black with #85D090
Text Example
Text Example
White with #85D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D090; }
p { color: rgb(133,208,144); }
H1.HeaderClassName
{
color: #85D090;
}
.AnyTagClassName
{
color: #85D090;
}
</style>
background-color css
<style>
a { background-color: #85D090; }
a { background-color: rgb(133,208,144); }
div.DivClassName
{
background-color: #85D090;
}
.BgClassName
{
background-color: #85D090;
}
</style>
border-color css
<style>
span { border-color: #85D090; }
span { border-color: rgb(133,208,144); }
td.TdClassName
{
border-color: #85D090;
}
.TagClassName
{
border-color: #85D090;
}
</style>