#50B14B

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

Shades of Fruit Salad #50B14B

Tints of Fruit Salad #50B14B

Color information

#50B14B (or 0x50B14B) is unknown color: approx Fruit Salad. HEX triplet: 50, B1 and 4B. RGB value is (80,177,75). Sum of RGB (Red+Green+Blue) = 80+177+75=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #50B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B14B is #AF4EB4. Grayscale: #888888. Windows color (decimal): -11488949 or 4960592. OLE color: 4960592.

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

Color convert

RGB8017775-
CMYK0.5500.580.31
HSL117.06º40.48%49.41%-
HSV(B)117.06º57.63%69.41%-
XYZ20.333.6612.08-
YUV136.3793.3687.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 177 (69.53% from 255) = 53.31%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=24.10%
G=53.31%
B=22.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177750.5500.580.31117.0640.4849.41
Hex50B14B3703A1F752831
Octal12026111367072371655061
Binary10100001011000110010111101110111010111111110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,177,75); }

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

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

 a { background-color: rgb(80,177,75); }

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

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

 span { border-color: rgb(80,177,75); }

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