Color: #BDF243

#BDF243 Color Information

#BDF243 is a light color. The closest websafe version is #BDF243. A complement of this color would be #7945F2, perceived brightness is 0.81, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 78°,a saturation of 87%, and a lightness of 61%.The HSV representation shows a hue of 78°, a saturation of 72%, and a value of 95%.

In a RGB color space, #BDF243 is composed of 74% red, 95% green and 26% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 72% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 75.32, x: 0.3921, and y: 0.5165.

Color Code #BDF243

#BDF243rgb(189, 242, 67)
HEX
#BDF243
RGB
rgb(189, 242, 67)
HSL
hsl(78, 87%, 61%)
HSV
hsv(78, 72%, 95%)
CMYK
22%, 0%, 72%, 5%
XYZ
X: 57.18, Y: 75.32, Z: 13.34
Lab
L: 89.54, a: -34.83, b: 73.02
Name

Shades of Color #BDF243

Shades are created by darkening the original color #BDF243 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #BDF243

Tints are created by lightening the original color #BDF243 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#BDF243rgb(189, 242, 67)

About #BDF243 Color Code

In the HSL color space, this color has a hue angle of 78°, a saturation of 87%, and a lightness of 61%. The HSV representation shows a hue of 78°, a saturation of 72%, and a value of 95%.

  • HEX: #BDF243
  • RGB: rgb(189, 242, 67)
  • HSL: hsl(78, 87%, 61%)
  • HSV: hsv(78, 72%, 95%)
  • CMYK: 22.00% cyan, 0.00% magenta, 72.00% yellow, 5.00% black
  • XYZ: 57.18, 75.32, 13.34
  • Yxy: 75.32, 0.3921, 0.5165
  • Hunter Lab: 89.54, -34.83, 73.02
  • CIE-Lab: 89.54, -34.83, 73.02

In the XYZ color space, this color is represented as X: 57.18, Y: 75.32, Z: 13.34. The Yxy representation further refines this as Y: 75.32, x: 0.3921, and y: 0.5165.

In the Hunter Lab color space, this color is represented as L: 89.54, a: -34.83, and b: 73.02. Similarly, in the CIE-Lab color space, it is represented as L: 89.54, a: -34.83, and b: 73.02.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #BDF243

Triadic colors are three colors evenly spaced around the color wheel, including #BDF243. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BDF243

Analogous colors are adjacent to #BDF243 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #BDF243

Split complementary colors are two colors adjacent to the complementary color of #BDF243. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BDF243

Tetradic colors form a rectangle on the color wheel, including #BDF243. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BDF243

Monochromatic colors are variations of #BDF243, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BDF243

The complementary color of #BDF243 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #BDF243

/* Using HEX */
body {
  background-color: #bdf243;
}
/* Using RGB */
body {
  background-color: rgb(189, 242, 67);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 242, 67, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(78, 87%, 61%);
}
/* Text color */
p {
  color: #bdf243;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bdf243;
}
/* Border color */
.box {
  border: 4px solid #bdf243;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bdf243;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bdf243;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BDF243
On Black Background
#BDF243
On White Background
#BDF243

HTML Examples of #BDF243

<!-- Using HEX -->
<div style="background-color: #bdf243; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(189, 242, 67); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(189, 242, 67, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(78, 87%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bdf243;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bdf243; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bdf243; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bdf243;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bdf243; color: #fff; padding: 16px; border-radius: 8px;">
  #BDF243
</div>
#BDF243
On Black Background
#BDF243
On White Background
#BDF243

Related Colors of #BDF243

These colors are similar to #BDF243, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.