#47AD56

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

Shades of Fruit Salad #47AD56

Tints of Fruit Salad #47AD56

Color information

#47AD56 (or 0x47AD56) is unknown color: approx Fruit Salad. HEX triplet: 47, AD and 56. RGB value is (71,173,86). Sum of RGB (Red+Green+Blue) = 71+173+86=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD56 is #B852A9. Grayscale: #848484. Windows color (decimal): -12079786 or 5680455. OLE color: 5680455.

HSL color Cylindrical-coordinate representation of color #47AD56: hue angle of 128.82º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AD56 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB7117386-
CMYK0.5900.500.32
HSL128.82º41.8%47.84%-
HSV(B)128.82º58.96%67.84%-
XYZ19.2231.913.95-
YUV132.58101.7184.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 173 (67.97% from 255) = 52.42%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=21.52%
G=52.42%
B=26.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71173860.5900.500.32128.8241.847.84
Hex47AD563B03220812a30
Octal10725512673062402015260
Binary1000111101011011010110111011011001010000010000001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47AD56; }

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

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

<style>
 a { background-color: #47AD56; }

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

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

<style>
 span { border-color: #47AD56; }

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

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