Shades of De York #85BE82
Tints of De York #85BE82
RGB
CMYK
RGB Variations
Color information
#85BE82 (or 0x85BE82) is known color: De York. HEX triplet: 85, BE and 82. RGB value is (133,190,130). Sum of RGB (Red+Green+Blue) = 133+190+130=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE82 is #7A417D. Grayscale: #A6A6A6. Windows color (decimal): -8012158 or 8568453. OLE color: 8568453.
HSL color Cylindrical-coordinate representation of color #85BE82: hue angle of 117º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85BE82 is Cyan = 0.3, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 130 | - |
| CMYK | 0.3 | 0 | 0.32 | 0.25 |
| HSL | 117º | 0.32% | 0.63% | - |
| HSV(B) | 117º | 0.32% | 0.75% | - |
| XYZ | 32.12 | 43.43 | 27.81 | - |
| YUV | 166.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 130 | 0.3 | 0 | 0.32 | 0.25 | 117 | 0.32 | 0.63 |
| Hex | 85 | BE | 82 | 1E | 0 | 20 | 19 | 75 | 20 | 3F |
| Octal | 205 | 276 | 202 | 36 | 0 | 40 | 31 | 165 | 40 | 77 |
| Binary | 10000101 | 10111110 | 10000010 | 11110 | 0 | 100000 | 11001 | 1110101 | 100000 | 111111 |
Color Harmonies of #85BE82
Complementary color
Monochromatic Colors of #85BE82
Black with #85BE82
Text Example
Text Example
White with #85BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE82; }
p { color: rgb(133,190,130); }
H1.HeaderClassName
{
color: #85BE82;
}
.AnyTagClassName
{
color: #85BE82;
}
</style>
background-color css
<style>
a { background-color: #85BE82; }
a { background-color: rgb(133,190,130); }
div.DivClassName
{
background-color: #85BE82;
}
.BgClassName
{
background-color: #85BE82;
}
</style>
border-color css
<style>
span { border-color: #85BE82; }
span { border-color: rgb(133,190,130); }
td.TdClassName
{
border-color: #85BE82;
}
.TagClassName
{
border-color: #85BE82;
}
</style>