#50B05A

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

Shades of Fruit Salad #50B05A

Tints of Fruit Salad #50B05A

Color information

#50B05A (or 0x50B05A) is unknown color: approx Fruit Salad. HEX triplet: 50, B0 and 5A. RGB value is (80,176,90). Sum of RGB (Red+Green+Blue) = 80+176+90=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #50B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B05A is #AF4FA5. Grayscale: #898989. Windows color (decimal): -11489190 or 5943376. OLE color: 5943376.

HSL color Cylindrical-coordinate representation of color #50B05A: hue angle of 126.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B05A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB8017690-
CMYK0.5500.490.31
HSL126.25º37.8%50.2%-
HSV(B)126.25º54.55%69.02%-
XYZ20.6833.4915.05-
YUV137.49101.286.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 176 (69.14% from 255) = 50.87%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=23.12%
G=50.87%
B=26.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80176900.5500.490.31126.2537.850.2
Hex50B05A370311F7e2632
Octal12026013267061371764662
Binary10100001011000010110101101110110001111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,176,90); }

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

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

 a { background-color: rgb(80,176,90); }

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

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

 span { border-color: rgb(80,176,90); }

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