#56B257

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

Shades of Fruit Salad #56B257

Tints of Fruit Salad #56B257

Color information

#56B257 (or 0x56B257) is unknown color: approx Fruit Salad. HEX triplet: 56, B2 and 57. RGB value is (86,178,87). Sum of RGB (Red+Green+Blue) = 86+178+87=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #56B257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B257 is #A94DA8. Grayscale: #8C8C8C. Windows color (decimal): -11095465 or 5747286. OLE color: 5747286.

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

Color convert

RGB8617887-
CMYK0.5200.510.30
HSL120.65º37.4%51.76%-
HSV(B)120.65º51.69%69.8%-
XYZ21.4834.5114.55-
YUV140.1298.0289.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 178 (69.92% from 255) = 50.71%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=24.50%
G=50.71%
B=24.79%

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
Decimal86178870.5200.510.30120.6537.451.76
Hex56B257340331E792534
Octal12626212764063361714564
Binary10101101011001010101111101000110011111101111001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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