#54AE58

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

Shades of Fruit Salad #54AE58

Tints of Fruit Salad #54AE58

Color information

#54AE58 (or 0x54AE58) is unknown color: approx Fruit Salad. HEX triplet: 54, AE and 58. RGB value is (84,174,88). Sum of RGB (Red+Green+Blue) = 84+174+88=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE58 is #AB51A7. Grayscale: #898989. Windows color (decimal): -11227560 or 5811796. OLE color: 5811796.

HSL color Cylindrical-coordinate representation of color #54AE58: hue angle of 122.67º 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 #54AE58 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB8417488-
CMYK0.5200.490.32
HSL122.67º35.71%50.59%-
HSV(B)122.67º51.72%68.24%-
XYZ20.5532.8614.49-
YUV137.29100.1889.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=24.28%
G=50.29%
B=25.43%

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
Decimal84174880.5200.490.32122.6735.7150.59
Hex54AE5834031207b2433
Octal12425613064061401734463
Binary101010010101110101100011010001100011000001111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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