crispedge.com

Color picker

Loading...

#53bd55 hex color - Green - Cool color - Information

#53bd55 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #53bd55 Color code in RGB color code model is created after adding 32.55% red color, 74.12% green color and 33.33% blue color. Hex #53bd55 Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 0% magenta, 55% yellow and 26% black.

Hex #53bd55 color code is between #55bb44 web safe hex color code and #44cc66 web safe hex color code. #55bb44 is the nearest web safe color code. You can see here many more shades of #53bd55 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code53bd55#53bd55
RGB Decimal83, 189, 85rgb(83, 189, 85)
RGB Percent33%, 74%, 33%rgb(33%, 74%, 33%)
CSS RGBa83, 189, 85,1rgba(83,189,85,1)
CMYK Modelcmyk(56%,0%,55%,26%)
HSL Color Space121,45% ,53%hsl(121,45% ,53%)
HSV Color Space121°, 56%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100111011110101010101
Octal123275125
Decimal8318985
Hex53bd55

Different shades of #53bd55 color code.

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

Light Shade of #53bd55
#78cb79
Dark Shade of #53bd55
#3da03f
Saturated Shade of #53bd55
#47c94a
Desaturated Shade of #53bd55
#5fb160
Grey scale Shade of #53bd55
#888888
Brighten Shade
#6cd66e
Most Readable Shade
#000000

Shades of #53bd55 color code

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

#53bd55
#49a84b
#409342
#377e38
#2e692f
#245425
#1b3f1c
#122a12
#091509
#000000

Similar Color like #53bd55 color

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

#54be56
#55bf57
#56c058
#57c159
#58c25a
#59c35b
#5ac45c
#5bc55d
#5cc65e
#5dc75f
#5ec860
#5fc961
#60ca62
#61cb63
#52bc54
#51bb53
#50ba52
#4fb951
#4eb850
#4db74f
#4cb64e
#4bb54d
#4ab44c
#49b34b
#48b24a
#47b149
#46b048
#45af47

Monochromatic Color with #53bd55

#53bd55
#66e768
#081309
#1b3d1c
#2e682f
#409242

Tints of #53bd55 Color

#53bd55
#66c467
#79cb7a
#8cd38d
#9fdaa0
#b2e1b3
#c5e9c6
#d8f0d9
#ebf7ec
#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

#53bd55
#bd53bb

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

Split Complementary

#53bd55
#8a53bd
#bd5386

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

Analogous Color

#7bbd53
#66bd53
#53bd55
#53bd6a
#53bd7f

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

#53bd55
#5553bd
#bd5553

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

#53bd55
#5386bd
#bd53bb
#bd8a53

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

#53bd55
#bd53bb
#bd5386
#53bd8a

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 #53bd55 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.

#53bd55 Color Code Preview on Black Background Color

This is how #53bd55 Color will look on black background color. Color contrast ratio is 8.78

#53bd55 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53bd55

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53bd55

#53bd55 color code is use for CSS Background Color

Background color for the above div is #53bd55

HTML with inline CSS

<div style="background-color:#53bd55;"></div>

#53bd55 color code is use for CSS Border Color

CSS Border color for the above div is #53bd55

HTML with inline CSS

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

CSS Border Left color for the above div is #53bd55

HTML with inline CSS

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

CSS Border Right color for the above div is #53bd55

HTML with inline CSS

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

CSS Border Bottom color for the above div is #53bd55

HTML with inline CSS

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

CSS Border Top color for the above div is #53bd55

HTML with inline CSS

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

#53bd55 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#53bd55 Color code Preview on White Background

This is how #53bd55 Color code will look on white background color. Color contrast ratio is 2.39

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

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(83,189,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,83,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(83,189,85,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.