Shades of De York #85CF7D
Tints of De York #85CF7D
RGB
CMYK
RGB Variations
Color information
#85CF7D (or 0x85CF7D) is known color: De York. HEX triplet: 85, CF and 7D. RGB value is (133,207,125). Sum of RGB (Red+Green+Blue) = 133+207+125=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF7D is #7A3082. Grayscale: #AFAFAF. Windows color (decimal): -8007811 or 8245125. OLE color: 8245125.
HSL color Cylindrical-coordinate representation of color #85CF7D: hue angle of 114.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CF7D is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 125 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.19 |
| HSL | 114.15º | 0.46% | 0.65% | - |
| HSV(B) | 114.15º | 0.4% | 0.81% | - |
| XYZ | 35.69 | 51.09 | 27.38 | - |
| YUV | 175.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 125 | 0.36 | 0 | 0.40 | 0.19 | 114.15 | 0.46 | 0.65 |
| Hex | 85 | CF | 7D | 24 | 0 | 28 | 13 | 72 | 2E | 41 |
| Octal | 205 | 317 | 175 | 44 | 0 | 50 | 23 | 162 | 56 | 101 |
| Binary | 10000101 | 11001111 | 1111101 | 100100 | 0 | 101000 | 10011 | 1110010 | 101110 | 1000001 |
Color Harmonies of #85CF7D
Complementary color
Monochromatic Colors of #85CF7D
Black with #85CF7D
Text Example
Text Example
White with #85CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF7D; }
p { color: rgb(133,207,125); }
H1.HeaderClassName
{
color: #85CF7D;
}
.AnyTagClassName
{
color: #85CF7D;
}
</style>
background-color css
<style>
a { background-color: #85CF7D; }
a { background-color: rgb(133,207,125); }
div.DivClassName
{
background-color: #85CF7D;
}
.BgClassName
{
background-color: #85CF7D;
}
</style>
border-color css
<style>
span { border-color: #85CF7D; }
span { border-color: rgb(133,207,125); }
td.TdClassName
{
border-color: #85CF7D;
}
.TagClassName
{
border-color: #85CF7D;
}
</style>