#54A350

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

Shades of Fruit Salad #54A350

Tints of Fruit Salad #54A350

Color information

#54A350 (or 0x54A350) is unknown color: approx Fruit Salad. HEX triplet: 54, A3 and 50. RGB value is (84,163,80). Sum of RGB (Red+Green+Blue) = 84+163+80=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #54A350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A350 is #AB5CAF. Grayscale: #828282. Windows color (decimal): -11230384 or 5284692. OLE color: 5284692.

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

Color convert

RGB8416380-
CMYK0.4800.510.36
HSL117.11º34.16%47.65%-
HSV(B)117.11º50.92%63.92%-
XYZ18.228.6612.16-
YUV129.9299.8395.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 163 (64.06% from 255) = 49.85%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=25.69%
G=49.85%
B=24.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84163800.4800.510.36117.1134.1647.65
Hex54A3503003324752230
Octal12424312060063441654260
Binary101010010100011101000011000001100111001001110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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