#47C055

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

Shades of Fruit Salad #47C055

Tints of Fruit Salad #47C055

Color information

#47C055 (or 0x47C055) is unknown color: approx Fruit Salad. HEX triplet: 47, C0 and 55. RGB value is (71,192,85). Sum of RGB (Red+Green+Blue) = 71+192+85=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #47C055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C055 is #B83FAA. Grayscale: #8F8F8F. Windows color (decimal): -12074923 or 5619783. OLE color: 5619783.

HSL color Cylindrical-coordinate representation of color #47C055: hue angle of 126.94º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C055 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB7119285-
CMYK0.6300.560.25
HSL126.94º48.99%51.57%-
HSV(B)126.94º63.02%75.29%-
XYZ23.0939.6915.04-
YUV143.6294.9176.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 192 (75.39% from 255) = 55.17%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=20.40%
G=55.17%
B=24.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71192850.6300.560.25126.9448.9951.57
Hex47C0553F038197f3134
Octal10730012577070311776164
Binary10001111100000010101011111110111000110011111111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,192,85); }

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

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

 a { background-color: rgb(71,192,85); }

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

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

 span { border-color: rgb(71,192,85); }

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