#57AB50

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

Shades of Fruit Salad #57AB50

Tints of Fruit Salad #57AB50

Color information

#57AB50 (or 0x57AB50) is unknown color: approx Fruit Salad. HEX triplet: 57, AB and 50. RGB value is (87,171,80). Sum of RGB (Red+Green+Blue) = 87+171+80=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AB50 is #A854AF. Grayscale: #878787. Windows color (decimal): -11031728 or 5286743. OLE color: 5286743.

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

Color convert

RGB8717180-
CMYK0.4900.530.33
HSL115.38º36.25%49.22%-
HSV(B)115.38º53.22%67.06%-
XYZ19.9431.7312.66-
YUV135.5196.6793.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.74%
GREEN value IS 171 (67.19% from 255) = 50.59%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=25.74%
G=50.59%
B=23.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87171800.4900.530.33115.3836.2549.22
Hex57AB503103521732431
Octal12725312061065411634461
Binary101011110101011101000011000101101011000011110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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