Shades of De York #85D07D
Tints of De York #85D07D
RGB
CMYK
RGB Variations
Color information
#85D07D (or 0x85D07D) is known color: De York. HEX triplet: 85, D0 and 7D. RGB value is (133,208,125). Sum of RGB (Red+Green+Blue) = 133+208+125=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #85D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D07D is #7A2F82. Grayscale: #B0B0B0. Windows color (decimal): -8007555 or 8245381. OLE color: 8245381.
HSL color Cylindrical-coordinate representation of color #85D07D: hue angle of 114.22º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D07D is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 125 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.18 |
| HSL | 114.22º | 0.47% | 0.65% | - |
| HSV(B) | 114.22º | 0.4% | 0.82% | - |
| XYZ | 35.93 | 51.58 | 27.46 | - |
| YUV | 176.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 125 | 0.36 | 0 | 0.40 | 0.18 | 114.22 | 0.47 | 0.65 |
| Hex | 85 | D0 | 7D | 24 | 0 | 28 | 12 | 72 | 2F | 41 |
| Octal | 205 | 320 | 175 | 44 | 0 | 50 | 22 | 162 | 57 | 101 |
| Binary | 10000101 | 11010000 | 1111101 | 100100 | 0 | 101000 | 10010 | 1110010 | 101111 | 1000001 |
Color Harmonies of #85D07D
Complementary color
Monochromatic Colors of #85D07D
Black with #85D07D
Text Example
Text Example
White with #85D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D07D; }
p { color: rgb(133,208,125); }
H1.HeaderClassName
{
color: #85D07D;
}
.AnyTagClassName
{
color: #85D07D;
}
</style>
background-color css
<style>
a { background-color: #85D07D; }
a { background-color: rgb(133,208,125); }
div.DivClassName
{
background-color: #85D07D;
}
.BgClassName
{
background-color: #85D07D;
}
</style>
border-color css
<style>
span { border-color: #85D07D; }
span { border-color: rgb(133,208,125); }
td.TdClassName
{
border-color: #85D07D;
}
.TagClassName
{
border-color: #85D07D;
}
</style>