crispedge.com

Color picker

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

#71bf86 hex color - Green - Cool color - Information

#71bf86 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #71bf86 Color code in RGB color code model is created after adding 44.31% red color, 74.9% green color and 52.55% blue color. Hex #71bf86 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 0% magenta, 30% yellow and 25% black.

Hex #71bf86 color code is between #77bb88 web safe hex color code and #66cc77 web safe hex color code. #77bb88 is the nearest web safe color code. You can see here many more shades of #71bf86 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code71bf86#71bf86
RGB Decimal113, 191, 134rgb(113, 191, 134)
RGB Percent44%, 75%, 53%rgb(44%, 75%, 53%)
CSS RGBa113, 191, 134,1rgba(113,191,134,1)
CMYK Modelcmyk(41%,0%,30%,25%)
HSL Color Space136,38% ,60%hsl(136,38% ,60%)
HSV Color Space136°, 41%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011011111110000110
Octal161277206
Decimal113191134
Hex71bf86

Different shades of #71bf86 color code.

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

Light Shade of #71bf86
#94cfa4
Dark Shade of #71bf86
#4fae68
Saturated Shade of #71bf86
#67c981
Desaturated Shade of #71bf86
#7bb58b
Grey scale Shade of #71bf86
#989898
Brighten Shade
#8ad89f
Most Readable Shade
#000000

Shades of #71bf86 color code

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

#71bf86
#64a977
#579468
#4b7f59
#3e6a4a
#32543b
#253f2c
#192a1d
#0c150e
#000000

Similar Color like #71bf86 color

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

#72c087
#73c188
#74c289
#75c38a
#76c48b
#77c58c
#78c68d
#79c78e
#7ac88f
#7bc990
#7cca91
#7dcb92
#7ecc93
#7fcd94
#70be85
#6fbd84
#6ebc83
#6dbb82
#6cba81
#6bb980
#6ab87f
#69b77e
#68b67d
#67b57c
#66b47b
#65b37a
#64b279
#63b178

Monochromatic Color with #71bf86

#71bf86
#8ae9a4
#0c150f
#263f2d
#3f6a4a
#589468

Tints of #71bf86 Color

#71bf86
#80c693
#90cda0
#a0d4ae
#b0dbbb
#bfe2c9
#cfe9d6
#dff0e4
#eff7f1
#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

#71bf86
#bf71aa

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

Split Complementary

#71bf86
#ad71bf
#bf7183

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

Analogous Color

#7bbf71
#71bf76
#71bf86
#71bf96
#71bfa5

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

#71bf86
#8671bf
#bf8671

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

#71bf86
#7183bf
#bf71aa
#bfad71

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

#71bf86
#bf71aa
#bf7183
#71bfad

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 #71bf86 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.

#71bf86 Color Code Preview on Black Background Color

This is how #71bf86 Color will look on black background color. Color contrast ratio is 9.50

#71bf86 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71bf86

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71bf86

#71bf86 color code is use for CSS Background Color

Background color for the above div is #71bf86

HTML with inline CSS

<div style="background-color:#71bf86;"></div>

#71bf86 color code is use for CSS Border Color

CSS Border color for the above div is #71bf86

HTML with inline CSS

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

CSS Border Left color for the above div is #71bf86

HTML with inline CSS

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

CSS Border Right color for the above div is #71bf86

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71bf86

HTML with inline CSS

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

CSS Border Top color for the above div is #71bf86

HTML with inline CSS

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

#71bf86 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71bf86 Color code Preview on White Background

This is how #71bf86 Color code will look on white background color. Color contrast ratio is 2.21

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

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.