Shades of De York #85C182
Tints of De York #85C182
RGB
CMYK
RGB Variations
Color information
#85C182 (or 0x85C182) is known color: De York. HEX triplet: 85, C1 and 82. RGB value is (133,193,130). Sum of RGB (Red+Green+Blue) = 133+193+130=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #85C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C182 is #7A3E7D. Grayscale: #A8A8A8. Windows color (decimal): -8011390 or 8569221. OLE color: 8569221.
HSL color Cylindrical-coordinate representation of color #85C182: hue angle of 117.14º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C182 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 130 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.24 |
| HSL | 117.14º | 0.34% | 0.63% | - |
| HSV(B) | 117.14º | 0.33% | 0.76% | - |
| XYZ | 32.77 | 44.74 | 28.03 | - |
| YUV | 167.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 130 | 0.31 | 0 | 0.33 | 0.24 | 117.14 | 0.34 | 0.63 |
| Hex | 85 | C1 | 82 | 1F | 0 | 21 | 18 | 75 | 22 | 3F |
| Octal | 205 | 301 | 202 | 37 | 0 | 41 | 30 | 165 | 42 | 77 |
| Binary | 10000101 | 11000001 | 10000010 | 11111 | 0 | 100001 | 11000 | 1110101 | 100010 | 111111 |
Color Harmonies of #85C182
Complementary color
Monochromatic Colors of #85C182
Black with #85C182
Text Example
Text Example
White with #85C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C182; }
p { color: rgb(133,193,130); }
H1.HeaderClassName
{
color: #85C182;
}
.AnyTagClassName
{
color: #85C182;
}
</style>
background-color css
<style>
a { background-color: #85C182; }
a { background-color: rgb(133,193,130); }
div.DivClassName
{
background-color: #85C182;
}
.BgClassName
{
background-color: #85C182;
}
</style>
border-color css
<style>
span { border-color: #85C182; }
span { border-color: rgb(133,193,130); }
td.TdClassName
{
border-color: #85C182;
}
.TagClassName
{
border-color: #85C182;
}
</style>