crispedge.com

Color picker

Loading...

#77dc38 hex color - Green - Cool color - Information

#77dc38 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #77dc38 Color code in RGB color code model is created after adding 46.67% red color, 86.27% green color and 21.96% blue color. Hex #77dc38 Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 0% magenta, 75% yellow and 14% black.

Hex #77dc38 color code is between #66dd33 web safe hex color code and #88cc44 web safe hex color code. #66dd33 is the nearest web safe color code. You can see here many more shades of #77dc38 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code77dc38#77dc38
RGB Decimal119, 220, 56rgb(119, 220, 56)
RGB Percent47%, 86%, 22%rgb(47%, 86%, 22%)
CSS RGBa119, 220, 56,1rgba(119,220,56,1)
CMYK Modelcmyk(46%,0%,75%,14%)
HSL Color Space97,70% ,54%hsl(97,70% ,54%)
HSV Color Space97°, 75%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101111101110000111000
Octal16733470
Decimal11922056
Hex77dc38

Different shades of #77dc38 color code.

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

Light Shade of #77dc38
#95e463
Dark Shade of #77dc38
#5ebf22
Saturated Shade of #77dc38
#74e82c
Desaturated Shade of #77dc38
#7ad044
Grey scale Shade of #77dc38
#8a8a8a
Brighten Shade
#90f551
Most Readable Shade
#000000

Shades of #77dc38 color code

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

#77dc38
#69c331
#5cab2b
#4f9225
#427a1f
#346118
#274912
#1a300c
#0d1806
#000000

Similar Color like #77dc38 color

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

#78dd39
#79de3a
#7adf3b
#7be03c
#7ce13d
#7de23e
#7ee33f
#7fe440
#80e541
#81e642
#82e743
#83e844
#84e945
#85ea46
#76db37
#75da36
#74d935
#73d834
#72d733
#71d632
#70d531
#6fd430
#6ed32f
#6dd22e
#6cd12d
#6bd02c
#6acf2b
#69ce2a

Monochromatic Color with #77dc38

#77dc38
#040702
#1b320d
#325c18
#498722
#60b12d

Tints of #77dc38 Color

#77dc38
#86df4e
#95e364
#a4e77a
#b3eb90
#c2efa6
#d1f3bc
#e0f7d2
#effbe8
#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

#77dc38
#9d38dc

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

Split Complementary

#77dc38
#4b38dc
#dc38c9

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

Analogous Color

#b9dc38
#98dc38
#77dc38
#56dc38
#38dc3b

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

#77dc38
#3877dc
#dc3877

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

#77dc38
#38c9dc
#9d38dc
#dc4b38

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

#77dc38
#9d38dc
#dc38c9
#38dc4b

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 #77dc38 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.

#77dc38 Color Code Preview on Black Background Color

This is how #77dc38 Color will look on black background color. Color contrast ratio is 12.08

#77dc38 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77dc38

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77dc38

#77dc38 color code is use for CSS Background Color

Background color for the above div is #77dc38

HTML with inline CSS

<div style="background-color:#77dc38;"></div>

#77dc38 color code is use for CSS Border Color

CSS Border color for the above div is #77dc38

HTML with inline CSS

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

CSS Border Left color for the above div is #77dc38

HTML with inline CSS

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

CSS Border Right color for the above div is #77dc38

HTML with inline CSS

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

CSS Border Bottom color for the above div is #77dc38

HTML with inline CSS

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

CSS Border Top color for the above div is #77dc38

HTML with inline CSS

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

#77dc38 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#77dc38 Color code Preview on White Background

This is how #77dc38 Color code will look on white background color. Color contrast ratio is 1.74

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

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(119,220,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,56,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,220,56,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.