#49C15B

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

Shades of Fruit Salad #49C15B

Tints of Fruit Salad #49C15B

Color information

#49C15B (or 0x49C15B) is unknown color: approx Fruit Salad. HEX triplet: 49, C1 and 5B. RGB value is (73,193,91). Sum of RGB (Red+Green+Blue) = 73+193+91=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #49C15B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C15B is #B63EA4. Grayscale: #919191. Windows color (decimal): -11943589 or 6013257. OLE color: 6013257.

HSL color Cylindrical-coordinate representation of color #49C15B: hue angle of 129º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C15B is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB7319391-
CMYK0.6200.530.24
HSL129º49.18%52.16%-
HSV(B)129º62.18%75.69%-
XYZ23.7140.3116.43-
YUV145.4997.2476.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=20.45%
G=54.06%
B=25.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73193910.6200.530.2412949.1852.16
Hex49C15B3E03518813134
Octal11130113376065302016164
Binary100100111000001101101111111001101011100010000001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,193,91); }

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

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

 a { background-color: rgb(73,193,91); }

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

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

 span { border-color: rgb(73,193,91); }

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