#55DA94

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

Shades of Silver Tree #55DA94

Tints of Silver Tree #55DA94

Color information

#55DA94 (or 0x55DA94) is unknown color: approx Silver Tree. HEX triplet: 55, DA and 94. RGB value is (85,218,148). Sum of RGB (Red+Green+Blue) = 85+218+148=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA94 is #AA256B. Grayscale: #AAAAAA. Windows color (decimal): -11150700 or 9755221. OLE color: 9755221.

HSL color Cylindrical-coordinate representation of color #55DA94: hue angle of 148.42º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA94 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB85218148-
CMYK0.6100.320.15
HSL148.42º64.25%59.41%-
HSV(B)148.42º61.01%85.49%-
XYZ34.1654.2136.68-
YUV170.25115.4467.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 218 (85.55% from 255) = 48.34%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=18.85%
G=48.34%
B=32.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852181480.6100.320.15148.4264.2559.41
Hex55DA943D020F94403b
Octal125332224750401722410073
Binary1010101110110101001010011110101000001111100101001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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