#50B649

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

Shades of Fruit Salad #50B649

Tints of Fruit Salad #50B649

Color information

#50B649 (or 0x50B649) is unknown color: approx Fruit Salad. HEX triplet: 50, B6 and 49. RGB value is (80,182,73). Sum of RGB (Red+Green+Blue) = 80+182+73=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #50B649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B649 is #AF49B6. Grayscale: #8B8B8B. Windows color (decimal): -11487671 or 4830800. OLE color: 4830800.

HSL color Cylindrical-coordinate representation of color #50B649: hue angle of 116.15º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50B649 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB8018273-
CMYK0.5600.600.29
HSL116.15º42.75%50%-
HSV(B)116.15º59.89%71.37%-
XYZ21.2435.6412.06-
YUV139.0890.7185.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 182 (71.48% from 255) = 54.33%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=23.88%
G=54.33%
B=21.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80182730.5600.600.29116.1542.7550
Hex50B6493803C1D742b32
Octal12026611170074351645362
Binary10100001011011010010011110000111100111011110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50B649; }

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

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

<style>
 a { background-color: #50B649; }

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

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

<style>
 span { border-color: #50B649; }

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

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