Shades of De York #85D284
Tints of De York #85D284
RGB
CMYK
RGB Variations
Color information
#85D284 (or 0x85D284) is known color: De York. HEX triplet: 85, D2 and 84. RGB value is (133,210,132). Sum of RGB (Red+Green+Blue) = 133+210+132=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #85D284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D284 is #7A2D7B. Grayscale: #B2B2B2. Windows color (decimal): -8007036 or 8704645. OLE color: 8704645.
HSL color Cylindrical-coordinate representation of color #85D284: hue angle of 119.23º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D284 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 132 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.18 |
| HSL | 119.23º | 0.46% | 0.67% | - |
| HSV(B) | 119.23º | 0.37% | 0.82% | - |
| XYZ | 36.88 | 52.75 | 30.07 | - |
| YUV | 178.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 132 | 0.37 | 0 | 0.37 | 0.18 | 119.23 | 0.46 | 0.67 |
| Hex | 85 | D2 | 84 | 25 | 0 | 25 | 12 | 77 | 2E | 43 |
| Octal | 205 | 322 | 204 | 45 | 0 | 45 | 22 | 167 | 56 | 103 |
| Binary | 10000101 | 11010010 | 10000100 | 100101 | 0 | 100101 | 10010 | 1110111 | 101110 | 1000011 |
Color Harmonies of #85D284
Complementary color
Monochromatic Colors of #85D284
Black with #85D284
Text Example
Text Example
White with #85D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D284; }
p { color: rgb(133,210,132); }
H1.HeaderClassName
{
color: #85D284;
}
.AnyTagClassName
{
color: #85D284;
}
</style>
background-color css
<style>
a { background-color: #85D284; }
a { background-color: rgb(133,210,132); }
div.DivClassName
{
background-color: #85D284;
}
.BgClassName
{
background-color: #85D284;
}
</style>
border-color css
<style>
span { border-color: #85D284; }
span { border-color: rgb(133,210,132); }
td.TdClassName
{
border-color: #85D284;
}
.TagClassName
{
border-color: #85D284;
}
</style>