Shades of De York #85D07F
Tints of De York #85D07F
RGB
CMYK
RGB Variations
Color information
#85D07F (or 0x85D07F) is known color: De York. HEX triplet: 85, D0 and 7F. RGB value is (133,208,127). Sum of RGB (Red+Green+Blue) = 133+208+127=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #85D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D07F is #7A2F80. Grayscale: #B0B0B0. Windows color (decimal): -8007553 or 8376453. OLE color: 8376453.
HSL color Cylindrical-coordinate representation of color #85D07F: hue angle of 115.56º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D07F is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 127 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.18 |
| HSL | 115.56º | 0.46% | 0.66% | - |
| HSV(B) | 115.56º | 0.39% | 0.82% | - |
| XYZ | 36.06 | 51.63 | 28.14 | - |
| YUV | 176.34 | 100.15 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 127 | 0.36 | 0 | 0.39 | 0.18 | 115.56 | 0.46 | 0.66 |
| Hex | 85 | D0 | 7F | 24 | 0 | 27 | 12 | 74 | 2E | 42 |
| Octal | 205 | 320 | 177 | 44 | 0 | 47 | 22 | 164 | 56 | 102 |
| Binary | 10000101 | 11010000 | 1111111 | 100100 | 0 | 100111 | 10010 | 1110100 | 101110 | 1000010 |
Color Harmonies of #85D07F
Complementary color
Monochromatic Colors of #85D07F
Black with #85D07F
Text Example
Text Example
White with #85D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D07F; }
p { color: rgb(133,208,127); }
H1.HeaderClassName
{
color: #85D07F;
}
.AnyTagClassName
{
color: #85D07F;
}
</style>
background-color css
<style>
a { background-color: #85D07F; }
a { background-color: rgb(133,208,127); }
div.DivClassName
{
background-color: #85D07F;
}
.BgClassName
{
background-color: #85D07F;
}
</style>
border-color css
<style>
span { border-color: #85D07F; }
span { border-color: rgb(133,208,127); }
td.TdClassName
{
border-color: #85D07F;
}
.TagClassName
{
border-color: #85D07F;
}
</style>