Shades of De York #85C28D
Tints of De York #85C28D
RGB
CMYK
RGB Variations
Color information
#85C28D (or 0x85C28D) is known color: De York. HEX triplet: 85, C2 and 8D. RGB value is (133,194,141). Sum of RGB (Red+Green+Blue) = 133+194+141=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #85C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C28D is #7A3D72. Grayscale: #A9A9A9. Windows color (decimal): -8011123 or 9290373. OLE color: 9290373.
HSL color Cylindrical-coordinate representation of color #85C28D: hue angle of 127.87º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C28D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 141 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.24 |
| HSL | 127.87º | 0.33% | 0.64% | - |
| HSV(B) | 127.87º | 0.31% | 0.76% | - |
| XYZ | 33.77 | 45.49 | 32.2 | - |
| YUV | 169.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 141 | 0.31 | 0 | 0.27 | 0.24 | 127.87 | 0.33 | 0.64 |
| Hex | 85 | C2 | 8D | 1F | 0 | 1B | 18 | 80 | 21 | 40 |
| Octal | 205 | 302 | 215 | 37 | 0 | 33 | 30 | 200 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10001101 | 11111 | 0 | 11011 | 11000 | 10000000 | 100001 | 1000000 |
Color Harmonies of #85C28D
Complementary color
Monochromatic Colors of #85C28D
Black with #85C28D
Text Example
Text Example
White with #85C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C28D; }
p { color: rgb(133,194,141); }
H1.HeaderClassName
{
color: #85C28D;
}
.AnyTagClassName
{
color: #85C28D;
}
</style>
background-color css
<style>
a { background-color: #85C28D; }
a { background-color: rgb(133,194,141); }
div.DivClassName
{
background-color: #85C28D;
}
.BgClassName
{
background-color: #85C28D;
}
</style>
border-color css
<style>
span { border-color: #85C28D; }
span { border-color: rgb(133,194,141); }
td.TdClassName
{
border-color: #85C28D;
}
.TagClassName
{
border-color: #85C28D;
}
</style>