#54AE59

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

Shades of Fruit Salad #54AE59

Tints of Fruit Salad #54AE59

Color information

#54AE59 (or 0x54AE59) is unknown color: approx Fruit Salad. HEX triplet: 54, AE and 59. RGB value is (84,174,89). Sum of RGB (Red+Green+Blue) = 84+174+89=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE59 is #AB51A6. Grayscale: #898989. Windows color (decimal): -11227559 or 5877332. OLE color: 5877332.

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

Color convert

RGB8417489-
CMYK0.5200.490.32
HSL123.33º35.71%50.59%-
HSV(B)123.33º51.72%68.24%-
XYZ20.632.8814.71-
YUV137.4100.6889.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 174 (68.36% from 255) = 50.14%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=24.21%
G=50.14%
B=25.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84174890.5200.490.32123.3335.7150.59
Hex54AE5934031207b2433
Octal12425613164061401734463
Binary101010010101110101100111010001100011000001111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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