#50B75A

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

Shades of Fruit Salad #50B75A

Tints of Fruit Salad #50B75A

Color information

#50B75A (or 0x50B75A) is unknown color: approx Fruit Salad. HEX triplet: 50, B7 and 5A. RGB value is (80,183,90). Sum of RGB (Red+Green+Blue) = 80+183+90=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #50B75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B75A is #AF48A5. Grayscale: #8D8D8D. Windows color (decimal): -11487398 or 5945168. OLE color: 5945168.

HSL color Cylindrical-coordinate representation of color #50B75A: hue angle of 125.83º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B75A is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB8018390-
CMYK0.5600.510.28
HSL125.83º41.7%51.57%-
HSV(B)125.83º56.28%71.76%-
XYZ22.0936.3115.52-
YUV141.698.8884.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 183 (71.88% from 255) = 51.84%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=22.66%
G=51.84%
B=25.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183900.5600.510.28125.8341.751.57
Hex50B75A380331C7e2a34
Octal12026713270063341765264
Binary10100001011011110110101110000110011111001111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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