#50B448

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

Shades of Fruit Salad #50B448

Tints of Fruit Salad #50B448

Color information

#50B448 (or 0x50B448) is unknown color: approx Fruit Salad. HEX triplet: 50, B4 and 48. RGB value is (80,180,72). Sum of RGB (Red+Green+Blue) = 80+180+72=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #50B448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B448 is #AF4BB7. Grayscale: #8A8A8A. Windows color (decimal): -11488184 or 4764752. OLE color: 4764752.

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

Color convert

RGB8018072-
CMYK0.5600.600.29
HSL115.56º42.86%49.41%-
HSV(B)115.56º60%70.59%-
XYZ20.834.8211.75-
YUV137.7990.8786.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=24.10%
G=54.22%
B=21.69%

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
Decimal80180720.5600.600.29115.5642.8649.41
Hex50B4483803C1D742b31
Octal12026411070074351645361
Binary10100001011010010010001110000111100111011110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,72); }

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

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

 a { background-color: rgb(80,180,72); }

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

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

 span { border-color: rgb(80,180,72); }

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