#85DA86

Color #85DA86 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #85DA86

Tints of De York #85DA86

Color information

#85DA86 (or 0x85DA86) is unknown color: approx De York. HEX triplet: 85, DA and 86. RGB value is (133,218,134). Sum of RGB (Red+Green+Blue) = 133+218+134=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA86 is #7A2579. Grayscale: #B7B7B7. Windows color (decimal): -8004986 or 8837765. OLE color: 8837765.

HSL color Cylindrical-coordinate representation of color #85DA86: hue angle of 120.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DA86 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB133218134-
CMYK0.3900.390.15
HSL120.71º53.46%68.82%-
HSV(B)120.71º38.99%85.49%-
XYZ39.0556.8531.47-
YUV183.01100.3492.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=27.42%
G=44.95%
B=27.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181340.3900.390.15120.7153.4668.82
Hex85DA8627027F793545
Octal205332206470471717165105
Binary1000010111011010100001101001110100111111111110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DA86; }

 p { color: rgb(133,218,134); }

 H1.HeaderClassName
 {
   color: #85DA86;
 }
 .AnyTagClassName
 {
   color: #85DA86;
 }
</style>
background-color css

<style>
 a { background-color: #85DA86; }

 a { background-color: rgb(133,218,134); }

 div.DivClassName
 {
   background-color: #85DA86;
 }
 .BgClassName
 {
   background-color: #85DA86;
 }
</style>
border-color css

<style>
 span { border-color: #85DA86; }

 span { border-color: rgb(133,218,134); }

 td.TdClassName
 {
   border-color: #85DA86;
 }
 .TagClassName
 {
   border-color: #85DA86;
 }
</style>