#56AE5D

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

Shades of Fruit Salad #56AE5D

Tints of Fruit Salad #56AE5D

Color information

#56AE5D (or 0x56AE5D) is unknown color: approx Fruit Salad. HEX triplet: 56, AE and 5D. RGB value is (86,174,93). Sum of RGB (Red+Green+Blue) = 86+174+93=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AE5D is #A951A2. Grayscale: #8A8A8A. Windows color (decimal): -11096483 or 6139478. OLE color: 6139478.

HSL color Cylindrical-coordinate representation of color #56AE5D: hue angle of 124.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AE5D is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB8617493-
CMYK0.5100.470.32
HSL124.77º35.2%50.98%-
HSV(B)124.77º50.57%68.24%-
XYZ20.9533.0415.63-
YUV138.45102.3590.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 174 (68.36% from 255) = 49.29%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=24.36%
G=49.29%
B=26.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86174930.5100.470.32124.7735.250.98
Hex56AE5D3302F207d2333
Octal12625613563057401754363
Binary101011010101110101110111001101011111000001111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,174,93); }

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

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

 a { background-color: rgb(86,174,93); }

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

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

 span { border-color: rgb(86,174,93); }

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