crispedge.com

Color picker

Loading...

#71e4ad hex color - Green - Cool color - Information

#71e4ad hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #71e4ad Color code in RGB color code model is created after adding 44.31% red color, 89.41% green color and 67.84% blue color. Hex #71e4ad Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 0% magenta, 24% yellow and 11% black.

Hex #71e4ad color code is between #77ddaa web safe hex color code and #66eebb web safe hex color code. #77ddaa is the nearest web safe color code. You can see here many more shades of #71e4ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code71e4ad#71e4ad
RGB Decimal113, 228, 173rgb(113, 228, 173)
RGB Percent44%, 89%, 68%rgb(44%, 89%, 68%)
CSS RGBa113, 228, 173,1rgba(113,228,173,1)
CMYK Modelcmyk(50%,0%,24%,11%)
HSL Color Space151,68% ,67%hsl(151,68% ,67%)
HSV Color Space151°, 50%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011110010010101101
Octal161344255
Decimal113228173
Hex71e4ad

Different shades of #71e4ad color code.

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

Light Shade of #71e4ad
#9cecc6
Dark Shade of #71e4ad
#46dc94
Saturated Shade of #71e4ad
#69ecad
Desaturated Shade of #71e4ad
#79dcad
Grey scale Shade of #71e4ad
#aaaaaa
Brighten Shade
#8afdc6
Most Readable Shade
#000000

Shades of #71e4ad color code

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

#71e4ad
#64ca99
#57b186
#4b9873
#3e7e60
#32654c
#254c39
#193226
#0c1913
#000000

Similar Color like #71e4ad color

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

#72e5ae
#73e6af
#74e7b0
#75e8b1
#76e9b2
#77eab3
#78ebb4
#79ecb5
#7aedb6
#7beeb7
#7cefb8
#7df0b9
#7ef1ba
#7ff2bb
#70e3ac
#6fe2ab
#6ee1aa
#6de0a9
#6cdfa8
#6bdea7
#6adda6
#69dca5
#68dba4
#67daa3
#66d9a2
#65d8a1
#64d7a0
#63d69f

Monochromatic Color with #71e4ad

#71e4ad
#080f0c
#1d3a2c
#32644c
#478f6c
#5cb98d

Tints of #71e4ad Color

#71e4ad
#80e7b6
#90eabf
#a0edc8
#b0f0d1
#bff3da
#cff6e3
#dff9ec
#effcf5
#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

#71e4ad
#e471a8

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

Split Complementary

#71e4ad
#e471e1
#e47471

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

Analogous Color

#71e47f
#71e496
#71e4ad
#71e4c4
#71e4db

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

#71e4ad
#ad71e4
#e4ad71

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

#71e4ad
#7371e4
#e471a8
#e1e471

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

#71e4ad
#e471a8
#e47471
#71e1e4

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 #71e4ad 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.

#71e4ad Color Code Preview on Black Background Color

This is how #71e4ad Color will look on black background color. Color contrast ratio is 13.40

#71e4ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71e4ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71e4ad

#71e4ad color code is use for CSS Background Color

Background color for the above div is #71e4ad

HTML with inline CSS

<div style="background-color:#71e4ad;"></div>

#71e4ad color code is use for CSS Border Color

CSS Border color for the above div is #71e4ad

HTML with inline CSS

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

CSS Border Left color for the above div is #71e4ad

HTML with inline CSS

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

CSS Border Right color for the above div is #71e4ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71e4ad

HTML with inline CSS

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

CSS Border Top color for the above div is #71e4ad

HTML with inline CSS

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

#71e4ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71e4ad Color code Preview on White Background

This is how #71e4ad Color code will look on white background color. Color contrast ratio is 1.57

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

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(113,228,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(228,113,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,228,173,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.