#55A14F

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

Shades of Fruit Salad #55A14F

Tints of Fruit Salad #55A14F

Color information

#55A14F (or 0x55A14F) is unknown color: approx Fruit Salad. HEX triplet: 55, A1 and 4F. RGB value is (85,161,79). Sum of RGB (Red+Green+Blue) = 85+161+79=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #55A14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A14F is #AA5EB0. Grayscale: #818181. Windows color (decimal): -11165361 or 5218645. OLE color: 5218645.

HSL color Cylindrical-coordinate representation of color #55A14F: hue angle of 115.61º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A14F is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB8516179-
CMYK0.4700.510.37
HSL115.61º34.17%47.06%-
HSV(B)115.61º50.93%63.14%-
XYZ17.927.9911.86-
YUV128.9399.8296.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 161 (63.28% from 255) = 49.54%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=26.15%
G=49.54%
B=24.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85161790.4700.510.37115.6134.1747.06
Hex55A14F2F0332574222f
Octal12524111757063451644257
Binary101010110100001100111110111101100111001011110100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,161,79); }

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

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

 a { background-color: rgb(85,161,79); }

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

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

 span { border-color: rgb(85,161,79); }

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