#56AB5A

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

Shades of Fruit Salad #56AB5A

Tints of Fruit Salad #56AB5A

Color information

#56AB5A (or 0x56AB5A) is unknown color: approx Fruit Salad. HEX triplet: 56, AB and 5A. RGB value is (86,171,90). Sum of RGB (Red+Green+Blue) = 86+171+90=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB5A is #A954A5. Grayscale: #888888. Windows color (decimal): -11097254 or 5942102. OLE color: 5942102.

HSL color Cylindrical-coordinate representation of color #56AB5A: hue angle of 122.82º 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 #56AB5A is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB8617190-
CMYK0.5000.470.33
HSL122.82º33.6%50.39%-
HSV(B)122.82º49.71%67.06%-
XYZ20.2531.8414.75-
YUV136.35101.8492.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=24.78%
G=49.28%
B=25.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86171900.5000.470.33122.8233.650.39
Hex56AB5A3202F217b2232
Octal12625313262057411734262
Binary101011010101011101101011001001011111000011111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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