#50BB48

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

Shades of Fruit Salad #50BB48

Tints of Fruit Salad #50BB48

Color information

#50BB48 (or 0x50BB48) is unknown color: approx Fruit Salad. HEX triplet: 50, BB and 48. RGB value is (80,187,72). Sum of RGB (Red+Green+Blue) = 80+187+72=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB48 is #AF44B7. Grayscale: #8E8E8E. Windows color (decimal): -11486392 or 4766544. OLE color: 4766544.

HSL color Cylindrical-coordinate representation of color #50BB48: hue angle of 115.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BB48 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB8018772-
CMYK0.5700.610.27
HSL115.83º45.82%50.78%-
HSV(B)115.83º61.5%73.33%-
XYZ22.2537.7112.24-
YUV141.988.5583.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 187 (73.44% from 255) = 55.16%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=23.60%
G=55.16%
B=21.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80187720.5700.610.27115.8345.8250.78
Hex50BB483903D1B742e33
Octal12027311071075331645663
Binary10100001011101110010001110010111101110111110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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