crispedge.com

Color picker

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

#b0ff5f hex color - Green - Warm color - Information

#b0ff5f hex color - Green - Warm color

Color Hue/Base color: Green

Hex #b0ff5f Color code in RGB color code model is created after adding 69.02% red color, 100% green color and 37.25% blue color. Hex #b0ff5f Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 63% yellow and 0% black.

Hex #b0ff5f color code is between #aaee66 web safe hex color code and #bbdd55 web safe hex color code. #aaee66 is the nearest web safe color code. You can see here many more shades of #b0ff5f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb0ff5f#b0ff5f
RGB Decimal176, 255, 95rgb(176, 255, 95)
RGB Percent69%, 100%, 37%rgb(69%, 100%, 37%)
CSS RGBa176, 255, 95,1rgba(176,255,95,1)
CMYK Modelcmyk(31%,0%,63%,0%)
HSL Color Space90,100% ,69%hsl(90,100% ,69%)
HSV Color Space90°, 63%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001111111101011111
Octal260377137
Decimal17625595
Hexb0ff5f

Different shades of #b0ff5f color code.

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

Light Shade of #b0ff5f
#c9ff92
Dark Shade of #b0ff5f
#97ff2c
Saturated Shade of #b0ff5f
#b0ff5f
Desaturated Shade of #b0ff5f
#b0f767
Grey scale Shade of #b0ff5f
#afafaf
Brighten Shade
#c9ff78
Most Readable Shade
#000000

Shades of #b0ff5f color code

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

#b0ff5f
#9ce254
#88c649
#75aa3f
#618d34
#4e712a
#3a551f
#273815
#131c0a
#000000

Similar Color like #b0ff5f color

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

#b1ff60
#b2ff61
#b3ff62
#b4ff63
#b5ff64
#b6ff65
#b7ff66
#b8ff67
#b9ff68
#baff69
#bbff6a
#bcff6b
#bdff6c
#beff6d
#affe5e
#aefd5d
#adfc5c
#acfb5b
#abfa5a
#aaf959
#a9f858
#a8f757
#a7f656
#a6f555
#a5f454
#a4f353
#a3f252
#a2f151

Monochromatic Color with #b0ff5f

#b0ff5f
#1d2a10
#3b5520
#588030
#75aa3f
#93d44f

Tints of #b0ff5f Color

#b0ff5f
#b8ff70
#c1ff82
#caff94
#d3ffa6
#dbffb7
#e4ffc9
#edffdb
#f6ffed
#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

#b0ff5f
#ae5fff

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

Split Complementary

#b0ff5f
#5f60ff
#fe5fff

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

Analogous Color

#f0ff5f
#d0ff5f
#b0ff5f
#90ff5f
#70ff5f

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

#b0ff5f
#5fb0ff
#ff5fb0

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

#b0ff5f
#5ffffe
#ae5fff
#ff5f60

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

#b0ff5f
#ae5fff
#fe5fff
#60ff5f

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

#b0ff5f Color Code Preview on Black Background Color

This is how #b0ff5f Color will look on black background color. Color contrast ratio is 17.32

#b0ff5f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0ff5f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0ff5f

#b0ff5f color code is use for CSS Background Color

Background color for the above div is #b0ff5f

HTML with inline CSS

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

#b0ff5f color code is use for CSS Border Color

CSS Border color for the above div is #b0ff5f

HTML with inline CSS

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

CSS Border Left color for the above div is #b0ff5f

HTML with inline CSS

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

CSS Border Right color for the above div is #b0ff5f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b0ff5f

HTML with inline CSS

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

CSS Border Top color for the above div is #b0ff5f

HTML with inline CSS

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

#b0ff5f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b0ff5f Color code Preview on White Background

This is how #b0ff5f Color code will look on white background color. Color contrast ratio is 1.21

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

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.