Color #BDD54E

HEX

#BDD54E

RGB

(189, 213, 78)

Quick Actions

Color Values

Color Space Values
RGB
R: 189, G: 213, B: 78 (74%, 84%, 31%)
CMYK C: 11%, M: 0%, Y: 63%, K: 16%
HSL H: 71°, S: 62%, L: 57%
HSV H: 71°, S: 63%, V: 84%
CIE-LAB L: 81.27, a: -26.25, b: 61.84
CIE-LCH L: 81.27, C: 67.18, H: 113
Hunter-Lab L: 76.79, a: -29.17, b: 39.03
Web Safe
#cccc66
Complementary
#664ed5

#BDD54E is a color with RGB values of 189 red, 213 green, and 78 blue (74%, 84%, 31% respectively). In the CMYK color space, it consists of 11% cyan, 0% magenta, 63% yellow, and 16% black. The color has a hue angle of 71°, 62% saturation, and 57% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccc66. The complementary color is #664ed5, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #BDD54E

Explore different variations of #BDD54E including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #BDD54E. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #BDD54E

Explore different color combinations and harmonies that work well with #BDD54E.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #BDD54E

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #BDD54E

Text with #BDD54E

This text has a font color of #BDD54E.

<span style="color:#BDD54E;">Text here</span>
.text { color: #BDD54E; }

#BDD54E background color

This paragraph has a background color of #BDD54E.

<p style="background-color:#BDD54E;">Content here</p>
.background { background-color: #BDD54E; }

#BDD54E border color

This element has a border color of #BDD54E.
<div style="border:1px solid #BDD54E;">Content here</div>
.border { border: 1px solid #BDD54E; }

#BDD54E box shadow

This element has a box shadow using #BDD54E.
<div style="box-shadow: 0 4px 6px -1px #BDD54E80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #BDD54E80; }
Copied to clipboard!