#55A15E

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

Shades of Fruit Salad #55A15E

Tints of Fruit Salad #55A15E

Color information

#55A15E (or 0x55A15E) is unknown color: approx Fruit Salad. HEX triplet: 55, A1 and 5E. RGB value is (85,161,94). Sum of RGB (Red+Green+Blue) = 85+161+94=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #55A15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A15E is #AA5EA1. Grayscale: #828282. Windows color (decimal): -11165346 or 6201685. OLE color: 6201685.

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

Color convert

RGB8516194-
CMYK0.4700.420.37
HSL127.11º30.89%48.24%-
HSV(B)127.11º47.2%63.14%-
XYZ18.5128.2315.06-
YUV130.64107.3295.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 161 (63.28% from 255) = 47.35%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=25%
G=47.35%
B=27.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85161940.4700.420.37127.1130.8948.24
Hex55A15E2F02A257f1f30
Octal12524113657052451773760
Binary10101011010000110111101011110101010100101111111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,161,94); }

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

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

 a { background-color: rgb(85,161,94); }

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

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

 span { border-color: rgb(85,161,94); }

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