Shades of De York #85D08A
Tints of De York #85D08A
RGB
CMYK
RGB Variations
Color information
#85D08A (or 0x85D08A) is known color: De York. HEX triplet: 85, D0 and 8A. RGB value is (133,208,138). Sum of RGB (Red+Green+Blue) = 133+208+138=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #85D08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D08A is #7A2F75. Grayscale: #B1B1B1. Windows color (decimal): -8007542 or 9097349. OLE color: 9097349.
HSL color Cylindrical-coordinate representation of color #85D08A: hue angle of 124º 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 #85D08A is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 138 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.18 |
| HSL | 124º | 0.44% | 0.67% | - |
| HSV(B) | 124º | 0.36% | 0.82% | - |
| XYZ | 36.82 | 51.93 | 32.13 | - |
| YUV | 177.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 138 | 0.36 | 0 | 0.34 | 0.18 | 124 | 0.44 | 0.67 |
| Hex | 85 | D0 | 8A | 24 | 0 | 22 | 12 | 7C | 2C | 43 |
| Octal | 205 | 320 | 212 | 44 | 0 | 42 | 22 | 174 | 54 | 103 |
| Binary | 10000101 | 11010000 | 10001010 | 100100 | 0 | 100010 | 10010 | 1111100 | 101100 | 1000011 |
Color Harmonies of #85D08A
Complementary color
Monochromatic Colors of #85D08A
Black with #85D08A
Text Example
Text Example
White with #85D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D08A; }
p { color: rgb(133,208,138); }
H1.HeaderClassName
{
color: #85D08A;
}
.AnyTagClassName
{
color: #85D08A;
}
</style>
background-color css
<style>
a { background-color: #85D08A; }
a { background-color: rgb(133,208,138); }
div.DivClassName
{
background-color: #85D08A;
}
.BgClassName
{
background-color: #85D08A;
}
</style>
border-color css
<style>
span { border-color: #85D08A; }
span { border-color: rgb(133,208,138); }
td.TdClassName
{
border-color: #85D08A;
}
.TagClassName
{
border-color: #85D08A;
}
</style>