#50B75C

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

Shades of Fruit Salad #50B75C

Tints of Fruit Salad #50B75C

Color information

#50B75C (or 0x50B75C) is unknown color: approx Fruit Salad. HEX triplet: 50, B7 and 5C. RGB value is (80,183,92). Sum of RGB (Red+Green+Blue) = 80+183+92=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #50B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B75C is #AF48A3. Grayscale: #8E8E8E. Windows color (decimal): -11487396 or 6076240. OLE color: 6076240.

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

Color convert

RGB8018392-
CMYK0.5600.500.28
HSL126.99º41.7%51.57%-
HSV(B)126.99º56.28%71.76%-
XYZ22.1736.3515.97-
YUV141.8399.8883.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 183 (71.88% from 255) = 51.55%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=22.54%
G=51.55%
B=25.92%

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
Decimal80183920.5600.500.28126.9941.751.57
Hex50B75C380321C7f2a34
Octal12026713470062341775264
Binary10100001011011110111001110000110010111001111111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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