#56A960

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

Shades of Fruit Salad #56A960

Tints of Fruit Salad #56A960

Color information

#56A960 (or 0x56A960) is unknown color: approx Fruit Salad. HEX triplet: 56, A9 and 60. RGB value is (86,169,96). Sum of RGB (Red+Green+Blue) = 86+169+96=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #56A960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A960 is #A9569F. Grayscale: #888888. Windows color (decimal): -11097760 or 6334806. OLE color: 6334806.

HSL color Cylindrical-coordinate representation of color #56A960: hue angle of 127.23º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A960 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB8616996-
CMYK0.4900.430.34
HSL127.23º32.55%50%-
HSV(B)127.23º49.11%66.27%-
XYZ20.1431.216.03-
YUV135.86105.592.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 169 (66.41% from 255) = 48.15%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=24.50%
G=48.15%
B=27.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86169960.4900.430.34127.2332.5550
Hex56A9603102B227f2132
Octal12625114061053421774162
Binary101011010101001110000011000101010111000101111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,169,96); }

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

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

 a { background-color: rgb(86,169,96); }

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

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

 span { border-color: rgb(86,169,96); }

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