#55C48E

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

Shades of Silver Tree #55C48E

Tints of Silver Tree #55C48E

Color information

#55C48E (or 0x55C48E) is unknown color: approx Silver Tree. HEX triplet: 55, C4 and 8E. RGB value is (85,196,142). Sum of RGB (Red+Green+Blue) = 85+196+142=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #55C48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C48E is #AA3B71. Grayscale: #9C9C9C. Windows color (decimal): -11156338 or 9356373. OLE color: 9356373.

HSL color Cylindrical-coordinate representation of color #55C48E: hue angle of 150.81º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C48E is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB85196142-
CMYK0.5700.280.23
HSL150.81º48.47%55.1%-
HSV(B)150.81º56.63%76.86%-
XYZ28.3743.3632.47-
YUV156.65119.7376.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 196 (76.95% from 255) = 46.34%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=20.09%
G=46.34%
B=33.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851961420.5700.280.23150.8148.4755.1
Hex55C48E3901C17973037
Octal12530421671034272276067
Binary101010111000100100011101110010111001011110010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,196,142); }

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

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

 a { background-color: rgb(85,196,142); }

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

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

 span { border-color: rgb(85,196,142); }

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