crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#66bd69 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #66bd69 Color code in RGB color code model is created after adding 40% red color, 74.12% green color and 41.18% blue color. Hex #66bd69 Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 0% magenta, 44% yellow and 26% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code66bd69#66bd69
RGB Decimal102, 189, 105rgb(102, 189, 105)
RGB Percent40%, 74%, 41%rgb(40%, 74%, 41%)
CSS RGBa102, 189, 105,1rgba(102,189,105,1)
CMYK Modelcmyk(46%,0%,44%,26%)
HSL Color Space122,40% ,57%hsl(122,40% ,57%)
HSV Color Space122°, 46%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101011110101101001
Octal146275151
Decimal102189105
Hex66bd69

Different shades of #66bd69 color code.

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

Light Shade of #66bd69
#8acc8c
Dark Shade of #66bd69
#48a84c
Saturated Shade of #66bd69
#5bc85f
Desaturated Shade of #66bd69
#71b273
Grey scale Shade of #66bd69
#919191
Brighten Shade
#7fd682
Most Readable Shade
#000000

Shades of #66bd69 color code

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

#66bd69
#5aa85d
#4f9351
#447e46
#38693a
#2d542e
#223f23
#162a17
#0b150b
#000000

Similar Color like #66bd69 color

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

#67be6a
#68bf6b
#69c06c
#6ac16d
#6bc26e
#6cc36f
#6dc470
#6ec571
#6fc672
#70c773
#71c874
#72c975
#73ca76
#74cb77
#65bc68
#64bb67
#63ba66
#62b965
#61b864
#60b763
#5fb662
#5eb561
#5db460
#5cb35f
#5bb25e
#5ab15d
#59b05c
#58af5b

Monochromatic Color with #66bd69

#66bd69
#7de781
#0a130b
#213d22
#38683a
#4f9251

Tints of #66bd69 Color

#66bd69
#77c479
#88cb8a
#99d39b
#aadaab
#bbe1bc
#cce9cd
#ddf0dd
#eef7ee
#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

#66bd69
#bd66ba

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

Split Complementary

#66bd69
#9566bd
#bd668e

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

Analogous Color

#86bd66
#74bd66
#66bd69
#66bd7a
#66bd8c

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

#66bd69
#6966bd
#bd6966

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

#66bd69
#668ebd
#bd66ba
#bd9466

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

#66bd69
#bd66ba
#bd668e
#66bd95

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

#66bd69 Color Code Preview on Black Background Color

This is how #66bd69 Color will look on black background color. Color contrast ratio is 9.05

#66bd69 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#66bd69 color code is use for CSS Background Color

Background color for the above div is #66bd69

HTML with inline CSS

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

#66bd69 color code is use for CSS Border Color

CSS Border color for the above div is #66bd69

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#66bd69 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66bd69 Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.