#56AD4E

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

Shades of Fruit Salad #56AD4E

Tints of Fruit Salad #56AD4E

Color information

#56AD4E (or 0x56AD4E) is unknown color: approx Fruit Salad. HEX triplet: 56, AD and 4E. RGB value is (86,173,78). Sum of RGB (Red+Green+Blue) = 86+173+78=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AD4E is #A952B1. Grayscale: #888888. Windows color (decimal): -11096754 or 5156182. OLE color: 5156182.

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

Color convert

RGB8617378-
CMYK0.5000.550.32
HSL114.95º37.85%49.22%-
HSV(B)114.95º54.91%67.84%-
XYZ20.1632.4212.4-
YUV136.1695.1892.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 173 (67.97% from 255) = 51.34%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=25.52%
G=51.34%
B=23.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86173780.5000.550.32114.9537.8549.22
Hex56AD4E3203720732631
Octal12625511662067401634661
Binary101011010101101100111011001001101111000001110011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,173,78); }

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

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

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

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

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

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

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