#54AA5D

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

Shades of Fruit Salad #54AA5D

Tints of Fruit Salad #54AA5D

Color information

#54AA5D (or 0x54AA5D) is unknown color: approx Fruit Salad. HEX triplet: 54, AA and 5D. RGB value is (84,170,93). Sum of RGB (Red+Green+Blue) = 84+170+93=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA5D is #AB55A2. Grayscale: #878787. Windows color (decimal): -11228579 or 6138452. OLE color: 6138452.

HSL color Cylindrical-coordinate representation of color #54AA5D: hue angle of 126.28º degrees, saturation: 0.34, 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 #54AA5D is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB8417093-
CMYK0.5100.450.33
HSL126.28º33.86%49.8%-
HSV(B)126.28º50.59%66.67%-
XYZ20.0131.4215.37-
YUV135.51104.0191.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=24.21%
G=48.99%
B=26.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84170930.5100.450.33126.2833.8649.8
Hex54AA5D3302D217e2232
Octal12425213563055411764262
Binary101010010101010101110111001101011011000011111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,170,93); }

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

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

 a { background-color: rgb(84,170,93); }

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

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

 span { border-color: rgb(84,170,93); }

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