#56af4c

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

Shades of Fruit Salad #56AF4C

Tints of Fruit Salad #56AF4C

Color information

#56AF4C (or 0x56AF4C) is unknown color: approx Fruit Salad. HEX triplet: 56, AF and 4C. RGB value is (86,175,76). Sum of RGB (Red+Green+Blue) = 86+175+76=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AF4C is #A950B3. Grayscale: #898989. Windows color (decimal): -11096244 or 5025622. OLE color: 5025622.

HSL color Cylindrical-coordinate representation of color #56AF4C: hue angle of 113.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56AF4C is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB8617576-
CMYK0.5100.570.31
HSL113.94º39.44%49.22%-
HSV(B)113.94º56.57%68.63%-
XYZ20.4733.1612.16-
YUV137.193.5191.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 76 (30.08% from 255) = 22.55%
R=25.52%
G=51.93%
B=22.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86175760.5100.570.31113.9439.4449.22
Hex56AF4C330391F722731
Octal12625711463071371624761
Binary10101101010111110011001100110111001111111110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56af4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,175,76); }

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

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

 a { background-color: rgb(86,175,76); }

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

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

 span { border-color: rgb(86,175,76); }

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