Color: #DCFF50

#DCFF50 Color Information

#DCFF50 is a light color. The closest websafe version is #DCFF50. A complement of this color would be #7452FF, perceived brightness is 0.88, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 72°,a saturation of 99%, and a lightness of 66%.The HSV representation shows a hue of 72°, a saturation of 69%, and a value of 100%.

In a RGB color space, #DCFF50 is composed of 86% red, 100% green and 31% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 69% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 88.10, x: 0.4040, and y: 0.5023.

Color Code #DCFF50

#DCFF50rgb(220, 255, 80)
HEX
#DCFF50
RGB
rgb(220, 255, 80)
HSL
hsl(72, 100%, 66%)
HSV
hsv(72, 69%, 100%)
CMYK
14%, 0%, 69%, 0%
XYZ
X: 70.86, Y: 88.10, Z: 16.44
Lab
L: 95.20, a: -28.10, b: 74.93
Name

Shades of Color #DCFF50

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

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

#DCFF50rgb(220, 255, 80)

About #DCFF50 Color Code

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

  • HEX: #DCFF50
  • RGB: rgb(220, 255, 80)
  • HSL: hsl(72, 100%, 66%)
  • HSV: hsv(72, 69%, 100%)
  • CMYK: 14.00% cyan, 0.00% magenta, 69.00% yellow, 0.00% black
  • XYZ: 70.86, 88.10, 16.44
  • Yxy: 88.10, 0.4040, 0.5023
  • Hunter Lab: 95.20, -28.10, 74.93
  • CIE-Lab: 95.20, -28.10, 74.93

In the XYZ color space, this color is represented as X: 70.86, Y: 88.10, Z: 16.44. The Yxy representation further refines this as Y: 88.10, x: 0.4040, and y: 0.5023.

In the Hunter Lab color space, this color is represented as L: 95.20, a: -28.10, and b: 74.93. Similarly, in the CIE-Lab color space, it is represented as L: 95.20, a: -28.10, and b: 74.93.

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

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

Analogous Colors of #DCFF50

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

Split Complementary Colors of #DCFF50

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

Tetradic Colors of #DCFF50

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

Monochromatic Colors of #DCFF50

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

Complementary Color of #DCFF50

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

/* Using HEX */
body {
  background-color: #dcff50;
}
/* Using RGB */
body {
  background-color: rgb(220, 255, 80);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 255, 80, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(72, 100%, 66%);
}
/* Text color */
p {
  color: #dcff50;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dcff50;
}
/* Border color */
.box {
  border: 4px solid #dcff50;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dcff50;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dcff50;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DCFF50
On Black Background
#DCFF50
On White Background
#DCFF50

HTML Examples of #DCFF50

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

Related Colors of #DCFF50

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