crispedge.com

Color picker

Loading...

#64e09c hex color - Green - Cool color - Information

#64e09c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #64e09c Color code in RGB color code model is created after adding 39.22% red color, 87.84% green color and 61.18% blue color. Hex #64e09c Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 30% yellow and 12% black.

Hex #64e09c color code is between #66dd99 web safe hex color code and #55eeaa web safe hex color code. #66dd99 is the nearest web safe color code. You can see here many more shades of #64e09c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code64e09c#64e09c
RGB Decimal100, 224, 156rgb(100, 224, 156)
RGB Percent39%, 88%, 61%rgb(39%, 88%, 61%)
CSS RGBa100, 224, 156,1rgba(100,224,156,1)
CMYK Modelcmyk(55%,0%,30%,12%)
HSL Color Space147,67% ,64%hsl(147,67% ,64%)
HSV Color Space147°, 55%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001001110000010011100
Octal144340234
Decimal100224156
Hex64e09c

Different shades of #64e09c color code.

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

Light Shade of #64e09c
#8ee8b7
Dark Shade of #64e09c
#39d781
Saturated Shade of #64e09c
#5be99b
Desaturated Shade of #64e09c
#6dd79d
Grey scale Shade of #64e09c
#a2a2a2
Brighten Shade
#7df9b5
Most Readable Shade
#000000

Shades of #64e09c color code

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

#64e09c
#58c78a
#4dae79
#429568
#377c56
#2c6345
#214a34
#163122
#0b1811
#000000

Similar Color like #64e09c color

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

#65e19d
#66e29e
#67e39f
#68e4a0
#69e5a1
#6ae6a2
#6be7a3
#6ce8a4
#6de9a5
#6eeaa6
#6feba7
#70eca8
#71eda9
#72eeaa
#63df9b
#62de9a
#61dd99
#60dc98
#5fdb97
#5eda96
#5dd995
#5cd894
#5bd793
#5ad692
#59d591
#58d490
#57d38f
#56d28e

Monochromatic Color with #64e09c

#64e09c
#050b08
#183626
#2b6043
#3e8b61
#51b57e

Tints of #64e09c Color

#64e09c
#75e3a7
#86e6b2
#97eabd
#a8edc8
#baf1d3
#cbf4de
#dcf8e9
#edfbf4
#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

#64e09c
#e064a8

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

Split Complementary

#64e09c
#da64e0
#e0646a

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

Analogous Color

#64e06a
#64e083
#64e09c
#64e0b5
#64e0ce

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

#64e09c
#9c64e0
#e09c64

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

#64e09c
#646ae0
#e064a8
#e0da64

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

#64e09c
#e064a8
#e0646a
#64e0da

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 #64e09c 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.

#64e09c Color Code Preview on Black Background Color

This is how #64e09c Color will look on black background color. Color contrast ratio is 12.68

#64e09c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #64e09c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #64e09c

#64e09c color code is use for CSS Background Color

Background color for the above div is #64e09c

HTML with inline CSS

<div style="background-color:#64e09c;"></div>

#64e09c color code is use for CSS Border Color

CSS Border color for the above div is #64e09c

HTML with inline CSS

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

CSS Border Left color for the above div is #64e09c

HTML with inline CSS

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

CSS Border Right color for the above div is #64e09c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #64e09c

HTML with inline CSS

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

CSS Border Top color for the above div is #64e09c

HTML with inline CSS

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

#64e09c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#64e09c Color code Preview on White Background

This is how #64e09c Color code will look on white background color. Color contrast ratio is 1.66

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

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(100,224,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(224,100,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(100,224,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.