crispedge.com

Color picker

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

#00dd66 hex color - Green - Cool color - Information

#00dd66 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

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

Hex #00dd66 color code is a web safe color. Next web safe color code is #00cc55 and previous web safe color code is #00ee77. You can see here many more shades of #00dd66 color code.

0 Likes 0 Comments | 38 Views

Color Table

Hex Color Code00dd66#00dd66
RGB Decimal0, 221, 102rgb(0, 221, 102)
RGB Percent0%, 87%, 40%rgb(0%, 87%, 40%)
CSS RGBa0, 221, 102,1rgba(0,221,102,1)
CMYK Modelcmyk(100%,0%,54%,13%)
HSL Color Space148,100% ,43%hsl(148,100% ,43%)
HSV Color Space148°, 100%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001101110101100110
Octal0335146
Decimal0221102
Hex00dd66

Different shades of #00dd66 color code.

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

Light Shade of #00dd66
#11ff7f
Dark Shade of #00dd66
#00aa4e
Saturated Shade of #00dd66
#00dd66
Desaturated Shade of #00dd66
#0bd267
Grey scale Shade of #00dd66
#6e6e6e
Brighten Shade
#19f67f
Most Readable Shade
#000000

Shades of #00dd66 color code

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

#00dd66
#00c45a
#00ab4f
#009344
#007a38
#00622d
#004922
#003116
#00180b
#000000

Similar Color like #00dd66 color

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

#01de67
#02df68
#03e069
#04e16a
#05e26b
#06e36c
#07e46d
#08e56e
#09e66f
#0ae770
#0be871
#0ce972
#0dea73
#0eeb74
#00dc65
#00db64
#00da63
#00d962
#00d861
#00d760
#00d65f
#00d55e
#00d45d
#00d35c
#00d25b
#00d15a
#00d059
#00cf58

Monochromatic Color with #00dd66

#00dd66
#000804
#003318
#005d2b
#00883f
#00b352

Tints of #00dd66 Color

#00dd66
#1ce077
#38e488
#55e899
#71ecaa
#8defbb
#aaf3cc
#c6f7dd
#e2fbee
#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

#00dd66
#dd0077

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

Split Complementary

#00dd66
#d400dd
#dd0009

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

Analogous Color

#00dd0e
#00dd3a
#00dd66
#00dd92
#00ddbe

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

#00dd66
#6600dd
#dd6600

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

#00dd66
#0008dd
#dd0077
#ddd400

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

#00dd66
#dd0077
#dd0009
#00ddd4

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 #00dd66 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.

#00dd66 Color Code Preview on Black Background Color

This is how #00dd66 Color will look on black background color. Color contrast ratio is 11.53

#00dd66 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00dd66

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00dd66

#00dd66 color code is use for CSS Background Color

Background color for the above div is #00dd66

HTML with inline CSS

<div style="background-color:#00dd66;"></div>

#00dd66 color code is use for CSS Border Color

CSS Border color for the above div is #00dd66

HTML with inline CSS

<div style="border:5px solid #00dd66;"></div>

CSS Border Left color for the above div is #00dd66

HTML with inline CSS

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

CSS Border Right color for the above div is #00dd66

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00dd66

HTML with inline CSS

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

CSS Border Top color for the above div is #00dd66

HTML with inline CSS

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

#00dd66 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00dd66 Color code Preview on White Background

This is how #00dd66 Color code will look on white background color. Color contrast ratio is 1.82

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

Related Gradients

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

0 Likes 0 Comments | 38 Views

Post your comment:-

By submitting comment you agree to our privacy policy.