crispedge.com

Color picker

Loading...

#b5e201 hex color - Green - Warm color - Information

#b5e201 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b5e201 Color code in RGB color code model is created after adding 70.98% red color, 88.63% green color and 0.39% blue color. Hex #b5e201 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 100% yellow and 11% black.

Hex #b5e201 color code is between #bbdd00 web safe hex color code and #aaee00 web safe hex color code. #bbdd00 is the nearest web safe color code. You can see here many more shades of #b5e201 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb5e201#b5e201
RGB Decimal181, 226, 1rgb(181, 226, 1)
RGB Percent71%, 89%, 0%rgb(71%, 89%, 0%)
CSS RGBa181, 226, 1,1rgba(181,226,1,1)
CMYK Modelcmyk(20%,0%,100%,11%)
HSL Color Space72,99% ,45%hsl(72,99% ,45%)
HSV Color Space72°, 100%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101011110001000000001
Octal2653421
Decimal1812261
Hexb5e201

Different shades of #b5e201 color code.

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

Light Shade of #b5e201
#d0fe18
Dark Shade of #b5e201
#8caf01
Saturated Shade of #b5e201
#b6e300
Desaturated Shade of #b5e201
#aed70c
Grey scale Shade of #b5e201
#717171
Brighten Shade
#cefb1a
Most Readable Shade
#000000

Shades of #b5e201 color code

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

#b5e201
#a0c800
#8caf00
#789600
#647d00
#506400
#3c4b00
#283200
#141900
#000000

Similar Color like #b5e201 color

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

#b6e302
#b7e403
#b8e504
#b9e605
#bae706
#bbe807
#bce908
#bdea09
#beeb0a
#bfec0b
#c0ed0c
#c1ee0d
#c2ef0e
#c3f00f
#b4e100
#b3e000
#b2df00
#b1de00
#b0dd00
#afdc00
#aedb00
#adda00
#acd900
#abd800
#aad700
#a9d600
#a8d500
#a7d400

Monochromatic Color with #b5e201

#b5e201
#0b0d00
#2d3800
#4f6200
#718d01
#93b701

Tints of #b5e201 Color

#b5e201
#bde51d
#c5e839
#cdeb55
#d5ee71
#def28e
#e6f5aa
#eef8c6
#f6fbe2
#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

#b5e201
#2e01e2

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

Split Complementary

#b5e201
#0145e2
#9e01e2

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

Analogous Color

#e2b501
#e2e201
#b5e201
#88e201
#5be201

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

#b5e201
#01b5e2
#e201b5

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

#b5e201
#01e29e
#2e01e2
#e20144

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

#b5e201
#2e01e2
#9e01e2
#45e201

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 #b5e201 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.

#b5e201 Color Code Preview on Black Background Color

This is how #b5e201 Color will look on black background color. Color contrast ratio is 13.84

#b5e201 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5e201

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5e201

#b5e201 color code is use for CSS Background Color

Background color for the above div is #b5e201

HTML with inline CSS

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

#b5e201 color code is use for CSS Border Color

CSS Border color for the above div is #b5e201

HTML with inline CSS

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

CSS Border Left color for the above div is #b5e201

HTML with inline CSS

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

CSS Border Right color for the above div is #b5e201

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5e201

HTML with inline CSS

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

CSS Border Top color for the above div is #b5e201

HTML with inline CSS

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

#b5e201 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5e201 Color code Preview on White Background

This is how #b5e201 Color code will look on white background color. Color contrast ratio is 1.52

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

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(181,226,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,1,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,226,1,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.