crispedge.com

Color picker

Loading...

#66dd11 hex color - Green - Cool color - Information

#66dd11 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #66dd11 Color code in RGB color code model is created after adding 40% red color, 86.67% green color and 6.67% blue color. Hex #66dd11 Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 0% magenta, 92% yellow and 13% black.

Hex #66dd11 color code is a web safe color. Next web safe color code is #55cc00 and previous web safe color code is #77ee00. You can see here many more shades of #66dd11 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code66dd11#66dd11
RGB Decimal102, 221, 17rgb(102, 221, 17)
RGB Percent40%, 87%, 7%rgb(40%, 87%, 7%)
CSS RGBa102, 221, 17,1rgba(102,221,17,1)
CMYK Modelcmyk(54%,0%,92%,13%)
HSL Color Space95,86% ,47%hsl(95,86% ,47%)
HSV Color Space95°, 92%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101101110100010001
Octal14633521
Decimal10222117
Hex66dd11

Different shades of #66dd11 color code.

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

Light Shade of #66dd11
#81ef32
Dark Shade of #66dd11
#50ae0d
Saturated Shade of #66dd11
#64e905
Desaturated Shade of #66dd11
#68d11d
Grey scale Shade of #66dd11
#777777
Brighten Shade
#7ff62a
Most Readable Shade
#000000

Shades of #66dd11 color code

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

#66dd11
#5ac40f
#4fab0d
#44930b
#387a09
#2d6207
#224905
#163103
#0b1801
#000000

Similar Color like #66dd11 color

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

#67de12
#68df13
#69e014
#6ae115
#6be216
#6ce317
#6de418
#6ee519
#6fe61a
#70e71b
#71e81c
#72e91d
#73ea1e
#74eb1f
#65dc10
#64db0f
#63da0e
#62d90d
#61d80c
#60d70b
#5fd60a
#5ed509
#5dd408
#5cd307
#5bd206
#5ad105
#59d004
#58cf03

Monochromatic Color with #66dd11

#66dd11
#040801
#183304
#2b5d07
#3f880a
#52b30e

Tints of #66dd11 Color

#66dd11
#77e02b
#88e445
#99e860
#aaec7a
#bbef95
#ccf3af
#ddf7ca
#eefbe4
#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

#66dd11
#8811dd

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

Split Complementary

#66dd11
#2211dd
#dd11cc

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

Analogous Color

#b8dd11
#8fdd11
#66dd11
#3ddd11
#14dd11

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

#66dd11
#1166dd
#dd1166

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

#66dd11
#11ccdd
#8811dd
#dd2211

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

#66dd11
#8811dd
#dd11cc
#11dd22

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 #66dd11 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.

#66dd11 Color Code Preview on Black Background Color

This is how #66dd11 Color will look on black background color. Color contrast ratio is 11.92

#66dd11 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#66dd11 color code is use for CSS Background Color

Background color for the above div is #66dd11

HTML with inline CSS

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

#66dd11 color code is use for CSS Border Color

CSS Border color for the above div is #66dd11

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#66dd11 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66dd11 Color code Preview on White Background

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

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

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(102,221,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(136,17,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(102,221,17,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.