crispedge.com

Color picker

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

#5ed073 hex color - Green - Cool color - Information

#5ed073 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #5ed073 Color code in RGB color code model is created after adding 36.86% red color, 81.57% green color and 45.1% blue color. Hex #5ed073 Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 45% yellow and 18% black.

Hex #5ed073 color code is between #66cc77 web safe hex color code and #55dd66 web safe hex color code. #66cc77 is the nearest web safe color code. You can see here many more shades of #5ed073 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5ed073#5ed073
RGB Decimal94, 208, 115rgb(94, 208, 115)
RGB Percent37%, 82%, 45%rgb(37%, 82%, 45%)
CSS RGBa94, 208, 115,1rgba(94,208,115,1)
CMYK Modelcmyk(55%,0%,45%,18%)
HSL Color Space131,55% ,59%hsl(131,55% ,59%)
HSV Color Space131°, 55%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111101101000001110011
Octal136320163
Decimal94208115
Hex5ed073

Different shades of #5ed073 color code.

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

Light Shade of #5ed073
#85dc95
Dark Shade of #5ed073
#39c252
Saturated Shade of #5ed073
#54da6c
Desaturated Shade of #5ed073
#68c67a
Grey scale Shade of #5ed073
#979797
Brighten Shade
#77e98c
Most Readable Shade
#000000

Shades of #5ed073 color code

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

#5ed073
#53b866
#49a159
#3e8a4c
#34733f
#295c33
#1f4526
#142e19
#0a170c
#000000

Similar Color like #5ed073 color

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

#5fd174
#60d275
#61d376
#62d477
#63d578
#64d679
#65d77a
#66d87b
#67d97c
#68da7d
#69db7e
#6adc7f
#6bdd80
#6cde81
#5dcf72
#5cce71
#5bcd70
#5acc6f
#59cb6e
#58ca6d
#57c96c
#56c86b
#55c76a
#54c669
#53c568
#52c467
#51c366
#50c265

Monochromatic Color with #5ed073

#5ed073
#71fa8b
#112615
#24502d
#387b44
#4ba55c

Tints of #5ed073 Color

#5ed073
#6fd582
#81da92
#93dfa1
#a5e4b1
#b7eac0
#c9efd0
#dbf4df
#edf9ef
#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

#5ed073
#d05ebb

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

Split Complementary

#5ed073
#ac5ed0
#d05e82

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

Analogous Color

#77d05e
#60d05e
#5ed073
#5ed08a
#5ed0a1

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

#5ed073
#735ed0
#d0735e

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

#5ed073
#5e82d0
#d05ebb
#d0ac5e

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

#5ed073
#d05ebb
#d05e82
#5ed0ac

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 #5ed073 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.

#5ed073 Color Code Preview on Black Background Color

This is how #5ed073 Color will look on black background color. Color contrast ratio is 10.75

#5ed073 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5ed073

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5ed073

#5ed073 color code is use for CSS Background Color

Background color for the above div is #5ed073

HTML with inline CSS

<div style="background-color:#5ed073;"></div>

#5ed073 color code is use for CSS Border Color

CSS Border color for the above div is #5ed073

HTML with inline CSS

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

CSS Border Left color for the above div is #5ed073

HTML with inline CSS

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

CSS Border Right color for the above div is #5ed073

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5ed073

HTML with inline CSS

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

CSS Border Top color for the above div is #5ed073

HTML with inline CSS

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

#5ed073 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5ed073 Color code Preview on White Background

This is how #5ed073 Color code will look on white background color. Color contrast ratio is 1.95

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

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.