#47B75B

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

Shades of Fruit Salad #47B75B

Tints of Fruit Salad #47B75B

Color information

#47B75B (or 0x47B75B) is unknown color: approx Fruit Salad. HEX triplet: 47, B7 and 5B. RGB value is (71,183,91). Sum of RGB (Red+Green+Blue) = 71+183+91=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #47B75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B75B is #B848A4. Grayscale: #8B8B8B. Windows color (decimal): -12077221 or 6010695. OLE color: 6010695.

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

Color convert

RGB7118391-
CMYK0.6100.500.28
HSL130.71º44.09%49.8%-
HSV(B)130.71º61.2%71.76%-
XYZ21.4235.9615.71-
YUV139.02100.8979.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 183 (71.88% from 255) = 53.04%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=20.58%
G=53.04%
B=26.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal71183910.6100.500.28130.7144.0949.8
Hex47B75B3D0321C832c32
Octal10726713375062342035462
Binary100011110110111101101111110101100101110010000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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