#54AA57

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

Shades of Fruit Salad #54AA57

Tints of Fruit Salad #54AA57

Color information

#54AA57 (or 0x54AA57) is unknown color: approx Fruit Salad. HEX triplet: 54, AA and 57. RGB value is (84,170,87). Sum of RGB (Red+Green+Blue) = 84+170+87=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA57 is #AB55A8. Grayscale: #878787. Windows color (decimal): -11228585 or 5745236. OLE color: 5745236.

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

Color convert

RGB8417087-
CMYK0.5100.490.33
HSL122.09º33.86%49.8%-
HSV(B)122.09º50.59%66.67%-
XYZ19.7531.3214.02-
YUV134.82101.0191.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=24.63%
G=49.85%
B=25.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84170870.5100.490.33122.0933.8649.8
Hex54AA5733031217a2232
Octal12425212763061411724262
Binary101010010101010101011111001101100011000011111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,170,87); }

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

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

 a { background-color: rgb(84,170,87); }

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

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

 span { border-color: rgb(84,170,87); }

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