Shades of De York #85C77D
Tints of De York #85C77D
RGB
CMYK
RGB Variations
Color information
#85C77D (or 0x85C77D) is known color: De York. HEX triplet: 85, C7 and 7D. RGB value is (133,199,125). Sum of RGB (Red+Green+Blue) = 133+199+125=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #85C77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C77D is #7A3882. Grayscale: #ABABAB. Windows color (decimal): -8009859 or 8243077. OLE color: 8243077.
HSL color Cylindrical-coordinate representation of color #85C77D: hue angle of 113.51º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85C77D is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 125 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.22 |
| HSL | 113.51º | 0.4% | 0.64% | - |
| HSV(B) | 113.51º | 0.37% | 0.78% | - |
| XYZ | 33.8 | 47.31 | 26.75 | - |
| YUV | 170.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 125 | 0.33 | 0 | 0.37 | 0.22 | 113.51 | 0.4 | 0.64 |
| Hex | 85 | C7 | 7D | 21 | 0 | 25 | 16 | 72 | 28 | 40 |
| Octal | 205 | 307 | 175 | 41 | 0 | 45 | 26 | 162 | 50 | 100 |
| Binary | 10000101 | 11000111 | 1111101 | 100001 | 0 | 100101 | 10110 | 1110010 | 101000 | 1000000 |
Color Harmonies of #85C77D
Complementary color
Monochromatic Colors of #85C77D
Black with #85C77D
Text Example
Text Example
White with #85C77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C77D; }
p { color: rgb(133,199,125); }
H1.HeaderClassName
{
color: #85C77D;
}
.AnyTagClassName
{
color: #85C77D;
}
</style>
background-color css
<style>
a { background-color: #85C77D; }
a { background-color: rgb(133,199,125); }
div.DivClassName
{
background-color: #85C77D;
}
.BgClassName
{
background-color: #85C77D;
}
</style>
border-color css
<style>
span { border-color: #85C77D; }
span { border-color: rgb(133,199,125); }
td.TdClassName
{
border-color: #85C77D;
}
.TagClassName
{
border-color: #85C77D;
}
</style>