#56A24F

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

Shades of Fruit Salad #56A24F

Tints of Fruit Salad #56A24F

Color information

#56A24F (or 0x56A24F) is unknown color: approx Fruit Salad. HEX triplet: 56, A2 and 4F. RGB value is (86,162,79). Sum of RGB (Red+Green+Blue) = 86+162+79=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #56A24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A24F is #A95DB0. Grayscale: #828282. Windows color (decimal): -11099569 or 5218902. OLE color: 5218902.

HSL color Cylindrical-coordinate representation of color #56A24F: hue angle of 114.94º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56A24F is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB8616279-
CMYK0.4700.510.36
HSL114.94º34.44%47.25%-
HSV(B)114.94º51.23%63.53%-
XYZ18.1728.3811.92-
YUV129.8199.3296.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=26.30%
G=49.54%
B=24.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86162790.4700.510.36114.9434.4447.25
Hex56A24F2F0332473222f
Octal12624211757063441634257
Binary101011010100010100111110111101100111001001110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,162,79); }

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

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

 a { background-color: rgb(86,162,79); }

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

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

 span { border-color: rgb(86,162,79); }

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