#85DA83

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

Shades of De York #85DA83

Tints of De York #85DA83

Color information

#85DA83 (or 0x85DA83) is unknown color: approx De York. HEX triplet: 85, DA and 83. RGB value is (133,218,131). Sum of RGB (Red+Green+Blue) = 133+218+131=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA83 is #7A257C. Grayscale: #B6B6B6. Windows color (decimal): -8004989 or 8641157. OLE color: 8641157.

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

Color convert

RGB133218131-
CMYK0.3900.400.15
HSL118.62º54.04%68.43%-
HSV(B)118.62º39.91%85.49%-
XYZ38.8456.7730.38-
YUV182.6798.8492.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 218 (85.55% from 255) = 45.23%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=27.59%
G=45.23%
B=27.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181310.3900.400.15118.6254.0468.43
Hex85DA8327028F773644
Octal205332203470501716766104
Binary1000010111011010100000111001110101000111111101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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