#56AA61

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

Shades of Fruit Salad #56AA61

Tints of Fruit Salad #56AA61

Color information

#56AA61 (or 0x56AA61) is unknown color: approx Fruit Salad. HEX triplet: 56, AA and 61. RGB value is (86,170,97). Sum of RGB (Red+Green+Blue) = 86+170+97=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA61 is #A9559E. Grayscale: #888888. Windows color (decimal): -11097503 or 6400598. OLE color: 6400598.

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

Color convert

RGB8617097-
CMYK0.4900.430.33
HSL127.86º33.07%50.2%-
HSV(B)127.86º49.41%66.67%-
XYZ20.3731.5916.33-
YUV136.56105.6791.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=24.36%
G=48.16%
B=27.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86170970.4900.430.33127.8633.0750.2
Hex56AA613102B21802132
Octal12625214161053412004162
Binary1010110101010101100001110001010101110000110000000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,170,97); }

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

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

 a { background-color: rgb(86,170,97); }

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

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

 span { border-color: rgb(86,170,97); }

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