crispedge.com

Color picker

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

#bde13a hex color - Green - Warm color - Information

#bde13a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bde13a Color code in RGB color code model is created after adding 74.12% red color, 88.24% green color and 22.75% blue color. Hex #bde13a Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 74% yellow and 12% black.

Hex #bde13a color code is between #bbdd33 web safe hex color code and #ccee44 web safe hex color code. #bbdd33 is the nearest web safe color code. You can see here many more shades of #bde13a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebde13a#bde13a
RGB Decimal189, 225, 58rgb(189, 225, 58)
RGB Percent74%, 88%, 23%rgb(74%, 88%, 23%)
CSS RGBa189, 225, 58,1rgba(189,225,58,1)
CMYK Modelcmyk(16%,0%,74%,12%)
HSL Color Space73,74% ,55%hsl(73,74% ,55%)
HSV Color Space73°, 74%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011110000100111010
Octal27534172
Decimal18922558
Hexbde13a

Different shades of #bde13a color code.

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

Light Shade of #bde13a
#cce866
Dark Shade of #bde13a
#a5c91f
Saturated Shade of #bde13a
#c3ec2f
Desaturated Shade of #bde13a
#b7d645
Grey scale Shade of #bde13a
#8d8d8d
Brighten Shade
#d6fa53
Most Readable Shade
#000000

Shades of #bde13a color code

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

#bde13a
#a8c833
#93af2d
#7e9626
#697d20
#546419
#3f4b13
#2a320c
#151906
#000000

Similar Color like #bde13a color

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

#bee23b
#bfe33c
#c0e43d
#c1e53e
#c2e63f
#c3e740
#c4e841
#c5e942
#c6ea43
#c7eb44
#c8ec45
#c9ed46
#caee47
#cbef48
#bce039
#bbdf38
#bade37
#b9dd36
#b8dc35
#b7db34
#b6da33
#b5d932
#b4d831
#b3d730
#b2d62f
#b1d52e
#b0d42d
#afd32c

Monochromatic Color with #bde13a

#bde13a
#0a0c03
#2e370e
#526119
#768c24
#99b62f

Tints of #bde13a Color

#bde13a
#c4e44f
#cbe765
#d3eb7b
#daee91
#e1f1a7
#e9f5bd
#f0f8d3
#f7fbe9
#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

#bde13a
#5e3ae1

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

Split Complementary

#bde13a
#3a69e1
#b23ae1

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

Analogous Color

#e1c23a
#dee13a
#bde13a
#9ce13a
#7ae13a

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

#bde13a
#3abde1
#e13abd

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

#bde13a
#3ae1b1
#5e3ae1
#e13a6a

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

#bde13a
#5e3ae1
#b23ae1
#69e13a

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

#bde13a Color Code Preview on Black Background Color

This is how #bde13a Color will look on black background color. Color contrast ratio is 13.99

#bde13a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bde13a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bde13a

#bde13a color code is use for CSS Background Color

Background color for the above div is #bde13a

HTML with inline CSS

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

#bde13a color code is use for CSS Border Color

CSS Border color for the above div is #bde13a

HTML with inline CSS

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

CSS Border Left color for the above div is #bde13a

HTML with inline CSS

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

CSS Border Right color for the above div is #bde13a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bde13a

HTML with inline CSS

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

CSS Border Top color for the above div is #bde13a

HTML with inline CSS

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

#bde13a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bde13a Color code Preview on White Background

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

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.