#55A64B

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

Shades of Fruit Salad #55A64B

Tints of Fruit Salad #55A64B

Color information

#55A64B (or 0x55A64B) is unknown color: approx Fruit Salad. HEX triplet: 55, A6 and 4B. RGB value is (85,166,75). Sum of RGB (Red+Green+Blue) = 85+166+75=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #55A64B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A64B is #AA59B4. Grayscale: #838383. Windows color (decimal): -11164085 or 4957781. OLE color: 4957781.

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

Color convert

RGB8516675-
CMYK0.4900.550.35
HSL113.41º37.76%47.25%-
HSV(B)113.41º54.82%65.1%-
XYZ18.6529.7111.41-
YUV131.4196.1694.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=26.07%
G=50.92%
B=23.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85166750.4900.550.35113.4137.7647.25
Hex55A64B310372371262f
Octal12524611361067431614657
Binary101010110100110100101111000101101111000111110001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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