crispedge.com

Color picker

Loading...

#7dc19c hex color - Green - Cool color - Information

#7dc19c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7dc19c Color code in RGB color code model is created after adding 49.02% red color, 75.69% green color and 61.18% blue color. Hex #7dc19c Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 0% magenta, 19% yellow and 24% black.

Hex #7dc19c color code is between #77bb99 web safe hex color code and #88ccaa web safe hex color code. #77bb99 is the nearest web safe color code. You can see here many more shades of #7dc19c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7dc19c#7dc19c
RGB Decimal125, 193, 156rgb(125, 193, 156)
RGB Percent49%, 76%, 61%rgb(49%, 76%, 61%)
CSS RGBa125, 193, 156,1rgba(125,193,156,1)
CMYK Modelcmyk(35%,0%,19%,24%)
HSL Color Space147,35% ,62%hsl(147,35% ,62%)
HSV Color Space147°, 35%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111011100000110011100
Octal175301234
Decimal125193156
Hex7dc19c

Different shades of #7dc19c color code.

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

Light Shade of #7dc19c
#a0d1b6
Dark Shade of #7dc19c
#5ab182
Saturated Shade of #7dc19c
#73cb9b
Desaturated Shade of #7dc19c
#87b79d
Grey scale Shade of #7dc19c
#9f9f9f
Brighten Shade
#96dab5
Most Readable Shade
#000000

Shades of #7dc19c color code

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

#7dc19c
#6fab8a
#619679
#538068
#456b56
#375545
#294034
#1b2a22
#0d1511
#000000

Similar Color like #7dc19c color

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

#7ec29d
#7fc39e
#80c49f
#81c5a0
#82c6a1
#83c7a2
#84c8a3
#85c9a4
#86caa5
#87cba6
#88cca7
#89cda8
#8acea9
#8bcfaa
#7cc09b
#7bbf9a
#7abe99
#79bd98
#78bc97
#77bb96
#76ba95
#75b994
#74b893
#73b792
#72b691
#71b590
#70b48f
#6fb38e

Monochromatic Color with #7dc19c

#7dc19c
#99ebbe
#0f1713
#2a4135
#466c57
#61967a

Tints of #7dc19c Color

#7dc19c
#8bc7a7
#99ceb2
#a8d5bd
#b6dcc8
#c5e3d3
#d3eade
#e2f1e9
#f0f8f4
#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

#7dc19c
#c17da2

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

Split Complementary

#7dc19c
#be7dc1
#c17d80

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

Analogous Color

#7dc181
#7dc18e
#7dc19c
#7dc1aa
#7dc1b7

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

#7dc19c
#9c7dc1
#c19c7d

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

#7dc19c
#7d80c1
#c17da2
#c1be7d

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

#7dc19c
#c17da2
#c17d80
#7dc1be

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 #7dc19c 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.

#7dc19c Color Code Preview on Black Background Color

This is how #7dc19c Color will look on black background color. Color contrast ratio is 9.98

#7dc19c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7dc19c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7dc19c

#7dc19c color code is use for CSS Background Color

Background color for the above div is #7dc19c

HTML with inline CSS

<div style="background-color:#7dc19c;"></div>

#7dc19c color code is use for CSS Border Color

CSS Border color for the above div is #7dc19c

HTML with inline CSS

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

CSS Border Left color for the above div is #7dc19c

HTML with inline CSS

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

CSS Border Right color for the above div is #7dc19c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7dc19c

HTML with inline CSS

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

CSS Border Top color for the above div is #7dc19c

HTML with inline CSS

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

#7dc19c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7dc19c Color code Preview on White Background

This is how #7dc19c Color code will look on white background color. Color contrast ratio is 2.10

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

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(125,193,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,125,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(125,193,156,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.