crispedge.com

Color picker

Loading...

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

#5cc48e hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #5cc48e Color code in RGB color code model is created after adding 36.08% red color, 76.86% green color and 55.69% blue color. Hex #5cc48e Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 0% magenta, 28% yellow and 23% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code5cc48e#5cc48e
RGB Decimal92, 196, 142rgb(92, 196, 142)
RGB Percent36%, 77%, 56%rgb(36%, 77%, 56%)
CSS RGBa92, 196, 142,1rgba(92,196,142,1)
CMYK Modelcmyk(53%,0%,28%,23%)
HSL Color Space149,47% ,56%hsl(149,47% ,56%)
HSV Color Space149°, 53%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111001100010010001110
Octal134304216
Decimal92196142
Hex5cc48e

Different shades of #5cc48e color code.

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

Light Shade of #5cc48e
#81d2a8
Dark Shade of #5cc48e
#3fae74
Saturated Shade of #5cc48e
#51cf8e
Desaturated Shade of #5cc48e
#67b98e
Grey scale Shade of #5cc48e
#909090
Brighten Shade
#75dda7
Most Readable Shade
#000000

Shades of #5cc48e color code

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

#5cc48e
#51ae7e
#47986e
#3d825e
#336c4e
#28573f
#1e412f
#142b1f
#0a150f
#000000

Similar Color like #5cc48e color

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

#5dc58f
#5ec690
#5fc791
#60c892
#61c993
#62ca94
#63cb95
#64cc96
#65cd97
#66ce98
#67cf99
#68d09a
#69d19b
#6ad29c
#5bc38d
#5ac28c
#59c18b
#58c08a
#57bf89
#56be88
#55bd87
#54bc86
#53bb85
#52ba84
#51b983
#50b882
#4fb781
#4eb680

Monochromatic Color with #5cc48e

#5cc48e
#70eead
#0c1a13
#204432
#346f50
#48996f

Tints of #5cc48e Color

#5cc48e
#6eca9a
#80d1a7
#92d7b3
#a4dec0
#b6e4cc
#c8ebd9
#daf1e5
#ecf8f2
#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

#5cc48e
#c45c92

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

Split Complementary

#5cc48e
#c25cc4
#c45c5e

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

Analogous Color

#5cc464
#5cc479
#5cc48e
#5cc4a3
#5cc4b8

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

#5cc48e
#8e5cc4
#c48e5c

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

#5cc48e
#5c5ec4
#c45c92
#c4c25c

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

#5cc48e
#c45c92
#c45c5e
#5cc4c2

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

#5cc48e Color Code Preview on Black Background Color

This is how #5cc48e Color will look on black background color. Color contrast ratio is 9.74

#5cc48e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5cc48e color code is use for CSS Background Color

Background color for the above div is #5cc48e

HTML with inline CSS

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

#5cc48e color code is use for CSS Border Color

CSS Border color for the above div is #5cc48e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5cc48e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5cc48e Color code Preview on White Background

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

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

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(92,196,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(196,92,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(92,196,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.