Shades of De York #85CA82
Tints of De York #85CA82
RGB
CMYK
RGB Variations
Color information
#85CA82 (or 0x85CA82) is known color: De York. HEX triplet: 85, CA and 82. RGB value is (133,202,130). Sum of RGB (Red+Green+Blue) = 133+202+130=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA82 is #7A357D. Grayscale: #ADADAD. Windows color (decimal): -8009086 or 8571525. OLE color: 8571525.
HSL color Cylindrical-coordinate representation of color #85CA82: hue angle of 117.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CA82 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 130 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.21 |
| HSL | 117.5º | 0.4% | 0.65% | - |
| HSV(B) | 117.5º | 0.36% | 0.79% | - |
| XYZ | 34.82 | 48.84 | 28.71 | - |
| YUV | 173.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 130 | 0.34 | 0 | 0.36 | 0.21 | 117.5 | 0.4 | 0.65 |
| Hex | 85 | CA | 82 | 22 | 0 | 24 | 15 | 76 | 28 | 41 |
| Octal | 205 | 312 | 202 | 42 | 0 | 44 | 25 | 166 | 50 | 101 |
| Binary | 10000101 | 11001010 | 10000010 | 100010 | 0 | 100100 | 10101 | 1110110 | 101000 | 1000001 |
Color Harmonies of #85CA82
Complementary color
Monochromatic Colors of #85CA82
Black with #85CA82
Text Example
Text Example
White with #85CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA82; }
p { color: rgb(133,202,130); }
H1.HeaderClassName
{
color: #85CA82;
}
.AnyTagClassName
{
color: #85CA82;
}
</style>
background-color css
<style>
a { background-color: #85CA82; }
a { background-color: rgb(133,202,130); }
div.DivClassName
{
background-color: #85CA82;
}
.BgClassName
{
background-color: #85CA82;
}
</style>
border-color css
<style>
span { border-color: #85CA82; }
span { border-color: rgb(133,202,130); }
td.TdClassName
{
border-color: #85CA82;
}
.TagClassName
{
border-color: #85CA82;
}
</style>