#56B056

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

Shades of Fruit Salad #56B056

Tints of Fruit Salad #56B056

Color information

#56B056 (or 0x56B056) is unknown color: approx Fruit Salad. HEX triplet: 56, B0 and 56. RGB value is (86,176,86). Sum of RGB (Red+Green+Blue) = 86+176+86=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #56B056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B056 is #A94FA9. Grayscale: #8B8B8B. Windows color (decimal): -11095978 or 5681238. OLE color: 5681238.

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

Color convert

RGB8617686-
CMYK0.5100.510.31
HSL120º36.29%51.37%-
HSV(B)120º51.14%69.02%-
XYZ21.0433.714.2-
YUV138.8398.1890.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 176 (69.14% from 255) = 50.57%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=24.71%
G=50.57%
B=24.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86176860.5100.510.3112036.2951.37
Hex56B056330331F782433
Octal12626012663063371704463
Binary10101101011000010101101100110110011111111111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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