#55AB5F

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

Shades of Fruit Salad #55AB5F

Tints of Fruit Salad #55AB5F

Color information

#55AB5F (or 0x55AB5F) is unknown color: approx Fruit Salad. HEX triplet: 55, AB and 5F. RGB value is (85,171,95). Sum of RGB (Red+Green+Blue) = 85+171+95=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB5F is #AA54A0. Grayscale: #888888. Windows color (decimal): -11162785 or 6269781. OLE color: 6269781.

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

Color convert

RGB8517195-
CMYK0.5000.440.33
HSL126.98º33.86%50.2%-
HSV(B)126.98º50.29%67.06%-
XYZ20.3731.8815.91-
YUV136.62104.5191.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 171 (67.19% from 255) = 48.72%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=24.22%
G=48.72%
B=27.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85171950.5000.440.33126.9833.8650.2
Hex55AB5F3202C217f2232
Octal12525313762054411774262
Binary101010110101011101111111001001011001000011111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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