#47B14D

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

Shades of Fruit Salad #47B14D

Tints of Fruit Salad #47B14D

Color information

#47B14D (or 0x47B14D) is unknown color: approx Fruit Salad. HEX triplet: 47, B1 and 4D. RGB value is (71,177,77). Sum of RGB (Red+Green+Blue) = 71+177+77=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #47B14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B14D is #B84EB2. Grayscale: #868686. Windows color (decimal): -12078771 or 5091655. OLE color: 5091655.

HSL color Cylindrical-coordinate representation of color #47B14D: hue angle of 123.4º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B14D is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB7117777-
CMYK0.6000.560.31
HSL123.4º42.74%48.63%-
HSV(B)123.4º59.89%69.41%-
XYZ19.6633.3212.42-
YUV133.9195.8883.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 177 (69.53% from 255) = 54.46%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=21.85%
G=54.46%
B=23.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71177770.6000.560.31123.442.7448.63
Hex47B14D3C0381F7b2b31
Octal10726111574070371735361
Binary10001111011000110011011111000111000111111111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,177,77); }

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

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

 a { background-color: rgb(71,177,77); }

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

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

 span { border-color: rgb(71,177,77); }

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