#55D292

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

Shades of Silver Tree #55D292

Tints of Silver Tree #55D292

Color information

#55D292 (or 0x55D292) is unknown color: approx Silver Tree. HEX triplet: 55, D2 and 92. RGB value is (85,210,146). Sum of RGB (Red+Green+Blue) = 85+210+146=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #55D292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D292 is #AA2D6D. Grayscale: #A5A5A5. Windows color (decimal): -11152750 or 9622101. OLE color: 9622101.

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

Color convert

RGB85210146-
CMYK0.6000.300.18
HSL149.28º58.14%57.84%-
HSV(B)149.28º59.52%82.35%-
XYZ31.9850.135.18-
YUV165.33117.0970.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 210 (82.42% from 255) = 47.62%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=19.27%
G=47.62%
B=33.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852101460.6000.300.18149.2858.1457.84
Hex55D2923C01E12953a3a
Octal12532222274036222257272
Binary101010111010010100100101111000111101001010010101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,210,146); }

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

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

 a { background-color: rgb(85,210,146); }

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

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

 span { border-color: rgb(85,210,146); }

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