#55AA57

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

Shades of Fruit Salad #55AA57

Tints of Fruit Salad #55AA57

Color information

#55AA57 (or 0x55AA57) is unknown color: approx Fruit Salad. HEX triplet: 55, AA and 57. RGB value is (85,170,87). Sum of RGB (Red+Green+Blue) = 85+170+87=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA57 is #AA55A8. Grayscale: #878787. Windows color (decimal): -11163049 or 5745237. OLE color: 5745237.

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

Color convert

RGB8517087-
CMYK0.5000.490.33
HSL121.41º33.33%50%-
HSV(B)121.41º50%66.67%-
XYZ19.8431.3714.03-
YUV135.12100.8492.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 170 (66.80% from 255) = 49.71%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=24.85%
G=49.71%
B=25.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170870.5000.490.33121.4133.3350
Hex55AA573203121792132
Octal12525212762061411714162
Binary101010110101010101011111001001100011000011111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,170,87); }

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

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

 a { background-color: rgb(85,170,87); }

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

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

 span { border-color: rgb(85,170,87); }

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