#56B258

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

Shades of Fruit Salad #56B258

Tints of Fruit Salad #56B258

Color information

#56B258 (or 0x56B258) is unknown color: approx Fruit Salad. HEX triplet: 56, B2 and 58. RGB value is (86,178,88). Sum of RGB (Red+Green+Blue) = 86+178+88=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #56B258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B258 is #A94DA7. Grayscale: #8C8C8C. Windows color (decimal): -11095464 or 5812822. OLE color: 5812822.

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

Color convert

RGB8617888-
CMYK0.5200.510.30
HSL121.3º37.4%51.76%-
HSV(B)121.3º51.69%69.8%-
XYZ21.5234.5214.76-
YUV140.2398.5289.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 178 (69.92% from 255) = 50.57%
BLUE value IS 88 (34.77% from 255) = 25%
R=24.43%
G=50.57%
B=25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86178880.5200.510.30121.337.451.76
Hex56B258340331E792534
Octal12626213064063361714564
Binary10101101011001010110001101000110011111101111001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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