#49C750

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

Shades of Fruit Salad #49C750

Tints of Fruit Salad #49C750

Color information

#49C750 (or 0x49C750) is unknown color: approx Fruit Salad. HEX triplet: 49, C7 and 50. RGB value is (73,199,80). Sum of RGB (Red+Green+Blue) = 73+199+80=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #49C750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C750 is #B638AF. Grayscale: #949494. Windows color (decimal): -11942064 or 5293897. OLE color: 5293897.

HSL color Cylindrical-coordinate representation of color #49C750: hue angle of 123.33º degrees, saturation: 0.53, 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 #49C750 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB7319980-
CMYK0.6300.600.22
HSL123.33º52.94%53.33%-
HSV(B)123.33º63.32%78.04%-
XYZ24.6242.8414.56-
YUV147.7689.7674.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 199 (78.12% from 255) = 56.53%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=20.74%
G=56.53%
B=22.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73199800.6300.600.22123.3352.9453.33
Hex49C7503F03C167b3535
Octal11130712077074261736565
Binary10010011100011110100001111110111100101101111011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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