crispedge.com

Color picker

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

#b5d70b hex color - Green - Warm color - Information

#b5d70b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b5d70b Color code in RGB color code model is created after adding 70.98% red color, 84.31% green color and 4.31% blue color. Hex #b5d70b Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 95% yellow and 16% black.

Hex #b5d70b color code is between #bbdd11 web safe hex color code and #aacc00 web safe hex color code. #bbdd11 is the nearest web safe color code. You can see here many more shades of #b5d70b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb5d70b#b5d70b
RGB Decimal181, 215, 11rgb(181, 215, 11)
RGB Percent71%, 84%, 4%rgb(71%, 84%, 4%)
CSS RGBa181, 215, 11,1rgba(181,215,11,1)
CMYK Modelcmyk(16%,0%,95%,16%)
HSL Color Space70,90% ,44%hsl(70,90% ,44%)
HSV Color Space70°, 95%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101011101011100001011
Octal26532713
Decimal18121511
Hexb5d70b

Different shades of #b5d70b color code.

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

Light Shade of #b5d70b
#d1f421
Dark Shade of #b5d70b
#8ca609
Saturated Shade of #b5d70b
#bce200
Desaturated Shade of #b5d70b
#adcc16
Grey scale Shade of #b5d70b
#717171
Brighten Shade
#cef024
Most Readable Shade
#000000

Shades of #b5d70b color code

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

#b5d70b
#a0bf09
#8ca708
#788f07
#647706
#505f04
#3c4703
#282f02
#141701
#000000

Similar Color like #b5d70b color

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

#b6d80c
#b7d90d
#b8da0e
#b9db0f
#badc10
#bbdd11
#bcde12
#bddf13
#bee014
#bfe115
#c0e216
#c1e317
#c2e418
#c3e519
#b4d60a
#b3d509
#b2d408
#b1d307
#b0d206
#afd105
#aed004
#adcf03
#acce02
#abcd01
#aacc00
#a9cb00
#a8ca00
#a7c900

Monochromatic Color with #b5d70b

#b5d70b
#020200
#262d02
#4a5704
#6d8207
#91ac09

Tints of #b5d70b Color

#b5d70b
#bddb26
#c5df41
#cde45c
#d5e877
#deed92
#e6f1ad
#eef6c8
#f6fae3
#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

#b5d70b
#2d0bd7

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

Split Complementary

#b5d70b
#0b4fd7
#930bd7

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

Analogous Color

#d7a70b
#d7d00b
#b5d70b
#8cd70b
#63d70b

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

#b5d70b
#0bb5d7
#d70bb5

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

#b5d70b
#0bd793
#2d0bd7
#d70b4f

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

#b5d70b
#2d0bd7
#930bd7
#4fd70b

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

#b5d70b Color Code Preview on Black Background Color

This is how #b5d70b Color will look on black background color. Color contrast ratio is 12.69

#b5d70b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5d70b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5d70b

#b5d70b color code is use for CSS Background Color

Background color for the above div is #b5d70b

HTML with inline CSS

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

#b5d70b color code is use for CSS Border Color

CSS Border color for the above div is #b5d70b

HTML with inline CSS

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

CSS Border Left color for the above div is #b5d70b

HTML with inline CSS

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

CSS Border Right color for the above div is #b5d70b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5d70b

HTML with inline CSS

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

CSS Border Top color for the above div is #b5d70b

HTML with inline CSS

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

#b5d70b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5d70b Color code Preview on White Background

This is how #b5d70b Color code will look on white background color. Color contrast ratio is 1.65

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

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.