#50B75B

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

Shades of Fruit Salad #50B75B

Tints of Fruit Salad #50B75B

Color information

#50B75B (or 0x50B75B) is unknown color: approx Fruit Salad. HEX triplet: 50, B7 and 5B. RGB value is (80,183,91). Sum of RGB (Red+Green+Blue) = 80+183+91=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #50B75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B75B is #AF48A4. Grayscale: #8D8D8D. Windows color (decimal): -11487397 or 6010704. OLE color: 6010704.

HSL color Cylindrical-coordinate representation of color #50B75B: hue angle of 126.41º 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 #50B75B is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB8018391-
CMYK0.5600.500.28
HSL126.41º41.7%51.57%-
HSV(B)126.41º56.28%71.76%-
XYZ22.1336.3315.74-
YUV141.7199.3883.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=22.60%
G=51.69%
B=25.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183910.5600.500.28126.4141.751.57
Hex50B75B380321C7e2a34
Octal12026713370062341765264
Binary10100001011011110110111110000110010111001111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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