Shades of De York #85C07D
Tints of De York #85C07D
RGB
CMYK
RGB Variations
Color information
#85C07D (or 0x85C07D) is known color: De York. HEX triplet: 85, C0 and 7D. RGB value is (133,192,125). Sum of RGB (Red+Green+Blue) = 133+192+125=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #85C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C07D is #7A3F82. Grayscale: #A6A6A6. Windows color (decimal): -8011651 or 8241285. OLE color: 8241285.
HSL color Cylindrical-coordinate representation of color #85C07D: hue angle of 112.84º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C07D is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 125 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.25 |
| HSL | 112.84º | 0.35% | 0.62% | - |
| HSV(B) | 112.84º | 0.35% | 0.75% | - |
| XYZ | 32.22 | 44.17 | 26.23 | - |
| YUV | 166.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 125 | 0.31 | 0 | 0.35 | 0.25 | 112.84 | 0.35 | 0.62 |
| Hex | 85 | C0 | 7D | 1F | 0 | 23 | 19 | 71 | 23 | 3E |
| Octal | 205 | 300 | 175 | 37 | 0 | 43 | 31 | 161 | 43 | 76 |
| Binary | 10000101 | 11000000 | 1111101 | 11111 | 0 | 100011 | 11001 | 1110001 | 100011 | 111110 |
Color Harmonies of #85C07D
Complementary color
Monochromatic Colors of #85C07D
Black with #85C07D
Text Example
Text Example
White with #85C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C07D; }
p { color: rgb(133,192,125); }
H1.HeaderClassName
{
color: #85C07D;
}
.AnyTagClassName
{
color: #85C07D;
}
</style>
background-color css
<style>
a { background-color: #85C07D; }
a { background-color: rgb(133,192,125); }
div.DivClassName
{
background-color: #85C07D;
}
.BgClassName
{
background-color: #85C07D;
}
</style>
border-color css
<style>
span { border-color: #85C07D; }
span { border-color: rgb(133,192,125); }
td.TdClassName
{
border-color: #85C07D;
}
.TagClassName
{
border-color: #85C07D;
}
</style>