#47C152

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

Shades of Fruit Salad #47C152

Tints of Fruit Salad #47C152

Color information

#47C152 (or 0x47C152) is unknown color: approx Fruit Salad. HEX triplet: 47, C1 and 52. RGB value is (71,193,82). Sum of RGB (Red+Green+Blue) = 71+193+82=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #47C152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C152 is #B83EAD. Grayscale: #909090. Windows color (decimal): -12074670 or 5423431. OLE color: 5423431.

HSL color Cylindrical-coordinate representation of color #47C152: hue angle of 125.41º 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 #47C152 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB7119382-
CMYK0.6300.580.24
HSL125.41º49.59%51.76%-
HSV(B)125.41º63.21%75.69%-
XYZ23.1940.0914.5-
YUV143.8793.0876.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 193 (75.78% from 255) = 55.78%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=20.52%
G=55.78%
B=23.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71193820.6300.580.24125.4149.5951.76
Hex47C1523F03A187d3234
Octal10730112277072301756264
Binary10001111100000110100101111110111010110001111101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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