#85DA94

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

Shades of De York #85DA94

Tints of De York #85DA94

Color information

#85DA94 (or 0x85DA94) is unknown color: approx De York. HEX triplet: 85, DA and 94. RGB value is (133,218,148). Sum of RGB (Red+Green+Blue) = 133+218+148=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA94 is #7A256B. Grayscale: #B8B8B8. Windows color (decimal): -8004972 or 9755269. OLE color: 9755269.

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

Color convert

RGB133218148-
CMYK0.3900.320.15
HSL130.59º53.46%68.82%-
HSV(B)130.59º38.99%85.49%-
XYZ40.0957.2736.96-
YUV184.6107.3491.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 218 (85.55% from 255) = 43.69%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=26.65%
G=43.69%
B=29.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181480.3900.320.15130.5953.4668.82
Hex85DA9427020F833545
Octal205332224470401720365105
Binary10000101110110101001010010011101000001111100000111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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