#54AE55

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

Shades of Fruit Salad #54AE55

Tints of Fruit Salad #54AE55

Color information

#54AE55 (or 0x54AE55) is unknown color: approx Fruit Salad. HEX triplet: 54, AE and 55. RGB value is (84,174,85). Sum of RGB (Red+Green+Blue) = 84+174+85=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE55 is #AB51AA. Grayscale: #898989. Windows color (decimal): -11227563 or 5615188. OLE color: 5615188.

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

Color convert

RGB8417485-
CMYK0.5200.510.32
HSL120.67º35.71%50.59%-
HSV(B)120.67º51.72%68.24%-
XYZ20.4332.8113.85-
YUV136.9498.6890.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=24.49%
G=50.73%
B=24.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84174850.5200.510.32120.6735.7150.59
Hex54AE553403320792433
Octal12425612564063401714463
Binary101010010101110101010111010001100111000001111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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