#50B74F

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

Shades of Fruit Salad #50B74F

Tints of Fruit Salad #50B74F

Color information

#50B74F (or 0x50B74F) is unknown color: approx Fruit Salad. HEX triplet: 50, B7 and 4F. RGB value is (80,183,79). Sum of RGB (Red+Green+Blue) = 80+183+79=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #50B74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B74F is #AF48B0. Grayscale: #8C8C8C. Windows color (decimal): -11487409 or 5224272. OLE color: 5224272.

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

Color convert

RGB8018379-
CMYK0.5600.570.28
HSL119.42º41.94%51.37%-
HSV(B)119.42º56.83%71.76%-
XYZ21.6536.1413.23-
YUV140.3593.3884.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 183 (71.88% from 255) = 53.51%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=23.39%
G=53.51%
B=23.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183790.5600.570.28119.4241.9451.37
Hex50B74F380391C772a33
Octal12026711770071341675263
Binary10100001011011110011111110000111001111001110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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