#57A55F

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

Shades of Fruit Salad #57A55F

Tints of Fruit Salad #57A55F

Color information

#57A55F (or 0x57A55F) is unknown color: approx Fruit Salad. HEX triplet: 57, A5 and 5F. RGB value is (87,165,95). Sum of RGB (Red+Green+Blue) = 87+165+95=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #57A55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A55F is #A85AA0. Grayscale: #858585. Windows color (decimal): -11033249 or 6268247. OLE color: 6268247.

HSL color Cylindrical-coordinate representation of color #57A55F: hue angle of 126.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A55F is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB8716595-
CMYK0.4700.420.35
HSL126.15º30.95%49.41%-
HSV(B)126.15º47.27%64.71%-
XYZ19.4529.7615.55-
YUV133.7106.1694.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=25.07%
G=47.55%
B=27.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal87165950.4700.420.35126.1530.9549.41
Hex57A55F2F02A237e1f31
Octal12724513757052431763761
Binary10101111010010110111111011110101010100011111111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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