#55A051

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

Shades of Fruit Salad #55A051

Tints of Fruit Salad #55A051

Color information

#55A051 (or 0x55A051) is unknown color: approx Fruit Salad. HEX triplet: 55, A0 and 51. RGB value is (85,160,81). Sum of RGB (Red+Green+Blue) = 85+160+81=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #55A051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A051 is #AA5FAE. Grayscale: #808080. Windows color (decimal): -11165615 or 5349461. OLE color: 5349461.

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

Color convert

RGB8516081-
CMYK0.4700.490.37
HSL116.96º32.78%47.25%-
HSV(B)116.96º49.38%62.75%-
XYZ17.827.6712.19-
YUV128.57101.1596.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=26.07%
G=49.08%
B=24.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85160810.4700.490.37116.9632.7847.25
Hex55A0512F0312575212f
Octal12524012157061451654157
Binary101010110100000101000110111101100011001011110101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,160,81); }

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

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

 a { background-color: rgb(85,160,81); }

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

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

 span { border-color: rgb(85,160,81); }

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