#56AB5E

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

Shades of Fruit Salad #56AB5E

Tints of Fruit Salad #56AB5E

Color information

#56AB5E (or 0x56AB5E) is unknown color: approx Fruit Salad. HEX triplet: 56, AB and 5E. RGB value is (86,171,94). Sum of RGB (Red+Green+Blue) = 86+171+94=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB5E is #A954A1. Grayscale: #898989. Windows color (decimal): -11097250 or 6204246. OLE color: 6204246.

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

Color convert

RGB8617194-
CMYK0.5000.450.33
HSL125.65º33.6%50.39%-
HSV(B)125.65º49.71%67.06%-
XYZ20.4231.9115.67-
YUV136.81103.8491.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 171 (67.19% from 255) = 48.72%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=24.50%
G=48.72%
B=26.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86171940.5000.450.33125.6533.650.39
Hex56AB5E3202D217e2232
Octal12625313662055411764262
Binary101011010101011101111011001001011011000011111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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