#55A856

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

Shades of Fruit Salad #55A856

Tints of Fruit Salad #55A856

Color information

#55A856 (or 0x55A856) is unknown color: approx Fruit Salad. HEX triplet: 55, A8 and 56. RGB value is (85,168,86). Sum of RGB (Red+Green+Blue) = 85+168+86=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #55A856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A856 is #AA57A9. Grayscale: #868686. Windows color (decimal): -11163562 or 5679189. OLE color: 5679189.

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

Color convert

RGB8516886-
CMYK0.4900.490.34
HSL120.72º32.81%49.61%-
HSV(B)120.72º49.4%65.88%-
XYZ19.4330.6113.69-
YUV133.8410193.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 168 (66.02% from 255) = 49.56%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=25.07%
G=49.56%
B=25.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85168860.4900.490.34120.7232.8149.61
Hex55A8563103122792132
Octal12525012661061421714162
Binary101010110101000101011011000101100011000101111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,168,86); }

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

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

 a { background-color: rgb(85,168,86); }

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

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

 span { border-color: rgb(85,168,86); }

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