#49C655

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

Shades of Fruit Salad #49C655

Tints of Fruit Salad #49C655

Color information

#49C655 (or 0x49C655) is unknown color: approx Fruit Salad. HEX triplet: 49, C6 and 55. RGB value is (73,198,85). Sum of RGB (Red+Green+Blue) = 73+198+85=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #49C655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C655 is #B639AA. Grayscale: #949494. Windows color (decimal): -11942315 or 5621321. OLE color: 5621321.

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

Color convert

RGB7319885-
CMYK0.6300.570.22
HSL125.76º52.3%53.14%-
HSV(B)125.76º63.13%77.65%-
XYZ24.5842.4615.49-
YUV147.7492.5974.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 198 (77.73% from 255) = 55.62%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=20.51%
G=55.62%
B=23.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73198850.6300.570.22125.7652.353.14
Hex49C6553F039167e3435
Octal11130612577071261766465
Binary10010011100011010101011111110111001101101111110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,198,85); }

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

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

 a { background-color: rgb(73,198,85); }

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

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

 span { border-color: rgb(73,198,85); }

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