#56AC4C

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

Shades of Fruit Salad #56AC4C

Tints of Fruit Salad #56AC4C

Color information

#56AC4C (or 0x56AC4C) is unknown color: approx Fruit Salad. HEX triplet: 56, AC and 4C. RGB value is (86,172,76). Sum of RGB (Red+Green+Blue) = 86+172+76=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AC4C is #A953B3. Grayscale: #878787. Windows color (decimal): -11097012 or 5024854. OLE color: 5024854.

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

Color convert

RGB8617276-
CMYK0.500.560.33
HSL113.75º38.71%48.63%-
HSV(B)113.75º55.81%67.45%-
XYZ19.8932.0111.97-
YUV135.3494.5192.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 172 (67.58% from 255) = 51.50%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=25.75%
G=51.50%
B=22.75%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86172760.500.560.33113.7538.7148.63
Hex56AC4C3203821722731
Octal12625411462070411624761
Binary101011010101100100110011001001110001000011110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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