#56ac56

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

Shades of Fruit Salad #56AC56

Tints of Fruit Salad #56AC56

Color information

#56AC56 (or 0x56AC56) is unknown color: approx Fruit Salad. HEX triplet: 56, AC and 56. RGB value is (86,172,86). Sum of RGB (Red+Green+Blue) = 86+172+86=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AC56 is #A953A9. Grayscale: #888888. Windows color (decimal): -11097002 or 5680214. OLE color: 5680214.

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

Color convert

RGB8617286-
CMYK0.500.50.33
HSL120º34.13%50.59%-
HSV(B)120º50%67.45%-
XYZ20.2732.1613.94-
YUV136.4899.5191.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 172 (67.58% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86172860.500.50.3312034.1350.59
Hex56AC563203221782233
Octal12625412662062411704263
Binary101011010101100101011011001001100101000011111000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ac56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,172,86); }

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

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

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

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

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

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

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