#56A662

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

Shades of Fruit Salad #56A662

Tints of Fruit Salad #56A662

Color information

#56A662 (or 0x56A662) is unknown color: approx Fruit Salad. HEX triplet: 56, A6 and 62. RGB value is (86,166,98). Sum of RGB (Red+Green+Blue) = 86+166+98=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #56A662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A662 is #A9599D. Grayscale: #868686. Windows color (decimal): -11098526 or 6465110. OLE color: 6465110.

HSL color Cylindrical-coordinate representation of color #56A662: hue angle of 129º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A662 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB8616698-
CMYK0.4800.410.35
HSL129º31.75%49.41%-
HSV(B)129º48.19%65.1%-
XYZ19.6830.1316.33-
YUV134.33107.593.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 166 (65.23% from 255) = 47.43%
BLUE value IS 98 (38.67% from 255) = 28%
R=24.57%
G=47.43%
B=28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86166980.4800.410.3512931.7549.41
Hex56A6623002923812031
Octal12624614260051432014061
Binary1010110101001101100010110000010100110001110000001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,166,98); }

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

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

 a { background-color: rgb(86,166,98); }

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

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

 span { border-color: rgb(86,166,98); }

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