crispedge.com

Color picker

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

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

#85f769 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #85f769 Color code in RGB color code model is created after adding 52.16% red color, 96.86% green color and 41.18% blue color. Hex #85f769 Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 0% magenta, 57% yellow and 3% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code85f769#85f769
RGB Decimal133, 247, 105rgb(133, 247, 105)
RGB Percent52%, 97%, 41%rgb(52%, 97%, 41%)
CSS RGBa133, 247, 105,1rgba(133,247,105,1)
CMYK Modelcmyk(46%,0%,57%,3%)
HSL Color Space108,90% ,69%hsl(108,90% ,69%)
HSV Color Space108°, 57%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011111011101101001
Octal205367151
Decimal133247105
Hex85f769

Different shades of #85f769 color code.

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

Light Shade of #85f769
#acfa99
Dark Shade of #85f769
#5ef439
Saturated Shade of #85f769
#80ff61
Desaturated Shade of #85f769
#8aef71
Grey scale Shade of #85f769
#b0b0b0
Brighten Shade
#9eff82
Most Readable Shade
#000000

Shades of #85f769 color code

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

#85f769
#76db5d
#67c051
#58a446
#49893a
#3b6d2e
#2c5223
#1d3617
#0e1b0b
#000000

Similar Color like #85f769 color

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

#86f86a
#87f96b
#88fa6c
#89fb6d
#8afc6e
#8bfd6f
#8cfe70
#8dff71
#8eff72
#8fff73
#90ff74
#91ff75
#92ff76
#93ff77
#84f668
#83f567
#82f466
#81f365
#80f264
#7ff163
#7ef062
#7def61
#7cee60
#7bed5f
#7aec5e
#79eb5d
#78ea5c
#77e95b

Monochromatic Color with #85f769

#85f769
#13220f
#294d21
#407733
#57a245
#6ecc57

Tints of #85f769 Color

#85f769
#92f779
#a0f88a
#adf99b
#bbfaab
#c8fbbc
#d6fccd
#e3fddd
#f1feee
#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

#85f769
#db69f7

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

Split Complementary

#85f769
#9469f7
#f769cc

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

Analogous Color

#bef769
#a1f769
#85f769
#69f769
#69f786

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

#85f769
#6985f7
#f76985

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

#85f769
#69ccf7
#db69f7
#f79469

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

#85f769
#db69f7
#f769cc
#69f794

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

#85f769 Color Code Preview on Black Background Color

This is how #85f769 Color will look on black background color. Color contrast ratio is 15.51

#85f769 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#85f769 color code is use for CSS Background Color

Background color for the above div is #85f769

HTML with inline CSS

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

#85f769 color code is use for CSS Border Color

CSS Border color for the above div is #85f769

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#85f769 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85f769 Color code Preview on White Background

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

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

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.