crispedge.com

Color picker

Loading...

#50a750 hex color - Green - Cool color - Information

#50a750 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #50a750 Color code in RGB color code model is created after adding 31.37% red color, 65.49% green color and 31.37% blue color. Hex #50a750 Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 0% magenta, 52% yellow and 35% black.

Hex #50a750 color code is between #55aa55 web safe hex color code and #449944 web safe hex color code. #55aa55 is the nearest web safe color code. You can see here many more shades of #50a750 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code50a750#50a750
RGB Decimal80, 167, 80rgb(80, 167, 80)
RGB Percent31%, 65%, 31%rgb(31%, 65%, 31%)
CSS RGBa80, 167, 80,1rgba(80,167,80,1)
CMYK Modelcmyk(52%,0%,52%,35%)
HSL Color Space120,35% ,48%hsl(120,35% ,48%)
HSV Color Space120°, 52%, 65%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100001010011101010000
Octal120247120
Decimal8016780
Hex50a750

Different shades of #50a750 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #50a750
#70ba70
Dark Shade of #50a750
#3f853f
Saturated Shade of #50a750
#44b344
Desaturated Shade of #50a750
#5c9b5c
Grey scale Shade of #50a750
#7b7b7b
Brighten Shade
#69c069
Most Readable Shade
#000000

Shades of #50a750 color code

Generate more color scales with scales (color stack) generator.

#50a750
#479447
#3e813e
#356f35
#2c5c2c
#234a23
#1a371a
#112511
#081208
#000000

Similar Color like #50a750 color

Find visually similar hex color codes nearing to #50a750 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#51a851
#52a952
#53aa53
#54ab54
#55ac55
#56ad56
#57ae57
#58af58
#59b059
#5ab15a
#5bb25b
#5cb35c
#5db45d
#5eb55e
#4fa64f
#4ea54e
#4da44d
#4ca34c
#4ba24b
#4aa14a
#49a049
#489f48
#479e47
#469d46
#459c45
#449b44
#439a43
#429942

Monochromatic Color with #50a750

#50a750
#64d164
#79fc79
#132713
#275227
#3c7c3c

Tints of #50a750 Color

#50a750
#63b063
#76ba76
#8ac48a
#9dce9d
#b1d7b1
#c4e1c4
#d8ebd8
#ebf5eb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#50a750
#a750a7

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#50a750
#7b50a7
#a7507c

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#73a750
#61a750
#50a750
#50a761
#50a773

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#50a750
#5050a7
#a75050

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#50a750
#507ba7
#a750a7
#a77b50

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#50a750
#a750a7
#a7507c
#50a77b

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #50a750 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#50a750 Color Code Preview on Black Background Color

This is how #50a750 Color will look on black background color. Color contrast ratio is 6.98

#50a750 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#50a750">Your Example Paragraph content text in with font color #50a750 </p>

Your Example Paragraph content text in with font color #50a750

HTML with inline CSS

<div style="color:#50a750">Your Paragraph text in with font color #50a750 </div>

Your Example Paragraph content text in with font color #50a750

#50a750 color code is use for CSS Background Color

Background color for the above div is #50a750

HTML with inline CSS

<div style="background-color:#50a750;"></div>

#50a750 color code is use for CSS Border Color

CSS Border color for the above div is #50a750

HTML with inline CSS

<div style="border:5px solid #50a750;"></div>

CSS Border Left color for the above div is #50a750

HTML with inline CSS

<div style="border-left:5px solid #50a750;"></div>

CSS Border Right color for the above div is #50a750

HTML with inline CSS

<div style="border-right:5px solid #50a750;"></div>

CSS Border Bottom color for the above div is #50a750

HTML with inline CSS

<div style="border-bottom:5px solid #50a750;"></div>

CSS Border Top color for the above div is #50a750

HTML with inline CSS

<div style="border-top:5px solid #50a750;"></div>

#50a750 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#50a750; } .examplecolorclass {color:#50a750; } .examplebordercolor {border:3px solid #50a750; }

#50a750 Color code Preview on White Background

This is how #50a750 Color code will look on white background color. Color contrast ratio is 3.01

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #50a750; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #50a750; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(80,167,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,80,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,167,80,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.