Color: #B0F28F

#B0F28F Color Information

#B0F28F is a light color. The closest websafe version is #B0F28F. A complement of this color would be #D08DF2, perceived brightness is 0.83, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 100°,a saturation of 79%, and a lightness of 75%.The HSV representation shows a hue of 100°, a saturation of 41%, and a value of 95%.

In a RGB color space, #B0F28F is composed of 69% red, 95% green and 56% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 0% magenta, 41% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 74.98, x: 0.3546, and y: 0.4661.

Color Code #B0F28F

#B0F28Frgb(176, 242, 143)
HEX
#B0F28F
RGB
rgb(176, 242, 143)
HSL
hsl(100, 79%, 75%)
HSV
hsv(100, 41%, 95%)
CMYK
27%, 0%, 41%, 5%
XYZ
X: 57.05, Y: 74.98, Z: 28.84
Lab
L: 89.38, a: -34.47, b: 40.81
Name

Shades of Color #B0F28F

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

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

#B0F28Frgb(176, 242, 143)

About #B0F28F Color Code

In the HSL color space, this color has a hue angle of 100°, a saturation of 79%, and a lightness of 75%. The HSV representation shows a hue of 100°, a saturation of 41%, and a value of 95%.

  • HEX: #B0F28F
  • RGB: rgb(176, 242, 143)
  • HSL: hsl(100, 79%, 75%)
  • HSV: hsv(100, 41%, 95%)
  • CMYK: 27.00% cyan, 0.00% magenta, 41.00% yellow, 5.00% black
  • XYZ: 57.05, 74.98, 28.84
  • Yxy: 74.98, 0.3546, 0.4661
  • Hunter Lab: 89.38, -34.47, 40.81
  • CIE-Lab: 89.38, -34.47, 40.81

In the XYZ color space, this color is represented as X: 57.05, Y: 74.98, Z: 28.84. The Yxy representation further refines this as Y: 74.98, x: 0.3546, and y: 0.4661.

In the Hunter Lab color space, this color is represented as L: 89.38, a: -34.47, and b: 40.81. Similarly, in the CIE-Lab color space, it is represented as L: 89.38, a: -34.47, and b: 40.81.

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

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

Analogous Colors of #B0F28F

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

Split Complementary Colors of #B0F28F

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

Tetradic Colors of #B0F28F

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

Monochromatic Colors of #B0F28F

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

Complementary Color of #B0F28F

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

/* Using HEX */
body {
  background-color: #b0f28f;
}
/* Using RGB */
body {
  background-color: rgb(176, 242, 143);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 242, 143, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(100, 79%, 75%);
}
/* Text color */
p {
  color: #b0f28f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b0f28f;
}
/* Border color */
.box {
  border: 4px solid #b0f28f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b0f28f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b0f28f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B0F28F
On Black Background
#B0F28F
On White Background
#B0F28F

HTML Examples of #B0F28F

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

Related Colors of #B0F28F

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