#57AB5E

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

Shades of Fruit Salad #57AB5E

Tints of Fruit Salad #57AB5E

Color information

#57AB5E (or 0x57AB5E) is unknown color: approx Fruit Salad. HEX triplet: 57, AB and 5E. RGB value is (87,171,94). Sum of RGB (Red+Green+Blue) = 87+171+94=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AB5E is #A854A1. Grayscale: #898989. Windows color (decimal): -11031714 or 6204247. OLE color: 6204247.

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

Color convert

RGB8717194-
CMYK0.4900.450.33
HSL125º33.33%50.59%-
HSV(B)125º49.12%67.06%-
XYZ20.5131.9615.68-
YUV137.11103.6792.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=24.72%
G=48.58%
B=26.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87171940.4900.450.3312533.3350.59
Hex57AB5E3102D217d2133
Octal12725313661055411754163
Binary101011110101011101111011000101011011000011111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,171,94); }

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

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

 a { background-color: rgb(87,171,94); }

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

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

 span { border-color: rgb(87,171,94); }

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