#56AB4D

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

Shades of Fruit Salad #56AB4D

Tints of Fruit Salad #56AB4D

Color information

#56AB4D (or 0x56AB4D) is unknown color: approx Fruit Salad. HEX triplet: 56, AB and 4D. RGB value is (86,171,77). Sum of RGB (Red+Green+Blue) = 86+171+77=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB4D is #A954B2. Grayscale: #878787. Windows color (decimal): -11097267 or 5090134. OLE color: 5090134.

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

Color convert

RGB8617177-
CMYK0.5000.550.33
HSL114.26º37.9%48.63%-
HSV(B)114.26º54.97%67.06%-
XYZ19.7431.6412.09-
YUV134.8795.3493.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=25.75%
G=51.20%
B=23.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86171770.5000.550.33114.2637.948.63
Hex56AB4D3203721722631
Octal12625311562067411624661
Binary101011010101011100110111001001101111000011110010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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