#47C14D

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

Shades of Fruit Salad #47C14D

Tints of Fruit Salad #47C14D

Color information

#47C14D (or 0x47C14D) is unknown color: approx Fruit Salad. HEX triplet: 47, C1 and 4D. RGB value is (71,193,77). Sum of RGB (Red+Green+Blue) = 71+193+77=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #47C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C14D is #B83EB2. Grayscale: #8F8F8F. Windows color (decimal): -12074675 or 5095751. OLE color: 5095751.

HSL color Cylindrical-coordinate representation of color #47C14D: hue angle of 122.95º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C14D is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB7119377-
CMYK0.6300.600.24
HSL122.95º49.59%51.76%-
HSV(B)122.95º63.21%75.69%-
XYZ23.0140.0213.53-
YUV143.390.5876.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 193 (75.78% from 255) = 56.60%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=20.82%
G=56.60%
B=22.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71193770.6300.600.24122.9549.5951.76
Hex47C14D3F03C187b3234
Octal10730111577074301736264
Binary10001111100000110011011111110111100110001111011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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