crispedge.com

Color picker

Loading...

#b0e275 hex color - Green - Warm color - Information

#b0e275 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #b0e275 Color code in RGB color code model is created after adding 69.02% red color, 88.63% green color and 45.88% blue color. Hex #b0e275 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 48% yellow and 11% black.

Hex #b0e275 color code is between #aadd77 web safe hex color code and #bbee66 web safe hex color code. #aadd77 is the nearest web safe color code. You can see here many more shades of #b0e275 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb0e275#b0e275
RGB Decimal176, 226, 117rgb(176, 226, 117)
RGB Percent69%, 89%, 46%rgb(69%, 89%, 46%)
CSS RGBa176, 226, 117,1rgba(176,226,117,1)
CMYK Modelcmyk(22%,0%,48%,11%)
HSL Color Space88,65% ,67%hsl(88,65% ,67%)
HSV Color Space88°, 48%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001110001001110101
Octal260342165
Decimal176226117
Hexb0e275

Different shades of #b0e275 color code.

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

Light Shade of #b0e275
#c8eb9f
Dark Shade of #b0e275
#98d94b
Saturated Shade of #b0e275
#b1ea6d
Desaturated Shade of #b0e275
#afda7d
Grey scale Shade of #b0e275
#ababab
Brighten Shade
#c9fb8e
Most Readable Shade
#000000

Shades of #b0e275 color code

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

#b0e275
#9cc868
#88af5b
#75964e
#617d41
#4e6434
#3a4b27
#27321a
#13190d
#000000

Similar Color like #b0e275 color

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

#b1e376
#b2e477
#b3e578
#b4e679
#b5e77a
#b6e87b
#b7e97c
#b8ea7d
#b9eb7e
#baec7f
#bbed80
#bcee81
#bdef82
#bef083
#afe174
#aee073
#addf72
#acde71
#abdd70
#aadc6f
#a9db6e
#a8da6d
#a7d96c
#a6d86b
#a5d76a
#a4d669
#a3d568
#a2d467

Monochromatic Color with #b0e275

#b0e275
#0b0d07
#2c381d
#4d6233
#6e8d49
#8fb75f

Tints of #b0e275 Color

#b0e275
#b8e584
#c1e893
#caeba3
#d3eeb2
#dbf2c1
#e4f5d1
#edf8e0
#f6fbef
#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

#b0e275
#a775e2

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

Split Complementary

#b0e275
#757ae2
#de75e2

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

Analogous Color

#dce275
#c6e275
#b0e275
#9ae275
#84e275

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

#b0e275
#75b0e2
#e275b0

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

#b0e275
#75e2dd
#a775e2
#e27579

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

#b0e275
#a775e2
#de75e2
#7ae275

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

#b0e275 Color Code Preview on Black Background Color

This is how #b0e275 Color will look on black background color. Color contrast ratio is 13.98

#b0e275 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0e275

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0e275

#b0e275 color code is use for CSS Background Color

Background color for the above div is #b0e275

HTML with inline CSS

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

#b0e275 color code is use for CSS Border Color

CSS Border color for the above div is #b0e275

HTML with inline CSS

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

CSS Border Left color for the above div is #b0e275

HTML with inline CSS

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

CSS Border Right color for the above div is #b0e275

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b0e275

HTML with inline CSS

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

CSS Border Top color for the above div is #b0e275

HTML with inline CSS

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

#b0e275 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b0e275 Color code Preview on White Background

This is how #b0e275 Color code will look on white background color. Color contrast ratio is 1.50

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

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(176,226,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,117,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,226,117,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.