Shades of De York #85C285
Tints of De York #85C285
RGB
CMYK
RGB Variations
Color information
#85C285 (or 0x85C285) is known color: De York. HEX triplet: 85, C2 and 85. RGB value is (133,194,133). Sum of RGB (Red+Green+Blue) = 133+194+133=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #85C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C285 is #7A3D7A. Grayscale: #A8A8A8. Windows color (decimal): -8011131 or 8766085. OLE color: 8766085.
HSL color Cylindrical-coordinate representation of color #85C285: hue angle of 120º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C285 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 133 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.24 |
| HSL | 120º | 0.33% | 0.64% | - |
| HSV(B) | 120º | 0.31% | 0.76% | - |
| XYZ | 33.2 | 45.26 | 29.18 | - |
| YUV | 168.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 133 | 0.31 | 0 | 0.31 | 0.24 | 120 | 0.33 | 0.64 |
| Hex | 85 | C2 | 85 | 1F | 0 | 1F | 18 | 78 | 21 | 40 |
| Octal | 205 | 302 | 205 | 37 | 0 | 37 | 30 | 170 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10000101 | 11111 | 0 | 11111 | 11000 | 1111000 | 100001 | 1000000 |
Color Harmonies of #85C285
Complementary color
Monochromatic Colors of #85C285
Black with #85C285
Text Example
Text Example
White with #85C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C285; }
p { color: rgb(133,194,133); }
H1.HeaderClassName
{
color: #85C285;
}
.AnyTagClassName
{
color: #85C285;
}
</style>
background-color css
<style>
a { background-color: #85C285; }
a { background-color: rgb(133,194,133); }
div.DivClassName
{
background-color: #85C285;
}
.BgClassName
{
background-color: #85C285;
}
</style>
border-color css
<style>
span { border-color: #85C285; }
span { border-color: rgb(133,194,133); }
td.TdClassName
{
border-color: #85C285;
}
.TagClassName
{
border-color: #85C285;
}
</style>