#56B05A

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

Shades of Fruit Salad #56B05A

Tints of Fruit Salad #56B05A

Color information

#56B05A (or 0x56B05A) is unknown color: approx Fruit Salad. HEX triplet: 56, B0 and 5A. RGB value is (86,176,90). Sum of RGB (Red+Green+Blue) = 86+176+90=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #56B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B05A is #A94FA5. Grayscale: #8B8B8B. Windows color (decimal): -11095974 or 5943382. OLE color: 5943382.

HSL color Cylindrical-coordinate representation of color #56B05A: hue angle of 122.67º 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 #56B05A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB8617690-
CMYK0.5100.490.31
HSL122.67º36.29%51.37%-
HSV(B)122.67º51.14%69.02%-
XYZ21.2133.7715.07-
YUV139.29100.1889.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 176 (69.14% from 255) = 50%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=24.43%
G=50%
B=25.57%

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
Decimal86176900.5100.490.31122.6736.2951.37
Hex56B05A330311F7b2433
Octal12626013263061371734463
Binary10101101011000010110101100110110001111111111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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