Shades of De York #85C07F
Tints of De York #85C07F
RGB
CMYK
RGB Variations
Color information
#85C07F (or 0x85C07F) is known color: De York. HEX triplet: 85, C0 and 7F. RGB value is (133,192,127). Sum of RGB (Red+Green+Blue) = 133+192+127=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #85C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C07F is #7A3F80. Grayscale: #A7A7A7. Windows color (decimal): -8011649 or 8372357. OLE color: 8372357.
HSL color Cylindrical-coordinate representation of color #85C07F: hue angle of 114.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C07F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 127 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.25 |
| HSL | 114.46º | 0.34% | 0.63% | - |
| HSV(B) | 114.46º | 0.34% | 0.75% | - |
| XYZ | 32.35 | 44.22 | 26.91 | - |
| YUV | 166.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 127 | 0.31 | 0 | 0.34 | 0.25 | 114.46 | 0.34 | 0.63 |
| Hex | 85 | C0 | 7F | 1F | 0 | 22 | 19 | 72 | 22 | 3F |
| Octal | 205 | 300 | 177 | 37 | 0 | 42 | 31 | 162 | 42 | 77 |
| Binary | 10000101 | 11000000 | 1111111 | 11111 | 0 | 100010 | 11001 | 1110010 | 100010 | 111111 |
Color Harmonies of #85C07F
Complementary color
Monochromatic Colors of #85C07F
Black with #85C07F
Text Example
Text Example
White with #85C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C07F; }
p { color: rgb(133,192,127); }
H1.HeaderClassName
{
color: #85C07F;
}
.AnyTagClassName
{
color: #85C07F;
}
</style>
background-color css
<style>
a { background-color: #85C07F; }
a { background-color: rgb(133,192,127); }
div.DivClassName
{
background-color: #85C07F;
}
.BgClassName
{
background-color: #85C07F;
}
</style>
border-color css
<style>
span { border-color: #85C07F; }
span { border-color: rgb(133,192,127); }
td.TdClassName
{
border-color: #85C07F;
}
.TagClassName
{
border-color: #85C07F;
}
</style>