#55D595

Color #55D595 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #55D595

Tints of Silver Tree #55D595

Color information

#55D595 (or 0x55D595) is unknown color: approx Silver Tree. HEX triplet: 55, D5 and 95. RGB value is (85,213,149). Sum of RGB (Red+Green+Blue) = 85+213+149=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #55D595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D595 is #AA2A6A. Grayscale: #A7A7A7. Windows color (decimal): -11151979 or 9819477. OLE color: 9819477.

HSL color Cylindrical-coordinate representation of color #55D595: hue angle of 150º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D595 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB85213149-
CMYK0.6000.300.16
HSL150º60.38%58.43%-
HSV(B)150º60.09%83.53%-
XYZ32.9751.6936.67-
YUV167.43117.5969.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 213 (83.59% from 255) = 47.65%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=19.02%
G=47.65%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852131490.6000.300.1615060.3858.43
Hex55D5953C01E10963c3a
Octal12532522574036202267472
Binary101010111010101100101011111000111101000010010110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55D595; }

 p { color: rgb(85,213,149); }

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

<style>
 a { background-color: #55D595; }

 a { background-color: rgb(85,213,149); }

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

<style>
 span { border-color: #55D595; }

 span { border-color: rgb(85,213,149); }

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