crispedge.com

Color picker

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

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

#66cc55 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #66cc55 Color code in RGB color code model is created after adding 40% red color, 80% green color and 33.33% blue color. Hex #66cc55 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 0% magenta, 58% yellow and 20% black.

Hex #66cc55 color code is a web safe color. Next web safe color code is #55bb44 and previous web safe color code is #77dd66. You can see here many more shades of #66cc55 color code.

0 Likes 0 Comments | 37 Views

Color Table

Hex Color Code66cc55#66cc55
RGB Decimal102, 204, 85rgb(102, 204, 85)
RGB Percent40%, 80%, 33%rgb(40%, 80%, 33%)
CSS RGBa102, 204, 85,1rgba(102,204,85,1)
CMYK Modelcmyk(50%,0%,58%,20%)
HSL Color Space111,54% ,57%hsl(111,54% ,57%)
HSV Color Space111°, 58%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101100110001010101
Octal146314125
Decimal10220485
Hex66cc55

Different shades of #66cc55 color code.

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

Light Shade of #66cc55
#89d87c
Dark Shade of #66cc55
#49b737
Saturated Shade of #66cc55
#5ed74a
Desaturated Shade of #66cc55
#6ec160
Grey scale Shade of #66cc55
#909090
Brighten Shade
#7fe56e
Most Readable Shade
#000000

Shades of #66cc55 color code

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

#66cc55
#5ab54b
#4f9e42
#448838
#38712f
#2d5a25
#22441c
#162d12
#0b1609
#000000

Similar Color like #66cc55 color

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

#67cd56
#68ce57
#69cf58
#6ad059
#6bd15a
#6cd25b
#6dd35c
#6ed45d
#6fd55e
#70d65f
#71d760
#72d861
#73d962
#74da63
#65cb54
#64ca53
#63c952
#62c851
#61c750
#60c64f
#5fc54e
#5ec44d
#5dc34c
#5cc24b
#5bc14a
#5ac049
#59bf48
#58be47

Monochromatic Color with #66cc55

#66cc55
#7bf667
#11220e
#264c20
#3b7732
#51a143

Tints of #66cc55 Color

#66cc55
#77d167
#88d77a
#99dd8d
#aae2a0
#bbe8b3
#cceec6
#ddf3d9
#eef9ec
#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

#66cc55
#bb55cc

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

Split Complementary

#66cc55
#8055cc
#cc55a1

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

Analogous Color

#96cc55
#7ecc55
#66cc55
#55cc5c
#55cc74

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

#66cc55
#5566cc
#cc5566

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

#66cc55
#55a1cc
#bb55cc
#cc7f55

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

#66cc55
#bb55cc
#cc55a1
#55cc80

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

#66cc55 Color Code Preview on Black Background Color

This is how #66cc55 Color will look on black background color. Color contrast ratio is 10.33

#66cc55 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#66cc55 color code is use for CSS Background Color

Background color for the above div is #66cc55

HTML with inline CSS

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

#66cc55 color code is use for CSS Border Color

CSS Border color for the above div is #66cc55

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#66cc55 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66cc55 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 37 Views

Post your comment:-

By submitting comment you agree to our privacy policy.