Shades of De York #85CE78
Tints of De York #85CE78
RGB
CMYK
RGB Variations
Color information
#85CE78 (or 0x85CE78) is known color: De York. HEX triplet: 85, CE and 78. RGB value is (133,206,120). Sum of RGB (Red+Green+Blue) = 133+206+120=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE78 is #7A3187. Grayscale: #AEAEAE. Windows color (decimal): -8008072 or 7917189. OLE color: 7917189.
HSL color Cylindrical-coordinate representation of color #85CE78: hue angle of 110.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85CE78 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 120 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.19 |
| HSL | 110.93º | 0.47% | 0.64% | - |
| HSV(B) | 110.93º | 0.42% | 0.81% | - |
| XYZ | 35.13 | 50.49 | 25.66 | - |
| YUV | 174.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 120 | 0.35 | 0 | 0.42 | 0.19 | 110.93 | 0.47 | 0.64 |
| Hex | 85 | CE | 78 | 23 | 0 | 2A | 13 | 6F | 2F | 40 |
| Octal | 205 | 316 | 170 | 43 | 0 | 52 | 23 | 157 | 57 | 100 |
| Binary | 10000101 | 11001110 | 1111000 | 100011 | 0 | 101010 | 10011 | 1101111 | 101111 | 1000000 |
Color Harmonies of #85CE78
Complementary color
Monochromatic Colors of #85CE78
Black with #85CE78
Text Example
Text Example
White with #85CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE78; }
p { color: rgb(133,206,120); }
H1.HeaderClassName
{
color: #85CE78;
}
.AnyTagClassName
{
color: #85CE78;
}
</style>
background-color css
<style>
a { background-color: #85CE78; }
a { background-color: rgb(133,206,120); }
div.DivClassName
{
background-color: #85CE78;
}
.BgClassName
{
background-color: #85CE78;
}
</style>
border-color css
<style>
span { border-color: #85CE78; }
span { border-color: rgb(133,206,120); }
td.TdClassName
{
border-color: #85CE78;
}
.TagClassName
{
border-color: #85CE78;
}
</style>