#47B04D

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

Shades of Fruit Salad #47B04D

Tints of Fruit Salad #47B04D

Color information

#47B04D (or 0x47B04D) is unknown color: approx Fruit Salad. HEX triplet: 47, B0 and 4D. RGB value is (71,176,77). Sum of RGB (Red+Green+Blue) = 71+176+77=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #47B04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B04D is #B84FB2. Grayscale: #858585. Windows color (decimal): -12079027 or 5091399. OLE color: 5091399.

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

Color convert

RGB7117677-
CMYK0.6000.560.31
HSL123.43º42.51%48.43%-
HSV(B)123.43º59.66%69.02%-
XYZ19.4632.9312.35-
YUV133.3296.2183.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 176 (69.14% from 255) = 54.32%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=21.91%
G=54.32%
B=23.77%

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
Decimal71176770.6000.560.31123.4342.5148.43
Hex47B04D3C0381F7b2b30
Octal10726011574070371735360
Binary10001111011000010011011111000111000111111111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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