#54AD56

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

Shades of Fruit Salad #54AD56

Tints of Fruit Salad #54AD56

Color information

#54AD56 (or 0x54AD56) is unknown color: approx Fruit Salad. HEX triplet: 54, AD and 56. RGB value is (84,173,86). Sum of RGB (Red+Green+Blue) = 84+173+86=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD56 is #AB52A9. Grayscale: #888888. Windows color (decimal): -11227818 or 5680468. OLE color: 5680468.

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

Color convert

RGB8417386-
CMYK0.5100.500.32
HSL121.35º35.18%50.39%-
HSV(B)121.35º51.45%67.84%-
XYZ20.2832.4414-
YUV136.4799.5190.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 173 (67.97% from 255) = 50.44%
BLUE value IS 86 (33.98% from 255) = 25.07%
R=24.49%
G=50.44%
B=25.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84173860.5100.500.32121.3535.1850.39
Hex54AD563303220792332
Octal12425512663062401714362
Binary101010010101101101011011001101100101000001111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,173,86); }

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

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

 a { background-color: rgb(84,173,86); }

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

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

 span { border-color: rgb(84,173,86); }

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