#55ca95

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

Shades of Silver Tree #55CA95

Tints of Silver Tree #55CA95

Color information

#55CA95 (or 0x55CA95) is unknown color: approx Silver Tree. HEX triplet: 55, CA and 95. RGB value is (85,202,149). Sum of RGB (Red+Green+Blue) = 85+202+149=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA95 is #AA356A. Grayscale: #A1A1A1. Windows color (decimal): -11154795 or 9816661. OLE color: 9816661.

HSL color Cylindrical-coordinate representation of color #55CA95: hue angle of 152.82º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA95 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB85202149-
CMYK0.5800.260.21
HSL152.82º52.47%56.27%-
HSV(B)152.82º57.92%79.22%-
XYZ30.2946.3435.78-
YUV160.98121.2473.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.50%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=19.50%
G=46.33%
B=34.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021490.5800.260.21152.8252.4756.27
Hex55CA953A01A15993438
Octal12531222572032252316470
Binary101010111001010100101011110100110101010110011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ca95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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