#57A164

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

Shades of Fruit Salad #57A164

Tints of Fruit Salad #57A164

Color information

#57A164 (or 0x57A164) is unknown color: approx Fruit Salad. HEX triplet: 57, A1 and 64. RGB value is (87,161,100). Sum of RGB (Red+Green+Blue) = 87+161+100=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #57A164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A164 is #A85E9B. Grayscale: #848484. Windows color (decimal): -11034268 or 6594903. OLE color: 6594903.

HSL color Cylindrical-coordinate representation of color #57A164: hue angle of 130.54º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A164 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB87161100-
CMYK0.4600.380.37
HSL130.54º29.84%48.63%-
HSV(B)130.54º45.96%63.14%-
XYZ18.9828.4416.55-
YUV131.92109.9895.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 161 (63.28% from 255) = 46.26%
BLUE value IS 100 (39.45% from 255) = 28.74%
R=25%
G=46.26%
B=28.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871611000.4600.380.37130.5429.8448.63
Hex57A1642E02625831e31
Octal12724114456046452033661
Binary101011110100001110010010111001001101001011000001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A164; }

 p { color: rgb(87,161,100); }

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

<style>
 a { background-color: #57A164; }

 a { background-color: rgb(87,161,100); }

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

<style>
 span { border-color: #57A164; }

 span { border-color: rgb(87,161,100); }

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