#56BA54

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

Shades of Fruit Salad #56BA54

Tints of Fruit Salad #56BA54

Color information

#56BA54 (or 0x56BA54) is unknown color: approx Fruit Salad. HEX triplet: 56, BA and 54. RGB value is (86,186,84). Sum of RGB (Red+Green+Blue) = 86+186+84=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BA54 is #A945AB. Grayscale: #909090. Windows color (decimal): -11093420 or 5552726. OLE color: 5552726.

HSL color Cylindrical-coordinate representation of color #56BA54: hue angle of 118.82º 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 #56BA54 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB8618684-
CMYK0.5400.550.27
HSL118.82º42.5%52.94%-
HSV(B)118.82º54.84%72.94%-
XYZ2337.7414.46-
YUV144.4793.8786.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=24.16%
G=52.25%
B=23.60%

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
Decimal86186840.5400.550.27118.8242.552.94
Hex56BA54360371B772a35
Octal12627212466067331675265
Binary10101101011101010101001101100110111110111110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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