crispedge.com

Color picker

Loading...

#74ca91 hex color - Green - Cool color - Information

#74ca91 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #74ca91 Color code in RGB color code model is created after adding 45.49% red color, 79.22% green color and 56.86% blue color. Hex #74ca91 Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 28% yellow and 21% black.

Hex #74ca91 color code is between #77cc99 web safe hex color code and #66bb88 web safe hex color code. #77cc99 is the nearest web safe color code. You can see here many more shades of #74ca91 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code74ca91#74ca91
RGB Decimal116, 202, 145rgb(116, 202, 145)
RGB Percent45%, 79%, 57%rgb(45%, 79%, 57%)
CSS RGBa116, 202, 145,1rgba(116,202,145,1)
CMYK Modelcmyk(43%,0%,28%,21%)
HSL Color Space140,45% ,62%hsl(140,45% ,62%)
HSV Color Space140°, 43%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101001100101010010001
Octal164312221
Decimal116202145
Hex74ca91

Different shades of #74ca91 color code.

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

Light Shade of #74ca91
#99d8ae
Dark Shade of #74ca91
#4fbc74
Saturated Shade of #74ca91
#6ad48e
Desaturated Shade of #74ca91
#7ec094
Grey scale Shade of #74ca91
#9f9f9f
Brighten Shade
#8de3aa
Most Readable Shade
#000000

Shades of #74ca91 color code

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

#74ca91
#67b380
#5a9d70
#4d8660
#407050
#335940
#264330
#192c20
#0c1610
#000000

Similar Color like #74ca91 color

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

#75cb92
#76cc93
#77cd94
#78ce95
#79cf96
#7ad097
#7bd198
#7cd299
#7dd39a
#7ed49b
#7fd59c
#80d69d
#81d79e
#82d89f
#73c990
#72c88f
#71c78e
#70c68d
#6fc58c
#6ec48b
#6dc38a
#6cc289
#6bc188
#6ac087
#69bf86
#68be85
#67bd84
#66bc83

Monochromatic Color with #74ca91

#74ca91
#8cf4b0
#122017
#2b4a35
#437554
#5c9f72

Tints of #74ca91 Color

#74ca91
#83cf9d
#92d5a9
#a2dbb5
#b1e1c1
#c1e7ce
#d0edda
#e0f3e6
#eff9f2
#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

#74ca91
#ca74ad

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

Split Complementary

#74ca91
#bc74ca
#ca7482

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

Analogous Color

#79ca74
#74ca80
#74ca91
#74caa2
#74cab3

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

#74ca91
#9174ca
#ca9174

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

#74ca91
#7482ca
#ca74ad
#cabc74

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

#74ca91
#ca74ad
#ca7482
#74cabc

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 #74ca91 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.

#74ca91 Color Code Preview on Black Background Color

This is how #74ca91 Color will look on black background color. Color contrast ratio is 10.60

#74ca91 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74ca91

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74ca91

#74ca91 color code is use for CSS Background Color

Background color for the above div is #74ca91

HTML with inline CSS

<div style="background-color:#74ca91;"></div>

#74ca91 color code is use for CSS Border Color

CSS Border color for the above div is #74ca91

HTML with inline CSS

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

CSS Border Left color for the above div is #74ca91

HTML with inline CSS

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

CSS Border Right color for the above div is #74ca91

HTML with inline CSS

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

CSS Border Bottom color for the above div is #74ca91

HTML with inline CSS

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

CSS Border Top color for the above div is #74ca91

HTML with inline CSS

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

#74ca91 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#74ca91 Color code Preview on White Background

This is how #74ca91 Color code will look on white background color. Color contrast ratio is 1.98

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

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(116,202,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,116,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(116,202,145,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.