#54AD5A

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

Shades of Fruit Salad #54AD5A

Tints of Fruit Salad #54AD5A

Color information

#54AD5A (or 0x54AD5A) is unknown color: approx Fruit Salad. HEX triplet: 54, AD and 5A. RGB value is (84,173,90). Sum of RGB (Red+Green+Blue) = 84+173+90=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD5A is #AB52A5. Grayscale: #898989. Windows color (decimal): -11227814 or 5942612. OLE color: 5942612.

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

Color convert

RGB8417390-
CMYK0.5100.480.32
HSL124.04º35.18%50.39%-
HSV(B)124.04º51.45%67.84%-
XYZ20.4532.5114.87-
YUV136.93101.5190.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 173 (67.97% from 255) = 49.86%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=24.21%
G=49.86%
B=25.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84173900.5100.480.32124.0435.1850.39
Hex54AD5A33030207c2332
Octal12425513263060401744362
Binary101010010101101101101011001101100001000001111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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