#85DA89

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

Shades of De York #85DA89

Tints of De York #85DA89

Color information

#85DA89 (or 0x85DA89) is unknown color: approx De York. HEX triplet: 85, DA and 89. RGB value is (133,218,137). Sum of RGB (Red+Green+Blue) = 133+218+137=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA89 is #7A2576. Grayscale: #B7B7B7. Windows color (decimal): -8004983 or 9034373. OLE color: 9034373.

HSL color Cylindrical-coordinate representation of color #85DA89: hue angle of 122.82º 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 #85DA89 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB133218137-
CMYK0.3900.370.15
HSL122.82º53.46%68.82%-
HSV(B)122.82º38.99%85.49%-
XYZ39.2656.9432.59-
YUV183.35101.8492.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 218 (85.55% from 255) = 44.67%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=27.25%
G=44.67%
B=28.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181370.3900.370.15122.8253.4668.82
Hex85DA8927025F7b3545
Octal205332211470451717365105
Binary1000010111011010100010011001110100101111111110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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