#54AD5D

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

Shades of Fruit Salad #54AD5D

Tints of Fruit Salad #54AD5D

Color information

#54AD5D (or 0x54AD5D) is unknown color: approx Fruit Salad. HEX triplet: 54, AD and 5D. RGB value is (84,173,93). Sum of RGB (Red+Green+Blue) = 84+173+93=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD5D is #AB52A2. Grayscale: #898989. Windows color (decimal): -11227811 or 6139220. OLE color: 6139220.

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

Color convert

RGB8417393-
CMYK0.5100.460.32
HSL126.07º35.18%50.39%-
HSV(B)126.07º51.45%67.84%-
XYZ20.5832.5615.56-
YUV137.27103.0190-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 173 (67.97% from 255) = 49.43%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=24%
G=49.43%
B=26.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84173930.5100.460.32126.0735.1850.39
Hex54AD5D3302E207e2332
Octal12425513563056401764362
Binary101010010101101101110111001101011101000001111110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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