Color: #1DFC8C

#1DFC8C Color Information

#1DFC8C is a light color. The closest websafe version is #1DFC8C. A complement of this color would be #FC1D8C, perceived brightness is 0.68, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 150°,a saturation of 97%, and a lightness of 55%.The HSV representation shows a hue of 150°, a saturation of 100%, and a value of 100%.

In a RGB color space, #1DFC8C is composed of 11% red, 99% green and 55% blue. Whereas in a CMYK color space, it is composed of 88% cyan, 0% magenta, 44% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 71.65, x: 0.2949, and y: 0.5059.

Color Code #1DFC8C

HEX
#1DFC8C
RGB
rgb(29, 252, 140)
HSL
hsl(150, 97%, 55%)
HSV
hsv(150, 88%, 99%)
CMYK
88%, 0%, 44%, 1%
XYZ
X: 41.77, Y: 71.65, Z: 28.20
Lab
L: 87.80, a: -69.08, b: 39.14
Name

Shades of Color #1DFC8C

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

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

About #1DFC8C Color Code

In the HSL color space, this color has a hue angle of 150°, a saturation of 97%, and a lightness of 55%. The HSV representation shows a hue of 150°, a saturation of 88%, and a value of 99%.

  • HEX: #1DFC8C
  • RGB: rgb(29, 252, 140)
  • HSL: hsl(150, 97%, 55%)
  • HSV: hsv(150, 88%, 99%)
  • CMYK: 88.00% cyan, 0.00% magenta, 44.00% yellow, 100.00% black
  • XYZ: 41.77, 71.65, 28.20
  • Yxy: 71.65, 0.2949, 0.5059
  • Hunter Lab: 87.80, -69.08, 39.14
  • CIE-Lab: 87.80, -69.08, 39.14

In the XYZ color space, this color is represented as X: 41.77, Y: 71.65, Z: 28.20. The Yxy representation further refines this as Y: 71.65, x: 0.2949, and y: 0.5059.

In the Hunter Lab color space, this color is represented as L: 87.80, a: -69.08, and b: 39.14. Similarly, in the CIE-Lab color space, it is represented as L: 87.80, a: -69.08, and b: 39.14.

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 #1DFC8C

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

Analogous Colors of #1DFC8C

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

Monochromatic Colors of #1DFC8C

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

Complementary Color of #1DFC8C

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

/* Using HEX */
body {
  background-color: #1dfc8c;
}
/* Using RGB */
body {
  background-color: rgb(29, 252, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(29, 252, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(150, 97%, 55%);
}
/* Text color */
p {
  color: #1dfc8c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #1dfc8c;
}

HTML Examples of #1DFC8C

<!-- Using HEX -->
<div style="background-color: #1dfc8c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(29, 252, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(29, 252, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(150, 97%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #1dfc8c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #1dfc8c; width: 100px; height: 100px;"></div>

Related Colors of #1DFC8C

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