Skip to main content Skip to docs navigation

#66de64 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Lightish Green and its hex is #61E160 Nearest Color Name

Color Hue/Base color: Green

Hex #66de64 Color code in RGB color code model is created after adding 40% red color, 87.06% green color and 39.22% blue color. Hex #66de64 Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 0% magenta, 55% yellow and 12.94% black.

Hex #66de64 color code is between #55dd66 web safe hex color code and #77ee55 web safe hex color code. #55dd66 is the nearest web safe color code. You can see here many more shades of #66de64 color code.

RGB Chart

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

Color Table

Hex Color Code 66de64 #66de64
RGB Decimal 102, 222, 100 102, 222, 100
RGB Percent 40%, 87%, 39% rgb(40%, 87%, 39%)
CSS RGBa 102, 222, 100,1 rgba(102,222,100,1)
CMYK Model cmyk(54%,0%,55%,12.94%)
HSL Color Space 119,65% ,63% hsl(119,65% ,63%)
HSV Color Space 119°, 55%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100110 11011110 01100100
Octal 146 336 144
Decimal 102 222 100
Hex 66 de 64

Different shades of #66de64 color code.

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

Darkest of #66de64
#1f8b1e
Darker of #66de64
#29b527
Dark of #66de64
#3dd53a
Base of #66de64
#66de64
Light of #66de64
#90e78e
Lighter
#b9f0b8
Lightest
#e3f9e2

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

#66de64
#dc64de

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

Split Complementary

#66de64
#9f64de
#de64a3

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

Analogous Color

#adde64
#99de64
#66de64
#64de8b
#64debe

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

#66de64
#de6466
#6466de

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

#66de64
#6466de
#dc64de
#dedc64

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#66de64
#64a3de
#dc64de
#de9f64

Square 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).

Monochromatic Color with #66de64

#166115
#1f8b1e
#29b527
#3dd53a
#66de64
#90e78e
#b9f0b8
#e3f9e2
#ffffff

Tints of #66de64 Color

#66de64
#77e175
#88e586
#99e997
#aaeca8
#bbf0ba
#ccf4cb
#ddf7dc
#eefbed
#ffffff

Shades of #66de64 color code

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

#66de64
#5ac558
#4fac4d
#449442
#387b37
#2d622c
#224a21
#163116
#0b180b
#000000

Tones

#66de64
#78cb77
#8ab88a
#9da69c
#a1a1a1

Tones

Similar Color like #66de64 color

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

#67df65
#68e066
#69e167
#6ae268
#6be369
#6ce46a
#6de56b
#6ee66c
#6fe76d
#70e86e
#71e96f
#72ea70
#73eb71
#74ec72
#65dd63
#64dc62
#63db61
#62da60
#61d95f
#60d85e
#5fd75d
#5ed65c
#5dd55b
#5cd45a
#5bd359
#5ad258
#59d157
#58d056

Download this Dark Green

Hex #66de64 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.

#66de64 Color Code Preview on Black Background Color

This is how #66de64 Color will look on black background color. Color contrast ratio is 12.20

#66de64 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #66de64

HTML with inline CSS

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

Your Example Paragraph content text in with font color #66de64

#66de64 color code is use for CSS Background Color

Background color for the above div is #66de64

HTML with inline CSS

<div style="background-color:#66de64;"></div>

#66de64 color code is use for CSS Border Color

CSS Border color for the above div is #66de64

HTML with inline CSS

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

CSS Border Left color for the above div is #66de64

HTML with inline CSS

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

CSS Border Right color for the above div is #66de64

HTML with inline CSS

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

CSS Border Bottom color for the above div is #66de64

HTML with inline CSS

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

CSS Border Top color for the above div is #66de64

HTML with inline CSS

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

#66de64 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66de64 Color code Preview on White Background

This is how #66de64 Color code will look on white background color. Color contrast ratio is 1.72

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(102,222,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,100,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(102,222,100,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }