#56AC4D

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

Shades of Fruit Salad #56AC4D

Tints of Fruit Salad #56AC4D

Color information

#56AC4D (or 0x56AC4D) is unknown color: approx Fruit Salad. HEX triplet: 56, AC and 4D. RGB value is (86,172,77). Sum of RGB (Red+Green+Blue) = 86+172+77=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AC4D is #A953B2. Grayscale: #878787. Windows color (decimal): -11097011 or 5090390. OLE color: 5090390.

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

Color convert

RGB8617277-
CMYK0.500.550.33
HSL114.32º38.15%48.82%-
HSV(B)114.32º55.23%67.45%-
XYZ19.9332.0212.15-
YUV135.4695.0192.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 172 (67.58% from 255) = 51.34%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=25.67%
G=51.34%
B=22.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86172770.500.550.33114.3238.1548.82
Hex56AC4D3203721722631
Octal12625411562067411624661
Binary101011010101100100110111001001101111000011110010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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