#47c752

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

Shades of Fruit Salad #47C752

Tints of Fruit Salad #47C752

Color information

#47C752 (or 0x47C752) is unknown color: approx Fruit Salad. HEX triplet: 47, C7 and 52. RGB value is (71,199,82). Sum of RGB (Red+Green+Blue) = 71+199+82=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #47C752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C752 is #B838AD. Grayscale: #939393. Windows color (decimal): -12073134 or 5424967. OLE color: 5424967.

HSL color Cylindrical-coordinate representation of color #47C752: hue angle of 125.16º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C752 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB7119982-
CMYK0.6400.590.22
HSL125.16º53.33%52.94%-
HSV(B)125.16º64.32%78.04%-
XYZ24.5442.814.95-
YUV147.3991.0973.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.17%
GREEN value IS 199 (78.12% from 255) = 56.53%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=20.17%
G=56.53%
B=23.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71199820.6400.590.22125.1653.3352.94
Hex47C7524003B167d3535
Octal107307122100073261756565
Binary100011111000111101001010000000111011101101111101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47c752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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