Shades of De York #85C681
Tints of De York #85C681
RGB
CMYK
RGB Variations
Color information
#85C681 (or 0x85C681) is known color: De York. HEX triplet: 85, C6 and 81. RGB value is (133,198,129). Sum of RGB (Red+Green+Blue) = 133+198+129=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #85C681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C681 is #7A397E. Grayscale: #AAAAAA. Windows color (decimal): -8010111 or 8504965. OLE color: 8504965.
HSL color Cylindrical-coordinate representation of color #85C681: hue angle of 116.52º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C681 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 129 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.22 |
| HSL | 116.52º | 0.38% | 0.64% | - |
| HSV(B) | 116.52º | 0.35% | 0.78% | - |
| XYZ | 33.83 | 46.96 | 28.05 | - |
| YUV | 170.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 129 | 0.33 | 0 | 0.35 | 0.22 | 116.52 | 0.38 | 0.64 |
| Hex | 85 | C6 | 81 | 21 | 0 | 23 | 16 | 75 | 26 | 40 |
| Octal | 205 | 306 | 201 | 41 | 0 | 43 | 26 | 165 | 46 | 100 |
| Binary | 10000101 | 11000110 | 10000001 | 100001 | 0 | 100011 | 10110 | 1110101 | 100110 | 1000000 |
Color Harmonies of #85C681
Complementary color
Monochromatic Colors of #85C681
Black with #85C681
Text Example
Text Example
White with #85C681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C681; }
p { color: rgb(133,198,129); }
H1.HeaderClassName
{
color: #85C681;
}
.AnyTagClassName
{
color: #85C681;
}
</style>
background-color css
<style>
a { background-color: #85C681; }
a { background-color: rgb(133,198,129); }
div.DivClassName
{
background-color: #85C681;
}
.BgClassName
{
background-color: #85C681;
}
</style>
border-color css
<style>
span { border-color: #85C681; }
span { border-color: rgb(133,198,129); }
td.TdClassName
{
border-color: #85C681;
}
.TagClassName
{
border-color: #85C681;
}
</style>