#57A25F

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

Shades of Fruit Salad #57A25F

Tints of Fruit Salad #57A25F

Color information

#57A25F (or 0x57A25F) is unknown color: approx Fruit Salad. HEX triplet: 57, A2 and 5F. RGB value is (87,162,95). Sum of RGB (Red+Green+Blue) = 87+162+95=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #57A25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A25F is #A85DA0. Grayscale: #848484. Windows color (decimal): -11034017 or 6267479. OLE color: 6267479.

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

Color convert

RGB8716295-
CMYK0.4600.410.36
HSL126.4º30.12%48.82%-
HSV(B)126.4º46.3%63.53%-
XYZ18.9228.6915.37-
YUV131.94107.1595.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=25.29%
G=47.09%
B=27.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87162950.4600.410.36126.430.1248.82
Hex57A25F2E029247e1e31
Octal12724213756051441763661
Binary10101111010001010111111011100101001100100111111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,162,95); }

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

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

 a { background-color: rgb(87,162,95); }

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

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

 span { border-color: rgb(87,162,95); }

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