#47C04B

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

Shades of Fruit Salad #47C04B

Tints of Fruit Salad #47C04B

Color information

#47C04B (or 0x47C04B) is unknown color: approx Fruit Salad. HEX triplet: 47, C0 and 4B. RGB value is (71,192,75). Sum of RGB (Red+Green+Blue) = 71+192+75=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #47C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C04B is #B83FB4. Grayscale: #8E8E8E. Windows color (decimal): -12074933 or 4964423. OLE color: 4964423.

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

Color convert

RGB7119275-
CMYK0.6300.610.25
HSL121.98º48.99%51.57%-
HSV(B)121.98º63.02%75.29%-
XYZ22.7239.5513.09-
YUV142.4889.9177.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 192 (75.39% from 255) = 56.80%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=21.01%
G=56.80%
B=22.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71192750.6300.610.25121.9848.9951.57
Hex47C04B3F03D197a3134
Octal10730011377075311726164
Binary10001111100000010010111111110111101110011111010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,192,75); }

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

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

 a { background-color: rgb(71,192,75); }

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

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

 span { border-color: rgb(71,192,75); }

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