#56B15A

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

Shades of Fruit Salad #56B15A

Tints of Fruit Salad #56B15A

Color information

#56B15A (or 0x56B15A) is unknown color: approx Fruit Salad. HEX triplet: 56, B1 and 5A. RGB value is (86,177,90). Sum of RGB (Red+Green+Blue) = 86+177+90=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #56B15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B15A is #A94EA5. Grayscale: #8C8C8C. Windows color (decimal): -11095718 or 5943638. OLE color: 5943638.

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

Color convert

RGB8617790-
CMYK0.5100.490.31
HSL122.64º36.84%51.57%-
HSV(B)122.64º51.41%69.41%-
XYZ21.4134.1615.14-
YUV139.8799.8589.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 177 (69.53% from 255) = 50.14%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=24.36%
G=50.14%
B=25.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86177900.5100.490.31122.6436.8451.57
Hex56B15A330311F7b2534
Octal12626113263061371734564
Binary10101101011000110110101100110110001111111111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,177,90); }

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

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

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

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

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

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

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