#55CB95

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

Shades of Silver Tree #55CB95

Tints of Silver Tree #55CB95

Color information

#55CB95 (or 0x55CB95) is unknown color: approx Silver Tree. HEX triplet: 55, CB and 95. RGB value is (85,203,149). Sum of RGB (Red+Green+Blue) = 85+203+149=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB95 is #AA346A. Grayscale: #A1A1A1. Windows color (decimal): -11154539 or 9816917. OLE color: 9816917.

HSL color Cylindrical-coordinate representation of color #55CB95: hue angle of 152.54º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB95 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB85203149-
CMYK0.5800.270.20
HSL152.54º53.15%56.47%-
HSV(B)152.54º58.13%79.61%-
XYZ30.5346.8135.86-
YUV161.56120.9173.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 203 (79.69% from 255) = 46.45%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=19.45%
G=46.45%
B=34.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031490.5800.270.20152.5453.1556.47
Hex55CB953A01B14993538
Octal12531322572033242316570
Binary101010111001011100101011110100110111010010011001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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