#54AC58

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

Shades of Fruit Salad #54AC58

Tints of Fruit Salad #54AC58

Color information

#54AC58 (or 0x54AC58) is unknown color: approx Fruit Salad. HEX triplet: 54, AC and 58. RGB value is (84,172,88). Sum of RGB (Red+Green+Blue) = 84+172+88=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC58 is #AB53A7. Grayscale: #888888. Windows color (decimal): -11228072 or 5811284. OLE color: 5811284.

HSL color Cylindrical-coordinate representation of color #54AC58: hue angle of 122.73º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AC58 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB8417288-
CMYK0.5100.490.33
HSL122.73º34.65%50.2%-
HSV(B)122.73º51.16%67.45%-
XYZ20.1732.0914.36-
YUV136.11100.8590.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 172 (67.58% from 255) = 50%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=24.42%
G=50%
B=25.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84172880.5100.490.33122.7334.6550.2
Hex54AC5833031217b2332
Octal12425413063061411734362
Binary101010010101100101100011001101100011000011111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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