#47BE48

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

Shades of Fruit Salad #47BE48

Tints of Fruit Salad #47BE48

Color information

#47BE48 (or 0x47BE48) is unknown color: approx Fruit Salad. HEX triplet: 47, BE and 48. RGB value is (71,190,72). Sum of RGB (Red+Green+Blue) = 71+190+72=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #47BE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BE48 is #B841B7. Grayscale: #8D8D8D. Windows color (decimal): -12075448 or 4767303. OLE color: 4767303.

HSL color Cylindrical-coordinate representation of color #47BE48: hue angle of 120.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BE48 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB7119072-
CMYK0.6300.620.25
HSL120.5º47.79%51.18%-
HSV(B)120.5º62.63%74.51%-
XYZ22.1838.6312.42-
YUV140.9789.0878.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 190 (74.61% from 255) = 57.06%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=21.32%
G=57.06%
B=21.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71190720.6300.620.25120.547.7951.18
Hex47BE483F03E19793033
Octal10727611077076311716063
Binary10001111011111010010001111110111110110011111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,190,72); }

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

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

 a { background-color: rgb(71,190,72); }

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

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

 span { border-color: rgb(71,190,72); }

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