#47B55B

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

Shades of Fruit Salad #47B55B

Tints of Fruit Salad #47B55B

Color information

#47B55B (or 0x47B55B) is unknown color: approx Fruit Salad. HEX triplet: 47, B5 and 5B. RGB value is (71,181,91). Sum of RGB (Red+Green+Blue) = 71+181+91=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #47B55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B55B is #B84AA4. Grayscale: #8A8A8A. Windows color (decimal): -12077733 or 6010183. OLE color: 6010183.

HSL color Cylindrical-coordinate representation of color #47B55B: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B55B is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB7118191-
CMYK0.6100.500.29
HSL130.91º43.65%49.41%-
HSV(B)130.91º60.77%70.98%-
XYZ21.0135.1415.57-
YUV137.85101.5680.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 181 (71.09% from 255) = 52.77%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=20.70%
G=52.77%
B=26.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71181910.6100.500.29130.9143.6549.41
Hex47B55B3D0321D832c31
Octal10726513375062352035461
Binary100011110110101101101111110101100101110110000011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,181,91); }

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

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

 a { background-color: rgb(71,181,91); }

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

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

 span { border-color: rgb(71,181,91); }

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