#54A450

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

Shades of Fruit Salad #54A450

Tints of Fruit Salad #54A450

Color information

#54A450 (or 0x54A450) is unknown color: approx Fruit Salad. HEX triplet: 54, A4 and 50. RGB value is (84,164,80). Sum of RGB (Red+Green+Blue) = 84+164+80=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #54A450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A450 is #AB5BAF. Grayscale: #828282. Windows color (decimal): -11230128 or 5284948. OLE color: 5284948.

HSL color Cylindrical-coordinate representation of color #54A450: hue angle of 117.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54A450 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB8416480-
CMYK0.4900.510.36
HSL117.14º34.43%47.84%-
HSV(B)117.14º51.22%64.31%-
XYZ18.3829.0112.22-
YUV130.599.594.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 164 (64.45% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=25.61%
G=50%
B=24.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84164800.4900.510.36117.1434.4347.84
Hex54A4503103324752230
Octal12424412061063441654260
Binary101010010100100101000011000101100111001001110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,164,80); }

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

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

 a { background-color: rgb(84,164,80); }

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

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

 span { border-color: rgb(84,164,80); }

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