Color: #B7D25E

#B7D25E Color Information

#B7D25E is a light color. The closest websafe version is #B7D25E. A complement of this color would be #7B60D2, perceived brightness is 0.74, and the grayscale version is #989898.

In the HSL color space, this color has a hue angle of 74°,a saturation of 56%, and a lightness of 60%.The HSV representation shows a hue of 74°, a saturation of 55%, and a value of 82%.

In a RGB color space, #B7D25E is composed of 72% red, 82% green and 37% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 55% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 57.42, x: 0.3942, and y: 0.4809.

Color Code #B7D25E

#B7D25Ergb(183, 210, 94)
HEX
#B7D25E
RGB
rgb(183, 210, 94)
HSL
hsl(74, 56%, 60%)
HSV
hsv(74, 55%, 82%)
CMYK
13%, 0%, 55%, 18%
XYZ
X: 47.07, Y: 57.42, Z: 14.91
Lab
L: 80.41, a: -21.89, b: 53.16
Name

Shades of Color #B7D25E

Shades are created by darkening the original color #B7D25E 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 #B7D25E

Tints are created by lightening the original color #B7D25E 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.

#B7D25Ergb(183, 210, 94)

About #B7D25E Color Code

In the HSL color space, this color has a hue angle of 74°, a saturation of 56%, and a lightness of 60%. The HSV representation shows a hue of 74°, a saturation of 55%, and a value of 82%.

  • HEX: #B7D25E
  • RGB: rgb(183, 210, 94)
  • HSL: hsl(74, 56%, 60%)
  • HSV: hsv(74, 55%, 82%)
  • CMYK: 13.00% cyan, 0.00% magenta, 55.00% yellow, 18.00% black
  • XYZ: 47.07, 57.42, 14.91
  • Yxy: 57.42, 0.3942, 0.4809
  • Hunter Lab: 80.41, -21.89, 53.16
  • CIE-Lab: 80.41, -21.89, 53.16

In the XYZ color space, this color is represented as X: 47.07, Y: 57.42, Z: 14.91. The Yxy representation further refines this as Y: 57.42, x: 0.3942, and y: 0.4809.

In the Hunter Lab color space, this color is represented as L: 80.41, a: -21.89, and b: 53.16. Similarly, in the CIE-Lab color space, it is represented as L: 80.41, a: -21.89, and b: 53.16.

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 #B7D25E

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

Analogous Colors of #B7D25E

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

Monochromatic Colors of #B7D25E

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

Complementary Color of #B7D25E

The complementary color of #B7D25E 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 #B7D25E

/* Using HEX */
body {
  background-color: #b7d25e;
}
/* Using RGB */
body {
  background-color: rgb(183, 210, 94);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 210, 94, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(74, 56%, 60%);
}
/* Text color */
p {
  color: #b7d25e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b7d25e;
}
/* Border color */
.box {
  border: 4px solid #b7d25e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b7d25e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b7d25e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B7D25E
On Black Background
#B7D25E
On White Background
#B7D25E

HTML Examples of #B7D25E

<!-- Using HEX -->
<div style="background-color: #b7d25e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(183, 210, 94); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(183, 210, 94, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(74, 56%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b7d25e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b7d25e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b7d25e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b7d25e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b7d25e; color: #fff; padding: 16px; border-radius: 8px;">
  #B7D25E
</div>
#B7D25E
On Black Background
#B7D25E
On White Background
#B7D25E

Related Colors of #B7D25E

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