#54AE4D

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

Shades of Fruit Salad #54AE4D

Tints of Fruit Salad #54AE4D

Color information

#54AE4D (or 0x54AE4D) is unknown color: approx Fruit Salad. HEX triplet: 54, AE and 4D. RGB value is (84,174,77). Sum of RGB (Red+Green+Blue) = 84+174+77=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE4D is #AB51B2. Grayscale: #888888. Windows color (decimal): -11227571 or 5090900. OLE color: 5090900.

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

Color convert

RGB8417477-
CMYK0.5200.560.32
HSL115.67º38.65%49.22%-
HSV(B)115.67º55.75%68.24%-
XYZ20.1332.6912.27-
YUV136.0394.6890.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 174 (68.36% from 255) = 51.94%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=25.07%
G=51.94%
B=22.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84174770.5200.560.32115.6738.6549.22
Hex54AE4D3403820742731
Octal12425611564070401644761
Binary101010010101110100110111010001110001000001110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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