#54AA4F

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

Shades of Fruit Salad #54AA4F

Tints of Fruit Salad #54AA4F

Color information

#54AA4F (or 0x54AA4F) is unknown color: approx Fruit Salad. HEX triplet: 54, AA and 4F. RGB value is (84,170,79). Sum of RGB (Red+Green+Blue) = 84+170+79=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA4F is #AB55B0. Grayscale: #868686. Windows color (decimal): -11228593 or 5220948. OLE color: 5220948.

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

Color convert

RGB8417079-
CMYK0.5100.540.33
HSL116.7º36.55%48.82%-
HSV(B)116.7º53.53%66.67%-
XYZ19.4431.212.39-
YUV133.9197.0192.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=25.23%
G=51.05%
B=23.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84170790.5100.540.33116.736.5548.82
Hex54AA4F3303621752531
Octal12425211763066411654561
Binary101010010101010100111111001101101101000011110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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