#56B658

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

Shades of Fruit Salad #56B658

Tints of Fruit Salad #56B658

Color information

#56B658 (or 0x56B658) is unknown color: approx Fruit Salad. HEX triplet: 56, B6 and 58. RGB value is (86,182,88). Sum of RGB (Red+Green+Blue) = 86+182+88=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #56B658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B658 is #A949A7. Grayscale: #8E8E8E. Windows color (decimal): -11094440 or 5813846. OLE color: 5813846.

HSL color Cylindrical-coordinate representation of color #56B658: hue angle of 121.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B658 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB8618288-
CMYK0.5300.520.29
HSL121.25º39.67%52.55%-
HSV(B)121.25º52.75%71.37%-
XYZ22.3336.1415.03-
YUV142.5897.287.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 182 (71.48% from 255) = 51.12%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=24.16%
G=51.12%
B=24.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86182880.5300.520.29121.2539.6752.55
Hex56B658350341D792835
Octal12626613065064351715065
Binary10101101011011010110001101010110100111011111001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,182,88); }

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

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

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

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

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

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

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