@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

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

#85cf5b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #85cf5b Color code in RGB color code model is created after adding 52.16% red color, 81.18% green color and 35.69% blue color. Hex #85cf5b Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 0% magenta, 56% yellow and 18.82% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code85cf5b#85cf5b
RGB Decimal133, 207, 91rgb(133, 207, 91)
RGB Percent52%, 81%, 36%rgb(52%, 81%, 36%)
CSS RGBa133, 207, 91,1rgba(133,207,91,1)
CMYK Modelcmyk(36%,0%,56%,18.82%)
HSL Color Space98,55% ,58%hsl(98,55% ,58%)
HSV Color Space98°, 56%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011100111101011011
Octal205317133
Decimal13320791
Hex85cf5b

Different shades of #85cf5b color code.

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

Light Shade of #85cf5b
#a2db82
Dark Shade of #85cf5b
#69bf38
Saturated Shade of #85cf5b
#82da50
Desaturated Shade of #85cf5b
#88c466
Grey scale Shade of #85cf5b
#959595
Brighten Shade
#9ee874
Most Readable Shade
#000000

Shades of #85cf5b color code

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

#85cf5b
#76b850
#67a146
#588a3c
#497332
#3b5c28
#2c451e
#1d2e14
#0e170a
#000000

Similar Color like #85cf5b color

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

#86d05c
#87d15d
#88d25e
#89d35f
#8ad460
#8bd561
#8cd662
#8dd763
#8ed864
#8fd965
#90da66
#91db67
#92dc68
#93dd69
#84ce5a
#83cd59
#82cc58
#81cb57
#80ca56
#7fc955
#7ec854
#7dc753
#7cc652
#7bc551
#7ac450
#79c34f
#78c24e
#77c14d

Monochromatic Color with #85cf5b

#85cf5b
#a0f96e
#182510
#334f23
#4e7a36
#6aa448

Tints of #85cf5b Color

#85cf5b
#92d46d
#a0d97f
#addf91
#bbe4a3
#c8e9b6
#d6efc8
#e3f4da
#f1f9ec
#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

#85cf5b
#a55bcf

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

Split Complementary

#85cf5b
#6b5bcf
#cf5bbf

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

Analogous Color

#b3cf5b
#9ccf5b
#85cf5b
#6ecf5b
#5bcf5f

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

#85cf5b
#5b85cf
#cf5b85

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

#85cf5b
#5bbfcf
#a55bcf
#cf6b5b

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

#85cf5b
#a55bcf
#cf5bbf
#5bcf6b

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

#85cf5b Color Code Preview on Black Background Color

This is how #85cf5b Color will look on black background color. Color contrast ratio is 11.07

#85cf5b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#85cf5b color code is use for CSS Background Color

Background color for the above div is #85cf5b

HTML with inline CSS

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

#85cf5b color code is use for CSS Border Color

CSS Border color for the above div is #85cf5b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#85cf5b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85cf5b Color code Preview on White Background

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

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

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(133,207,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(165,91,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,207,91,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.