crispedge.com

Color picker

Loading...

#82bc71 hex color - Orange - Cool color - Information

#82bc71 hex color - Orange - Cool color

Color Hue/Base color: Orange

Hex #82bc71 Color code in RGB color code model is created after adding 50.98% red color, 73.73% green color and 44.31% blue color. Hex #82bc71 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 40% yellow and 26% black.

Hex #82bc71 color code is between #88bb77 web safe hex color code and #77cc66 web safe hex color code. #88bb77 is the nearest web safe color code. You can see here many more shades of #82bc71 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code82bc71#82bc71
RGB Decimal130, 188, 113rgb(130, 188, 113)
RGB Percent51%, 74%, 44%rgb(51%, 74%, 44%)
CSS RGBa130, 188, 113,1rgba(130,188,113,1)
CMYK Modelcmyk(31%,0%,40%,26%)
HSL Color Space106,36% ,59%hsl(106,36% ,59%)
HSV Color Space106°, 40%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000101011110001110001
Octal202274161
Decimal130188113
Hex82bc71

Different shades of #82bc71 color code.

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

Light Shade of #82bc71
#a0cc94
Dark Shade of #82bc71
#64aa50
Saturated Shade of #82bc71
#7cc667
Desaturated Shade of #82bc71
#88b27b
Grey scale Shade of #82bc71
#969696
Brighten Shade
#9bd58a
Most Readable Shade
#000000

Shades of #82bc71 color code

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

#82bc71
#73a764
#659257
#567d4b
#48683e
#395332
#2b3e25
#1c2919
#0e140c
#000000

Similar Color like #82bc71 color

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

#83bd72
#84be73
#85bf74
#86c075
#87c176
#88c277
#89c378
#8ac479
#8bc57a
#8cc67b
#8dc77c
#8ec87d
#8fc97e
#90ca7f
#81bb70
#80ba6f
#7fb96e
#7eb86d
#7db76c
#7cb66b
#7bb56a
#7ab469
#79b368
#78b267
#77b166
#76b065
#75af64
#74ae63

Monochromatic Color with #82bc71

#82bc71
#9fe68b
#0c120b
#2a3c24
#47673e
#659157

Tints of #82bc71 Color

#82bc71
#8fc380
#9dca90
#abd2a0
#b9d9b0
#c7e1bf
#d5e8cf
#e3f0df
#f1f7ef
#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

#82bc71
#ab71bc

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

Split Complementary

#82bc71
#8571bc
#bc71a8

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

Analogous Color

#a0bc71
#91bc71
#82bc71
#73bc71
#71bc7e

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

#82bc71
#7182bc
#bc7182

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

#82bc71
#71a7bc
#ab71bc
#bc8571

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

#82bc71
#ab71bc
#bc71a8
#71bc85

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 #82bc71 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.

#82bc71 Color Code Preview on Black Background Color

This is how #82bc71 Color will look on black background color. Color contrast ratio is 9.38

#82bc71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82bc71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82bc71

#82bc71 color code is use for CSS Background Color

Background color for the above div is #82bc71

HTML with inline CSS

<div style="background-color:#82bc71;"></div>

#82bc71 color code is use for CSS Border Color

CSS Border color for the above div is #82bc71

HTML with inline CSS

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

CSS Border Left color for the above div is #82bc71

HTML with inline CSS

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

CSS Border Right color for the above div is #82bc71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82bc71

HTML with inline CSS

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

CSS Border Top color for the above div is #82bc71

HTML with inline CSS

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

#82bc71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82bc71 Color code Preview on White Background

This is how #82bc71 Color code will look on white background color. Color contrast ratio is 2.24

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

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(130,188,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,113,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,188,113,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.