#56AB50

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

Shades of Fruit Salad #56AB50

Tints of Fruit Salad #56AB50

Color information

#56AB50 (or 0x56AB50) is unknown color: approx Fruit Salad. HEX triplet: 56, AB and 50. RGB value is (86,171,80). Sum of RGB (Red+Green+Blue) = 86+171+80=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB50 is #A954AF. Grayscale: #878787. Windows color (decimal): -11097264 or 5286742. OLE color: 5286742.

HSL color Cylindrical-coordinate representation of color #56AB50: hue angle of 116.04º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56AB50 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB8617180-
CMYK0.5000.530.33
HSL116.04º36.25%49.22%-
HSV(B)116.04º53.22%67.06%-
XYZ19.8531.6812.66-
YUV135.2196.8492.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=25.52%
G=50.74%
B=23.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86171800.5000.530.33116.0436.2549.22
Hex56AB503203521742431
Octal12625312062065411644461
Binary101011010101011101000011001001101011000011110100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,171,80); }

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

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

 a { background-color: rgb(86,171,80); }

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

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

 span { border-color: rgb(86,171,80); }

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