#47BC55

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

Shades of Fruit Salad #47BC55

Tints of Fruit Salad #47BC55

Color information

#47BC55 (or 0x47BC55) is unknown color: approx Fruit Salad. HEX triplet: 47, BC and 55. RGB value is (71,188,85). Sum of RGB (Red+Green+Blue) = 71+188+85=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BC55 is #B843AA. Grayscale: #8D8D8D. Windows color (decimal): -12075947 or 5618759. OLE color: 5618759.

HSL color Cylindrical-coordinate representation of color #47BC55: hue angle of 127.18º 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 #47BC55 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB7118885-
CMYK0.6200.550.26
HSL127.18º46.61%50.78%-
HSV(B)127.18º62.23%73.73%-
XYZ22.2237.9614.75-
YUV141.2796.2477.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 188 (73.83% from 255) = 54.65%
BLUE value IS 85 (33.59% from 255) = 24.71%
R=20.64%
G=54.65%
B=24.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71188850.6200.550.26127.1846.6150.78
Hex47BC553E0371A7f2f33
Octal10727412576067321775763
Binary10001111011110010101011111100110111110101111111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,188,85); }

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

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

 a { background-color: rgb(71,188,85); }

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

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

 span { border-color: rgb(71,188,85); }

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