#49C150

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

Shades of Fruit Salad #49C150

Tints of Fruit Salad #49C150

Color information

#49C150 (or 0x49C150) is unknown color: approx Fruit Salad. HEX triplet: 49, C1 and 50. RGB value is (73,193,80). Sum of RGB (Red+Green+Blue) = 73+193+80=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #49C150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C150 is #B63EAF. Grayscale: #909090. Windows color (decimal): -11943600 or 5292361. OLE color: 5292361.

HSL color Cylindrical-coordinate representation of color #49C150: hue angle of 123.5º 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 #49C150 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB7319380-
CMYK0.6200.590.24
HSL123.5º49.18%52.16%-
HSV(B)123.5º62.18%75.69%-
XYZ23.2740.1414.11-
YUV144.2491.7477.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 193 (75.78% from 255) = 55.78%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=21.10%
G=55.78%
B=23.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73193800.6200.590.24123.549.1852.16
Hex49C1503E03B187c3134
Octal11130112076073301746164
Binary10010011100000110100001111100111011110001111100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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