#56B04D

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

Shades of Fruit Salad #56B04D

Tints of Fruit Salad #56B04D

Color information

#56B04D (or 0x56B04D) is unknown color: approx Fruit Salad. HEX triplet: 56, B0 and 4D. RGB value is (86,176,77). Sum of RGB (Red+Green+Blue) = 86+176+77=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #56B04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B04D is #A94FB2. Grayscale: #8A8A8A. Windows color (decimal): -11095987 or 5091414. OLE color: 5091414.

HSL color Cylindrical-coordinate representation of color #56B04D: hue angle of 114.55º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56B04D is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB8617677-
CMYK0.5100.560.31
HSL114.55º39.13%49.61%-
HSV(B)114.55º56.25%69.02%-
XYZ20.733.5612.41-
YUV137.893.6891.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=25.37%
G=51.92%
B=22.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86176770.5100.560.31114.5539.1349.61
Hex56B04D330381F732732
Octal12626011563070371634762
Binary10101101011000010011011100110111000111111110011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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