crispedge.com

Color picker

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

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

#66d450 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #66d450 Color code in RGB color code model is created after adding 40% red color, 83.14% green color and 31.37% blue color. Hex #66d450 Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 0% magenta, 62% yellow and 17% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code66d450#66d450
RGB Decimal102, 212, 80rgb(102, 212, 80)
RGB Percent40%, 83%, 31%rgb(40%, 83%, 31%)
CSS RGBa102, 212, 80,1rgba(102,212,80,1)
CMYK Modelcmyk(52%,0%,62%,17%)
HSL Color Space110,61% ,57%hsl(110,61% ,57%)
HSV Color Space110°, 62%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101101010001010000
Octal146324120
Decimal10221280
Hex66d450

Different shades of #66d450 color code.

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

Light Shade of #66d450
#8ade79
Dark Shade of #66d450
#48c130
Saturated Shade of #66d450
#5fdf45
Desaturated Shade of #66d450
#6dc95b
Grey scale Shade of #66d450
#929292
Brighten Shade
#7fed69
Most Readable Shade
#000000

Shades of #66d450 color code

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

#66d450
#5abc47
#4fa43e
#448d35
#38752c
#2d5e23
#22461a
#162f11
#0b1708
#000000

Similar Color like #66d450 color

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

#67d551
#68d652
#69d753
#6ad854
#6bd955
#6cda56
#6ddb57
#6edc58
#6fdd59
#70de5a
#71df5b
#72e05c
#73e15d
#74e25e
#65d34f
#64d24e
#63d14d
#62d04c
#61cf4b
#60ce4a
#5fcd49
#5ecc48
#5dcb47
#5cca46
#5bc945
#5ac844
#59c743
#58c642

Monochromatic Color with #66d450

#66d450
#7afe60
#142a10
#295420
#3d7f30
#52a940

Tints of #66d450 Color

#66d450
#77d863
#88dd76
#99e28a
#aae79d
#bbebb1
#ccf0c4
#ddf5d8
#eefaeb
#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

#66d450
#be50d4

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

Split Complementary

#66d450
#7c50d4
#d450a8

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

Analogous Color

#9bd450
#80d450
#66d450
#50d454
#50d46f

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

#66d450
#5066d4
#d45066

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

#66d450
#50a8d4
#be50d4
#d47c50

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

#66d450
#be50d4
#d450a8
#50d47c

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

#66d450 Color Code Preview on Black Background Color

This is how #66d450 Color will look on black background color. Color contrast ratio is 11.10

#66d450 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#66d450 color code is use for CSS Background Color

Background color for the above div is #66d450

HTML with inline CSS

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

#66d450 color code is use for CSS Border Color

CSS Border color for the above div is #66d450

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#66d450 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66d450 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.