#55AB5C

Color #55AB5C Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #55AB5C

Tints of Fruit Salad #55AB5C

Color information

#55AB5C (or 0x55AB5C) is unknown color: approx Fruit Salad. HEX triplet: 55, AB and 5C. RGB value is (85,171,92). Sum of RGB (Red+Green+Blue) = 85+171+92=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB5C is #AA54A3. Grayscale: #888888. Windows color (decimal): -11162788 or 6073173. OLE color: 6073173.

HSL color Cylindrical-coordinate representation of color #55AB5C: hue angle of 124.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AB5C is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB8517192-
CMYK0.5000.460.33
HSL124.88º33.86%50.2%-
HSV(B)124.88º50.29%67.06%-
XYZ20.2431.8315.2-
YUV136.28103.0191.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=24.43%
G=49.14%
B=26.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85171920.5000.460.33124.8833.8650.2
Hex55AB5C3202E217d2232
Octal12525313462056411754262
Binary101010110101011101110011001001011101000011111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,171,92); }

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

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

 a { background-color: rgb(85,171,92); }

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

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

 span { border-color: rgb(85,171,92); }

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