#55A85E

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

Shades of Fruit Salad #55A85E

Tints of Fruit Salad #55A85E

Color information

#55A85E (or 0x55A85E) is unknown color: approx Fruit Salad. HEX triplet: 55, A8 and 5E. RGB value is (85,168,94). Sum of RGB (Red+Green+Blue) = 85+168+94=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #55A85E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A85E is #AA57A1. Grayscale: #868686. Windows color (decimal): -11163554 or 6203477. OLE color: 6203477.

HSL color Cylindrical-coordinate representation of color #55A85E: hue angle of 126.51º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A85E is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB8516894-
CMYK0.4900.440.34
HSL126.51º32.81%49.61%-
HSV(B)126.51º49.4%65.88%-
XYZ19.7730.7415.48-
YUV134.7510592.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 168 (66.02% from 255) = 48.41%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=24.50%
G=48.41%
B=27.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85168940.4900.440.34126.5132.8149.61
Hex55A85E3102C227f2132
Octal12525013661054421774162
Binary101010110101000101111011000101011001000101111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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