#55D194

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

Shades of Silver Tree #55D194

Tints of Silver Tree #55D194

Color information

#55D194 (or 0x55D194) is unknown color: approx Silver Tree. HEX triplet: 55, D1 and 94. RGB value is (85,209,148). Sum of RGB (Red+Green+Blue) = 85+209+148=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #55D194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D194 is #AA2E6B. Grayscale: #A5A5A5. Windows color (decimal): -11153004 or 9752917. OLE color: 9752917.

HSL color Cylindrical-coordinate representation of color #55D194: hue angle of 150.48º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D194 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB85209148-
CMYK0.5900.290.18
HSL150.48º57.41%57.65%-
HSV(B)150.48º59.33%81.96%-
XYZ31.8949.6735.92-
YUV164.97118.4270.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 209 (82.03% from 255) = 47.29%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=19.23%
G=47.29%
B=33.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852091480.5900.290.18150.4857.4157.65
Hex55D1943B01D1296393a
Octal12532122473035222267172
Binary101010111010001100101001110110111011001010010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,209,148); }

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

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

 a { background-color: rgb(85,209,148); }

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

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

 span { border-color: rgb(85,209,148); }

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