crispedge.com

Color picker

Loading...

#7ed058 hex color - Green - Cool color - Information

#7ed058 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #7ed058 Color code in RGB color code model is created after adding 49.41% red color, 81.57% green color and 34.51% blue color. Hex #7ed058 Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 0% magenta, 58% yellow and 18% black.

Hex #7ed058 color code is between #77cc55 web safe hex color code and #88dd66 web safe hex color code. #77cc55 is the nearest web safe color code. You can see here many more shades of #7ed058 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code7ed058#7ed058
RGB Decimal126, 208, 88rgb(126, 208, 88)
RGB Percent49%, 82%, 35%rgb(49%, 82%, 35%)
CSS RGBa126, 208, 88,1rgba(126,208,88,1)
CMYK Modelcmyk(39%,0%,58%,18%)
HSL Color Space101,56% ,58%hsl(101,56% ,58%)
HSV Color Space101°, 58%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111101101000001011000
Octal176320130
Decimal12620888
Hex7ed058

Different shades of #7ed058 color code.

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

Light Shade of #7ed058
#9ddb80
Dark Shade of #7ed058
#61bf36
Saturated Shade of #7ed058
#7adb4d
Desaturated Shade of #7ed058
#82c563
Grey scale Shade of #7ed058
#949494
Brighten Shade
#97e971
Most Readable Shade
#000000

Shades of #7ed058 color code

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

#7ed058
#70b84e
#62a144
#548a3a
#467330
#385c27
#2a451d
#1c2e13
#0e1709
#000000

Similar Color like #7ed058 color

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

#7fd159
#80d25a
#81d35b
#82d45c
#83d55d
#84d65e
#85d75f
#86d860
#87d961
#88da62
#89db63
#8adc64
#8bdd65
#8cde66
#7dcf57
#7cce56
#7bcd55
#7acc54
#79cb53
#78ca52
#77c951
#76c850
#75c74f
#74c64e
#73c54d
#72c44c
#71c34b
#70c24a

Monochromatic Color with #7ed058

#7ed058
#98fa6a
#172610
#315022
#4b7b34
#64a546

Tints of #7ed058 Color

#7ed058
#8cd56a
#9ada7d
#a9df8f
#b7e4a2
#c5eab4
#d4efc7
#e2f4d9
#f0f9ec
#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

#7ed058
#aa58d0

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

Split Complementary

#7ed058
#6e58d0
#d058ba

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

Analogous Color

#aed058
#96d058
#7ed058
#66d058
#58d062

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

#7ed058
#587ed0
#d0587e

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

#7ed058
#58bad0
#aa58d0
#d06e58

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

#7ed058
#aa58d0
#d058ba
#58d06e

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 #7ed058 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.

#7ed058 Color Code Preview on Black Background Color

This is how #7ed058 Color will look on black background color. Color contrast ratio is 11.05

#7ed058 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7ed058

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7ed058

#7ed058 color code is use for CSS Background Color

Background color for the above div is #7ed058

HTML with inline CSS

<div style="background-color:#7ed058;"></div>

#7ed058 color code is use for CSS Border Color

CSS Border color for the above div is #7ed058

HTML with inline CSS

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

CSS Border Left color for the above div is #7ed058

HTML with inline CSS

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

CSS Border Right color for the above div is #7ed058

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7ed058

HTML with inline CSS

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

CSS Border Top color for the above div is #7ed058

HTML with inline CSS

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

#7ed058 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7ed058 Color code Preview on White Background

This is how #7ed058 Color code will look on white background color. Color contrast ratio is 1.90

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(126,208,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,88,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(126,208,88,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.