#57A95E

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

Shades of Fruit Salad #57A95E

Tints of Fruit Salad #57A95E

Color information

#57A95E (or 0x57A95E) is unknown color: approx Fruit Salad. HEX triplet: 57, A9 and 5E. RGB value is (87,169,94). Sum of RGB (Red+Green+Blue) = 87+169+94=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #57A95E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A95E is #A856A1. Grayscale: #888888. Windows color (decimal): -11032226 or 6203735. OLE color: 6203735.

HSL color Cylindrical-coordinate representation of color #57A95E: hue angle of 125.12º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A95E is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB8716994-
CMYK0.4900.440.34
HSL125.12º32.28%50.2%-
HSV(B)125.12º48.52%66.27%-
XYZ20.1431.2115.55-
YUV135.93104.3393.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 169 (66.41% from 255) = 48.29%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=24.86%
G=48.29%
B=26.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87169940.4900.440.34125.1232.2850.2
Hex57A95E3102C227d2032
Octal12725113661054421754062
Binary101011110101001101111011000101011001000101111101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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