#55A95D

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

Shades of Fruit Salad #55A95D

Tints of Fruit Salad #55A95D

Color information

#55A95D (or 0x55A95D) is unknown color: approx Fruit Salad. HEX triplet: 55, A9 and 5D. RGB value is (85,169,93). Sum of RGB (Red+Green+Blue) = 85+169+93=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #55A95D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A95D is #AA56A2. Grayscale: #878787. Windows color (decimal): -11163299 or 6138197. OLE color: 6138197.

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

Color convert

RGB8516993-
CMYK0.5000.450.34
HSL125.71º33.07%49.8%-
HSV(B)125.71º49.7%66.27%-
XYZ19.9131.115.31-
YUV135.22104.1792.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=24.50%
G=48.70%
B=26.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85169930.5000.450.34125.7133.0749.8
Hex55A95D3202D227e2132
Octal12525113562055421764162
Binary101010110101001101110111001001011011000101111110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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