#56AD51

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

Shades of Fruit Salad #56AD51

Tints of Fruit Salad #56AD51

Color information

#56AD51 (or 0x56AD51) is unknown color: approx Fruit Salad. HEX triplet: 56, AD and 51. RGB value is (86,173,81). Sum of RGB (Red+Green+Blue) = 86+173+81=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AD51 is #A952AE. Grayscale: #888888. Windows color (decimal): -11096751 or 5352790. OLE color: 5352790.

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

Color convert

RGB8617381-
CMYK0.5000.530.32
HSL116.74º36.22%49.8%-
HSV(B)116.74º53.18%67.84%-
XYZ20.2732.4612.98-
YUV136.596.6891.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=25.29%
G=50.88%
B=23.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86173810.5000.530.32116.7436.2249.8
Hex56AD513203520752432
Octal12625512162065401654462
Binary101011010101101101000111001001101011000001110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,173,81); }

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

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

 a { background-color: rgb(86,173,81); }

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

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

 span { border-color: rgb(86,173,81); }

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