crispedge.com

Color picker

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

#b7d742 hex color - Green - Warm color - Information

#b7d742 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b7d742 Color code in RGB color code model is created after adding 71.76% red color, 84.31% green color and 25.88% blue color. Hex #b7d742 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 69% yellow and 16% black.

Hex #b7d742 color code is between #bbdd44 web safe hex color code and #aacc33 web safe hex color code. #bbdd44 is the nearest web safe color code. You can see here many more shades of #b7d742 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb7d742#b7d742
RGB Decimal183, 215, 66rgb(183, 215, 66)
RGB Percent72%, 84%, 26%rgb(72%, 84%, 26%)
CSS RGBa183, 215, 66,1rgba(183,215,66,1)
CMYK Modelcmyk(15%,0%,69%,16%)
HSL Color Space73,65% ,55%hsl(73,65% ,55%)
HSV Color Space73°, 69%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101111101011101000010
Octal267327102
Decimal18321566
Hexb7d742

Different shades of #b7d742 color code.

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

Light Shade of #b7d742
#c7e06c
Dark Shade of #b7d742
#9ebe28
Saturated Shade of #b7d742
#bee237
Desaturated Shade of #b7d742
#b0cc4d
Grey scale Shade of #b7d742
#8c8c8c
Brighten Shade
#d0f05b
Most Readable Shade
#000000

Shades of #b7d742 color code

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

#b7d742
#a2bf3a
#8ea733
#7a8f2c
#657724
#515f1d
#3d4716
#282f0e
#141707
#000000

Similar Color like #b7d742 color

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

#b8d843
#b9d944
#bada45
#bbdb46
#bcdc47
#bddd48
#bede49
#bfdf4a
#c0e04b
#c1e14c
#c2e24d
#c3e34e
#c4e44f
#c5e550
#b6d641
#b5d540
#b4d43f
#b3d33e
#b2d23d
#b1d13c
#b0d03b
#afcf3a
#aece39
#adcd38
#accc37
#abcb36
#aaca35
#a9c934

Monochromatic Color with #b7d742

#b7d742
#020201
#262d0e
#4a571b
#6f8228
#93ac35

Tints of #b7d742 Color

#b7d742
#bfdb57
#c7df6c
#cfe481
#d7e896
#dfedab
#e7f1c0
#eff6d5
#f7faea
#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

#b7d742
#6242d7

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

Split Complementary

#b7d742
#426dd7
#ac42d7

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

Analogous Color

#d7bb42
#d5d742
#b7d742
#99d742
#7bd742

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

#b7d742
#42b7d7
#d742b7

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

#b7d742
#42d7ac
#6242d7
#d7426c

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

#b7d742
#6242d7
#ac42d7
#6dd742

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

#b7d742 Color Code Preview on Black Background Color

This is how #b7d742 Color will look on black background color. Color contrast ratio is 12.81

#b7d742 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7d742

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7d742

#b7d742 color code is use for CSS Background Color

Background color for the above div is #b7d742

HTML with inline CSS

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

#b7d742 color code is use for CSS Border Color

CSS Border color for the above div is #b7d742

HTML with inline CSS

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

CSS Border Left color for the above div is #b7d742

HTML with inline CSS

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

CSS Border Right color for the above div is #b7d742

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b7d742

HTML with inline CSS

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

CSS Border Top color for the above div is #b7d742

HTML with inline CSS

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

#b7d742 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b7d742 Color code Preview on White Background

This is how #b7d742 Color code will look on white background color. Color contrast ratio is 1.64

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

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.