crispedge.com

Color picker

Loading...

#bddc4d hex color - Green - Warm color - Information

#bddc4d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bddc4d Color code in RGB color code model is created after adding 74.12% red color, 86.27% green color and 30.2% blue color. Hex #bddc4d Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 65% yellow and 14% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebddc4d#bddc4d
RGB Decimal189, 220, 77rgb(189, 220, 77)
RGB Percent74%, 86%, 30%rgb(74%, 86%, 30%)
CSS RGBa189, 220, 77,1rgba(189,220,77,1)
CMYK Modelcmyk(14%,0%,65%,14%)
HSL Color Space73,67% ,58%hsl(73,67% ,58%)
HSV Color Space73°, 65%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011101110001001101
Octal275334115
Decimal18922077
Hexbddc4d

Different shades of #bddc4d color code.

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

Light Shade of #bddc4d
#cde478
Dark Shade of #bddc4d
#aace28
Saturated Shade of #bddc4d
#c3e742
Desaturated Shade of #bddc4d
#b7d158
Grey scale Shade of #bddc4d
#949494
Brighten Shade
#d6f566
Most Readable Shade
#000000

Shades of #bddc4d color code

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

#bddc4d
#a8c344
#93ab3b
#7e9233
#697a2a
#546122
#3f4919
#2a3011
#151808
#000000

Similar Color like #bddc4d color

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

#bedd4e
#bfde4f
#c0df50
#c1e051
#c2e152
#c3e253
#c4e354
#c5e455
#c6e556
#c7e657
#c8e758
#c9e859
#cae95a
#cbea5b
#bcdb4c
#bbda4b
#bad94a
#b9d849
#b8d748
#b7d647
#b6d546
#b5d445
#b4d344
#b3d243
#b2d142
#b1d041
#b0cf40
#afce3f

Monochromatic Color with #bddc4d

#bddc4d
#060703
#2b3211
#4f5c20
#74872f
#98b13e

Tints of #bddc4d Color

#bddc4d
#c4df60
#cbe374
#d3e788
#daeb9c
#e1efaf
#e9f3c3
#f0f7d7
#f7fbeb
#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

#bddc4d
#6c4ddc

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

Split Complementary

#bddc4d
#4d76dc
#b44ddc

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

Analogous Color

#dcc24d
#dadc4d
#bddc4d
#a0dc4d
#84dc4d

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

#bddc4d
#4dbddc
#dc4dbd

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

#bddc4d
#4ddcb3
#6c4ddc
#dc4d75

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

#bddc4d
#6c4ddc
#b44ddc
#76dc4d

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

#bddc4d Color Code Preview on Black Background Color

This is how #bddc4d Color will look on black background color. Color contrast ratio is 13.51

#bddc4d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bddc4d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bddc4d

#bddc4d color code is use for CSS Background Color

Background color for the above div is #bddc4d

HTML with inline CSS

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

#bddc4d color code is use for CSS Border Color

CSS Border color for the above div is #bddc4d

HTML with inline CSS

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

CSS Border Left color for the above div is #bddc4d

HTML with inline CSS

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

CSS Border Right color for the above div is #bddc4d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bddc4d

HTML with inline CSS

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

CSS Border Top color for the above div is #bddc4d

HTML with inline CSS

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

#bddc4d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bddc4d Color code Preview on White Background

This is how #bddc4d Color code will look on white background color. Color contrast ratio is 1.55

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

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(189,220,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(108,77,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,220,77,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.