crispedge.com

Color picker

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

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

#66d483 hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code66d483#66d483
RGB Decimal102, 212, 131rgb(102, 212, 131)
RGB Percent40%, 83%, 51%rgb(40%, 83%, 51%)
CSS RGBa102, 212, 131,1rgba(102,212,131,1)
CMYK Modelcmyk(52%,0%,38%,17%)
HSL Color Space136,56% ,62%hsl(136,56% ,62%)
HSV Color Space136°, 52%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101101010010000011
Octal146324203
Decimal102212131
Hex66d483

Different shades of #66d483 color code.

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

Light Shade of #66d483
#8edfa3
Dark Shade of #66d483
#3ec963
Saturated Shade of #66d483
#5cde7e
Desaturated Shade of #66d483
#70ca88
Grey scale Shade of #66d483
#9d9d9d
Brighten Shade
#7fed9c
Most Readable Shade
#000000

Shades of #66d483 color code

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

#66d483
#5abc74
#4fa465
#448d57
#387548
#2d5e3a
#22462b
#162f1d
#0b170e
#000000

Similar Color like #66d483 color

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

#67d584
#68d685
#69d786
#6ad887
#6bd988
#6cda89
#6ddb8a
#6edc8b
#6fdd8c
#70de8d
#71df8e
#72e08f
#73e190
#74e291
#65d382
#64d281
#63d180
#62d07f
#61cf7e
#60ce7d
#5fcd7c
#5ecc7b
#5dcb7a
#5cca79
#5bc978
#5ac877
#59c776
#58c675

Monochromatic Color with #66d483

#66d483
#7afe9d
#142a1a
#295434
#3d7f4e
#52a969

Tints of #66d483 Color

#66d483
#77d890
#88dd9e
#99e2ac
#aae7ba
#bbebc7
#ccf0d5
#ddf5e3
#eefaf1
#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

#66d483
#d466b7

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

Split Complementary

#66d483
#ba66d4
#d46680

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

Analogous Color

#75d466
#66d46d
#66d483
#66d499
#66d4af

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

#66d483
#8366d4
#d48366

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

#66d483
#6680d4
#d466b7
#d4ba66

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

#66d483
#d466b7
#d46680
#66d4ba

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

#66d483 Color Code Preview on Black Background Color

This is how #66d483 Color will look on black background color. Color contrast ratio is 11.31

#66d483 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#66d483 color code is use for CSS Background Color

Background color for the above div is #66d483

HTML with inline CSS

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

#66d483 color code is use for CSS Border Color

CSS Border color for the above div is #66d483

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#66d483 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66d483 Color code Preview on White Background

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

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

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.