#55AC5D

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

Shades of Fruit Salad #55AC5D

Tints of Fruit Salad #55AC5D

Color information

#55AC5D (or 0x55AC5D) is unknown color: approx Fruit Salad. HEX triplet: 55, AC and 5D. RGB value is (85,172,93). Sum of RGB (Red+Green+Blue) = 85+172+93=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC5D is #AA53A2. Grayscale: #898989. Windows color (decimal): -11162531 or 6138965. OLE color: 6138965.

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

Color convert

RGB8517293-
CMYK0.5100.460.33
HSL125.52º34.39%50.39%-
HSV(B)125.52º50.58%67.45%-
XYZ20.4732.2315.5-
YUV136.98103.1890.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=24.29%
G=49.14%
B=26.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85172930.5100.460.33125.5234.3950.39
Hex55AC5D3302E217e2232
Octal12525413563056411764262
Binary101010110101100101110111001101011101000011111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,172,93); }

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

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

 a { background-color: rgb(85,172,93); }

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

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

 span { border-color: rgb(85,172,93); }

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