#56AD54

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

Shades of Fruit Salad #56AD54

Tints of Fruit Salad #56AD54

Color information

#56AD54 (or 0x56AD54) is unknown color: approx Fruit Salad. HEX triplet: 56, AD and 54. RGB value is (86,173,84). Sum of RGB (Red+Green+Blue) = 86+173+84=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AD54 is #A952AB. Grayscale: #898989. Windows color (decimal): -11096748 or 5549398. OLE color: 5549398.

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

Color convert

RGB8617384-
CMYK0.5000.510.32
HSL118.65º35.18%50.39%-
HSV(B)118.65º51.45%67.84%-
XYZ20.3832.5113.59-
YUV136.8498.1891.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 173 (67.97% from 255) = 50.44%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=25.07%
G=50.44%
B=24.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86173840.5000.510.32118.6535.1850.39
Hex56AD543203320772332
Octal12625512462063401674362
Binary101011010101101101010011001001100111000001110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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