#55AE59

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

Shades of Fruit Salad #55AE59

Tints of Fruit Salad #55AE59

Color information

#55AE59 (or 0x55AE59) is unknown color: approx Fruit Salad. HEX triplet: 55, AE and 59. RGB value is (85,174,89). Sum of RGB (Red+Green+Blue) = 85+174+89=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE59 is #AA51A6. Grayscale: #898989. Windows color (decimal): -11162023 or 5877333. OLE color: 5877333.

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

Color convert

RGB8517489-
CMYK0.5100.490.32
HSL122.7º35.46%50.78%-
HSV(B)122.7º51.15%68.24%-
XYZ20.6932.9214.72-
YUV137.7100.5190.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 174 (68.36% from 255) = 50%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=24.43%
G=50%
B=25.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85174890.5100.490.32122.735.4650.78
Hex55AE5933031207b2333
Octal12525613163061401734363
Binary101010110101110101100111001101100011000001111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,174,89); }

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

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

 a { background-color: rgb(85,174,89); }

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

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

 span { border-color: rgb(85,174,89); }

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