#56af59

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

Shades of Fruit Salad #56AF59

Tints of Fruit Salad #56AF59

Color information

#56AF59 (or 0x56AF59) is unknown color: approx Fruit Salad. HEX triplet: 56, AF and 59. RGB value is (86,175,89). Sum of RGB (Red+Green+Blue) = 86+175+89=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF59 is #A950A6. Grayscale: #8A8A8A. Windows color (decimal): -11096231 or 5877590. OLE color: 5877590.

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

Color convert

RGB8617589-
CMYK0.5100.490.31
HSL122.02º35.74%51.18%-
HSV(B)122.02º50.86%68.63%-
XYZ20.9733.3614.78-
YUV138.58100.0190.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=24.57%
G=50%
B=25.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86175890.5100.490.31122.0235.7451.18
Hex56AF59330311F7a2433
Octal12625713163061371724463
Binary10101101010111110110011100110110001111111111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56af59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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