#55A64D

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

Shades of Fruit Salad #55A64D

Tints of Fruit Salad #55A64D

Color information

#55A64D (or 0x55A64D) is unknown color: approx Fruit Salad. HEX triplet: 55, A6 and 4D. RGB value is (85,166,77). Sum of RGB (Red+Green+Blue) = 85+166+77=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #55A64D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A64D is #AA59B2. Grayscale: #838383. Windows color (decimal): -11164083 or 5088853. OLE color: 5088853.

HSL color Cylindrical-coordinate representation of color #55A64D: hue angle of 114.61º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55A64D is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB8516677-
CMYK0.4900.540.35
HSL114.61º36.63%47.65%-
HSV(B)114.61º53.61%65.1%-
XYZ18.7229.7411.77-
YUV131.6497.1694.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 166 (65.23% from 255) = 50.61%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=25.91%
G=50.61%
B=23.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85166770.4900.540.35114.6136.6347.65
Hex55A64D3103623732530
Octal12524611561066431634560
Binary101010110100110100110111000101101101000111110011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,166,77); }

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

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

 a { background-color: rgb(85,166,77); }

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

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

 span { border-color: rgb(85,166,77); }

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