#55AB5B

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

Shades of Fruit Salad #55AB5B

Tints of Fruit Salad #55AB5B

Color information

#55AB5B (or 0x55AB5B) is unknown color: approx Fruit Salad. HEX triplet: 55, AB and 5B. RGB value is (85,171,91). Sum of RGB (Red+Green+Blue) = 85+171+91=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB5B is #AA54A4. Grayscale: #888888. Windows color (decimal): -11162789 or 6007637. OLE color: 6007637.

HSL color Cylindrical-coordinate representation of color #55AB5B: hue angle of 124.19º 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 #55AB5B is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB8517191-
CMYK0.5000.470.33
HSL124.19º33.86%50.2%-
HSV(B)124.19º50.29%67.06%-
XYZ20.231.8114.97-
YUV136.17102.5191.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=24.50%
G=49.28%
B=26.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85171910.5000.470.33124.1933.8650.2
Hex55AB5B3202F217c2232
Octal12525313362057411744262
Binary101010110101011101101111001001011111000011111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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