#49C54D

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

Shades of Fruit Salad #49C54D

Tints of Fruit Salad #49C54D

Color information

#49C54D (or 0x49C54D) is unknown color: approx Fruit Salad. HEX triplet: 49, C5 and 4D. RGB value is (73,197,77). Sum of RGB (Red+Green+Blue) = 73+197+77=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #49C54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C54D is #B63AB2. Grayscale: #929292. Windows color (decimal): -11942579 or 5096777. OLE color: 5096777.

HSL color Cylindrical-coordinate representation of color #49C54D: hue angle of 121.94º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C54D is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB7319777-
CMYK0.6300.610.23
HSL121.94º51.67%52.94%-
HSV(B)121.94º62.94%77.25%-
XYZ24.0541.8813.84-
YUV146.2488.9275.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 197 (77.34% from 255) = 56.77%
BLUE value IS 77 (30.47% from 255) = 22.19%
R=21.04%
G=56.77%
B=22.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73197770.6300.610.23121.9451.6752.94
Hex49C54D3F03D177a3435
Octal11130511577075271726465
Binary10010011100010110011011111110111101101111111010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C54D; }

 p { color: rgb(73,197,77); }

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

<style>
 a { background-color: #49C54D; }

 a { background-color: rgb(73,197,77); }

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

<style>
 span { border-color: #49C54D; }

 span { border-color: rgb(73,197,77); }

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