crispedge.com

Color picker

Loading...

#5baf3f hex color - Green - Cool color - Information

#5baf3f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #5baf3f Color code in RGB color code model is created after adding 35.69% red color, 68.63% green color and 24.71% blue color. Hex #5baf3f Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 0% magenta, 64% yellow and 31% black.

Hex #5baf3f color code is between #55aa44 web safe hex color code and #66bb33 web safe hex color code. #55aa44 is the nearest web safe color code. You can see here many more shades of #5baf3f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5baf3f#5baf3f
RGB Decimal91, 175, 63rgb(91, 175, 63)
RGB Percent36%, 69%, 25%rgb(36%, 69%, 25%)
CSS RGBa91, 175, 63,1rgba(91,175,63,1)
CMYK Modelcmyk(48%,0%,64%,31%)
HSL Color Space105,47% ,47%hsl(105,47% ,47%)
HSV Color Space105°, 64%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110111010111100111111
Octal13325777
Decimal9117563
Hex5baf3f

Different shades of #5baf3f color code.

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

Light Shade of #5baf3f
#76c45c
Dark Shade of #5baf3f
#478931
Saturated Shade of #5baf3f
#55bb33
Desaturated Shade of #5baf3f
#61a34b
Grey scale Shade of #5baf3f
#777777
Brighten Shade
#74c858
Most Readable Shade
#000000

Shades of #5baf3f color code

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

#5baf3f
#509b38
#468831
#3c742a
#326123
#284d1c
#1e3a15
#14260e
#0a1307
#000000

Similar Color like #5baf3f color

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

#5cb040
#5db141
#5eb242
#5fb343
#60b444
#61b545
#62b646
#63b747
#64b848
#65b949
#66ba4a
#67bb4b
#68bc4c
#69bd4d
#5aae3e
#59ad3d
#58ac3c
#57ab3b
#56aa3a
#55a939
#54a838
#53a737
#52a636
#51a535
#50a434
#4fa333
#4ea232
#4da131

Monochromatic Color with #5baf3f

#5baf3f
#71d94e
#030502
#192f11
#2f5a20
#458430

Tints of #5baf3f Color

#5baf3f
#6db754
#7fc069
#91c97f
#a3d294
#b6dba9
#c8e4bf
#daedd4
#ecf6e9
#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

#5baf3f
#933faf

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

Split Complementary

#5baf3f
#5b3faf
#af3f93

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

Analogous Color

#88af3f
#71af3f
#5baf3f
#45af3f
#3faf50

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

#5baf3f
#3f5baf
#af3f5b

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

#5baf3f
#3f93af
#933faf
#af5b3f

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

#5baf3f
#933faf
#af3f93
#3faf5b

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 #5baf3f 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.

#5baf3f Color Code Preview on Black Background Color

This is how #5baf3f Color will look on black background color. Color contrast ratio is 7.65

#5baf3f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5baf3f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5baf3f

#5baf3f color code is use for CSS Background Color

Background color for the above div is #5baf3f

HTML with inline CSS

<div style="background-color:#5baf3f;"></div>

#5baf3f color code is use for CSS Border Color

CSS Border color for the above div is #5baf3f

HTML with inline CSS

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

CSS Border Left color for the above div is #5baf3f

HTML with inline CSS

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

CSS Border Right color for the above div is #5baf3f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5baf3f

HTML with inline CSS

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

CSS Border Top color for the above div is #5baf3f

HTML with inline CSS

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

#5baf3f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5baf3f Color code Preview on White Background

This is how #5baf3f Color code will look on white background color. Color contrast ratio is 2.75

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 #5baf3f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #5baf3f; }

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(91,175,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,63,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(91,175,63,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.