Shades of De York #85C183
Tints of De York #85C183
RGB
CMYK
RGB Variations
Color information
#85C183 (or 0x85C183) is known color: De York. HEX triplet: 85, C1 and 83. RGB value is (133,193,131). Sum of RGB (Red+Green+Blue) = 133+193+131=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #85C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C183 is #7A3E7C. Grayscale: #A8A8A8. Windows color (decimal): -8011389 or 8634757. OLE color: 8634757.
HSL color Cylindrical-coordinate representation of color #85C183: hue angle of 118.06º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C183 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 131 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.24 |
| HSL | 118.06º | 0.33% | 0.64% | - |
| HSV(B) | 118.06º | 0.32% | 0.76% | - |
| XYZ | 32.84 | 44.77 | 28.38 | - |
| YUV | 167.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 131 | 0.31 | 0 | 0.32 | 0.24 | 118.06 | 0.33 | 0.64 |
| Hex | 85 | C1 | 83 | 1F | 0 | 20 | 18 | 76 | 21 | 40 |
| Octal | 205 | 301 | 203 | 37 | 0 | 40 | 30 | 166 | 41 | 100 |
| Binary | 10000101 | 11000001 | 10000011 | 11111 | 0 | 100000 | 11000 | 1110110 | 100001 | 1000000 |
Color Harmonies of #85C183
Complementary color
Monochromatic Colors of #85C183
Black with #85C183
Text Example
Text Example
White with #85C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C183; }
p { color: rgb(133,193,131); }
H1.HeaderClassName
{
color: #85C183;
}
.AnyTagClassName
{
color: #85C183;
}
</style>
background-color css
<style>
a { background-color: #85C183; }
a { background-color: rgb(133,193,131); }
div.DivClassName
{
background-color: #85C183;
}
.BgClassName
{
background-color: #85C183;
}
</style>
border-color css
<style>
span { border-color: #85C183; }
span { border-color: rgb(133,193,131); }
td.TdClassName
{
border-color: #85C183;
}
.TagClassName
{
border-color: #85C183;
}
</style>