crispedge.com

Color picker

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

#85fc89 hex color - Green - Cool color - Information

#85fc89 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #85fc89 Color code in RGB color code model is created after adding 52.16% red color, 98.82% green color and 53.73% blue color. Hex #85fc89 Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 0% magenta, 46% yellow and 1% black.

Hex #85fc89 color code is between #88ff88 web safe hex color code and #77ee99 web safe hex color code. #88ff88 is the nearest web safe color code. You can see here many more shades of #85fc89 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code85fc89#85fc89
RGB Decimal133, 252, 137rgb(133, 252, 137)
RGB Percent52%, 99%, 54%rgb(52%, 99%, 54%)
CSS RGBa133, 252, 137,1rgba(133,252,137,1)
CMYK Modelcmyk(47%,0%,46%,1%)
HSL Color Space122,95% ,75%hsl(122,95% ,75%)
HSV Color Space122°, 47%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011111110010001001
Octal205374211
Decimal133252137
Hex85fc89

Different shades of #85fc89 color code.

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

Light Shade of #85fc89
#b7fdb9
Dark Shade of #85fc89
#53fb59
Saturated Shade of #85fc89
#82ff86
Desaturated Shade of #85fc89
#8bf68f
Grey scale Shade of #85fc89
#c0c0c0
Brighten Shade
#9effa2
Most Readable Shade
#000000

Shades of #85fc89 color code

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

#85fc89
#76e079
#67c46a
#58a85b
#498c4c
#3b703c
#2c542d
#1d381e
#0e1c0f
#000000

Similar Color like #85fc89 color

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

#86fd8a
#87fe8b
#88ff8c
#89ff8d
#8aff8e
#8bff8f
#8cff90
#8dff91
#8eff92
#8fff93
#90ff94
#91ff95
#92ff96
#93ff97
#84fb88
#83fa87
#82f986
#81f885
#80f784
#7ff683
#7ef582
#7df481
#7cf380
#7bf27f
#7af17e
#79f07d
#78ef7c
#77ee7b

Monochromatic Color with #85fc89

#85fc89
#152715
#2b522d
#427c44
#58a75b
#6fd172

Tints of #85fc89 Color

#85fc89
#92fc96
#a0fca3
#adfdb0
#bbfdbd
#c8fdca
#d6fed7
#e3fee4
#f1fef1
#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

#85fc89
#fc85f8

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

Split Complementary

#85fc89
#c585fc
#fc85bd

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

Analogous Color

#b1fc85
#99fc85
#85fc89
#85fca1
#85fcb9

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

#85fc89
#8985fc
#fc8985

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

#85fc89
#85bcfc
#fc85f8
#fcc485

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

#85fc89
#fc85f8
#fc85bd
#85fcc5

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 #85fc89 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.

#85fc89 Color Code Preview on Black Background Color

This is how #85fc89 Color will look on black background color. Color contrast ratio is 16.28

#85fc89 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85fc89

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85fc89

#85fc89 color code is use for CSS Background Color

Background color for the above div is #85fc89

HTML with inline CSS

<div style="background-color:#85fc89;"></div>

#85fc89 color code is use for CSS Border Color

CSS Border color for the above div is #85fc89

HTML with inline CSS

<div style="border:5px solid #85fc89;"></div>

CSS Border Left color for the above div is #85fc89

HTML with inline CSS

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

CSS Border Right color for the above div is #85fc89

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85fc89

HTML with inline CSS

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

CSS Border Top color for the above div is #85fc89

HTML with inline CSS

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

#85fc89 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85fc89 Color code Preview on White Background

This is how #85fc89 Color code will look on white background color. Color contrast ratio is 1.29

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

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.