#85C584

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

Shades of De York #85C584

Tints of De York #85C584

Color information

#85C584 (or 0x85C584) is unknown color: approx De York. HEX triplet: 85, C5 and 84. RGB value is (133,197,132). Sum of RGB (Red+Green+Blue) = 133+197+132=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #85C584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C584 is #7A3A7B. Grayscale: #AAAAAA. Windows color (decimal): -8010364 or 8701317. OLE color: 8701317.

HSL color Cylindrical-coordinate representation of color #85C584: hue angle of 119.08º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C584 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB133197132-
CMYK0.3200.330.23
HSL119.08º35.91%64.51%-
HSV(B)119.08º32.99%77.25%-
XYZ33.846.5829.04-
YUV170.45106.3101.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=28.79%
G=42.64%
B=28.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1331971320.3200.330.23119.0835.9164.51
Hex85C5842002117772441
Octal205305204400412716744101
Binary10000101110001011000010010000001000011011111101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,197,132); }

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

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

 a { background-color: rgb(133,197,132); }

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

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

 span { border-color: rgb(133,197,132); }

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