#56BA53

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

Shades of Fruit Salad #56BA53

Tints of Fruit Salad #56BA53

Color information

#56BA53 (or 0x56BA53) is unknown color: approx Fruit Salad. HEX triplet: 56, BA and 53. RGB value is (86,186,83). Sum of RGB (Red+Green+Blue) = 86+186+83=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BA53 is #A945AC. Grayscale: #909090. Windows color (decimal): -11093421 or 5487190. OLE color: 5487190.

HSL color Cylindrical-coordinate representation of color #56BA53: hue angle of 118.25º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BA53 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB8618683-
CMYK0.5400.550.27
HSL118.25º42.74%52.75%-
HSV(B)118.25º55.38%72.94%-
XYZ22.9637.7214.25-
YUV144.3693.3786.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=24.23%
G=52.39%
B=23.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86186830.5400.550.27118.2542.7452.75
Hex56BA53360371B762b35
Octal12627212366067331665365
Binary10101101011101010100111101100110111110111110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,186,83); }

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

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

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

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

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

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

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