#47BC4F

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

Shades of Fruit Salad #47BC4F

Tints of Fruit Salad #47BC4F

Color information

#47BC4F (or 0x47BC4F) is unknown color: approx Fruit Salad. HEX triplet: 47, BC and 4F. RGB value is (71,188,79). Sum of RGB (Red+Green+Blue) = 71+188+79=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BC4F is #B843B0. Grayscale: #8C8C8C. Windows color (decimal): -12075953 or 5225543. OLE color: 5225543.

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

Color convert

RGB7118879-
CMYK0.6200.580.26
HSL124.1º46.61%50.78%-
HSV(B)124.1º62.23%73.73%-
XYZ21.9937.8713.55-
YUV140.5993.2478.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 188 (73.83% from 255) = 55.62%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=21.01%
G=55.62%
B=23.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71188790.6200.580.26124.146.6150.78
Hex47BC4F3E03A1A7c2f33
Octal10727411776072321745763
Binary10001111011110010011111111100111010110101111100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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