crispedge.com

Color picker

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

#80dd75 hex color - Green - Cool color - Information

#80dd75 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #80dd75 Color code in RGB color code model is created after adding 50.2% red color, 86.67% green color and 45.88% blue color. Hex #80dd75 Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 0% magenta, 47% yellow and 13% black.

Hex #80dd75 color code is between #88cc77 web safe hex color code and #77ee66 web safe hex color code. #88cc77 is the nearest web safe color code. You can see here many more shades of #80dd75 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code80dd75#80dd75
RGB Decimal128, 221, 117rgb(128, 221, 117)
RGB Percent50%, 87%, 46%rgb(50%, 87%, 46%)
CSS RGBa128, 221, 117,1rgba(128,221,117,1)
CMYK Modelcmyk(42%,0%,47%,13%)
HSL Color Space114,60% ,66%hsl(114,60% ,66%)
HSV Color Space114°, 47%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000001101110101110101
Octal200335165
Decimal128221117
Hex80dd75

Different shades of #80dd75 color code.

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

Light Shade of #80dd75
#a6e79e
Dark Shade of #80dd75
#5ad34c
Saturated Shade of #80dd75
#79e66c
Desaturated Shade of #80dd75
#87d47e
Grey scale Shade of #80dd75
#a9a9a9
Brighten Shade
#99f68e
Most Readable Shade
#000000

Shades of #80dd75 color code

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

#80dd75
#71c468
#63ab5b
#55934e
#477a41
#386234
#2a4927
#1c311a
#0e180d
#000000

Similar Color like #80dd75 color

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

#81de76
#82df77
#83e078
#84e179
#85e27a
#86e37b
#87e47c
#88e57d
#89e67e
#8ae77f
#8be880
#8ce981
#8dea82
#8eeb83
#7fdc74
#7edb73
#7dda72
#7cd971
#7bd870
#7ad76f
#79d66e
#78d56d
#77d46c
#76d36b
#75d26a
#74d169
#73d068
#72cf67

Monochromatic Color with #80dd75

#80dd75
#050804
#1e331b
#365d31
#4f8848
#67b35f

Tints of #80dd75 Color

#80dd75
#8ee084
#9ce493
#aae8a3
#b8ecb2
#c6efc1
#d4f3d1
#e2f7e0
#f0fbef
#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

#80dd75
#d275dd

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

Split Complementary

#80dd75
#9e75dd
#dd75b4

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

Analogous Color

#aadd75
#95dd75
#80dd75
#75dd7f
#75dd94

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

#80dd75
#7580dd
#dd7580

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

#80dd75
#75b4dd
#d275dd
#dd9e75

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

#80dd75
#d275dd
#dd75b4
#75dd9e

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 #80dd75 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.

#80dd75 Color Code Preview on Black Background Color

This is how #80dd75 Color will look on black background color. Color contrast ratio is 12.52

#80dd75 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #80dd75

HTML with inline CSS

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

Your Example Paragraph content text in with font color #80dd75

#80dd75 color code is use for CSS Background Color

Background color for the above div is #80dd75

HTML with inline CSS

<div style="background-color:#80dd75;"></div>

#80dd75 color code is use for CSS Border Color

CSS Border color for the above div is #80dd75

HTML with inline CSS

<div style="border:5px solid #80dd75;"></div>

CSS Border Left color for the above div is #80dd75

HTML with inline CSS

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

CSS Border Right color for the above div is #80dd75

HTML with inline CSS

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

CSS Border Bottom color for the above div is #80dd75

HTML with inline CSS

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

CSS Border Top color for the above div is #80dd75

HTML with inline CSS

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

#80dd75 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#80dd75 Color code Preview on White Background

This is how #80dd75 Color code will look on white background color. Color contrast ratio is 1.68

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

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.