#47BD56

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

Shades of Fruit Salad #47BD56

Tints of Fruit Salad #47BD56

Color information

#47BD56 (or 0x47BD56) is unknown color: approx Fruit Salad. HEX triplet: 47, BD and 56. RGB value is (71,189,86). Sum of RGB (Red+Green+Blue) = 71+189+86=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BD56 is #B842A9. Grayscale: #8E8E8E. Windows color (decimal): -12075690 or 5684551. OLE color: 5684551.

HSL color Cylindrical-coordinate representation of color #47BD56: hue angle of 127.63º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BD56 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB7118986-
CMYK0.6200.540.26
HSL127.63º47.2%50.98%-
HSV(B)127.63º62.43%74.12%-
XYZ22.4838.4115.03-
YUV141.9896.4177.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 189 (74.22% from 255) = 54.62%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=20.52%
G=54.62%
B=24.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71189860.6200.540.26127.6347.250.98
Hex47BD563E0361A802f33
Octal10727512676066322005763
Binary100011110111101101011011111001101101101010000000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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