#54AE4C

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

Shades of Fruit Salad #54AE4C

Tints of Fruit Salad #54AE4C

Color information

#54AE4C (or 0x54AE4C) is unknown color: approx Fruit Salad. HEX triplet: 54, AE and 4C. RGB value is (84,174,76). Sum of RGB (Red+Green+Blue) = 84+174+76=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AE4C is #AB51B3. Grayscale: #888888. Windows color (decimal): -11227572 or 5025364. OLE color: 5025364.

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

Color convert

RGB8417476-
CMYK0.5200.560.32
HSL115.1º39.2%49.02%-
HSV(B)115.1º56.32%68.24%-
XYZ20.132.6812.09-
YUV135.9294.1890.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 174 (68.36% from 255) = 52.10%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=25.15%
G=52.10%
B=22.75%

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
Decimal84174760.5200.560.32115.139.249.02
Hex54AE4C3403820732731
Octal12425611464070401634761
Binary101010010101110100110011010001110001000001110011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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