#55A253

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

Shades of Fruit Salad #55A253

Tints of Fruit Salad #55A253

Color information

#55A253 (or 0x55A253) is unknown color: approx Fruit Salad. HEX triplet: 55, A2 and 53. RGB value is (85,162,83). Sum of RGB (Red+Green+Blue) = 85+162+83=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #55A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A253 is #AA5DAC. Grayscale: #828282. Windows color (decimal): -11165101 or 5481045. OLE color: 5481045.

HSL color Cylindrical-coordinate representation of color #55A253: hue angle of 118.48º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A253 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB8516283-
CMYK0.4800.490.36
HSL118.48º32.24%48.04%-
HSV(B)118.48º48.77%63.53%-
XYZ18.2328.412.7-
YUV129.97101.4995.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=25.76%
G=49.09%
B=25.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85162830.4800.490.36118.4832.2448.04
Hex55A2533003124762030
Octal12524212360061441664060
Binary101010110100010101001111000001100011001001110110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,162,83); }

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

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

 a { background-color: rgb(85,162,83); }

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

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

 span { border-color: rgb(85,162,83); }

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