Color: #DCF04C

#DCF04C Color Information

#DCF04C is a light color. The closest websafe version is #DCF04C. A complement of this color would be #5F4CF0, perceived brightness is 0.84, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 67°,a saturation of 85%, and a lightness of 62%.The HSV representation shows a hue of 67°, a saturation of 68%, and a value of 94%.

In a RGB color space, #DCF04C is composed of 86% red, 94% green and 30% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 68% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 78.83, x: 0.4132, and y: 0.4950.

Color Code #DCF04C

#DCF04Crgb(220, 240, 76)
HEX
#DCF04C
RGB
rgb(220, 240, 76)
HSL
hsl(67, 85%, 62%)
HSV
hsv(67, 68%, 94%)
CMYK
8%, 0%, 68%, 6%
XYZ
X: 65.80, Y: 78.83, Z: 14.62
Lab
L: 91.16, a: -21.69, b: 72.42
Name

Shades of Color #DCF04C

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

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

#DCF04Crgb(220, 240, 76)

About #DCF04C Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 85%, and a lightness of 62%. The HSV representation shows a hue of 67°, a saturation of 68%, and a value of 94%.

  • HEX: #DCF04C
  • RGB: rgb(220, 240, 76)
  • HSL: hsl(67, 85%, 62%)
  • HSV: hsv(67, 68%, 94%)
  • CMYK: 8.00% cyan, 0.00% magenta, 68.00% yellow, 6.00% black
  • XYZ: 65.80, 78.83, 14.62
  • Yxy: 78.83, 0.4132, 0.4950
  • Hunter Lab: 91.16, -21.69, 72.42
  • CIE-Lab: 91.16, -21.69, 72.42

In the XYZ color space, this color is represented as X: 65.80, Y: 78.83, Z: 14.62. The Yxy representation further refines this as Y: 78.83, x: 0.4132, and y: 0.4950.

In the Hunter Lab color space, this color is represented as L: 91.16, a: -21.69, and b: 72.42. Similarly, in the CIE-Lab color space, it is represented as L: 91.16, a: -21.69, and b: 72.42.

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

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

Analogous Colors of #DCF04C

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

Split Complementary Colors of #DCF04C

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

Tetradic Colors of #DCF04C

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

Monochromatic Colors of #DCF04C

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

Complementary Color of #DCF04C

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

/* Using HEX */
body {
  background-color: #dcf04c;
}
/* Using RGB */
body {
  background-color: rgb(220, 240, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 240, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 85%, 62%);
}
/* Text color */
p {
  color: #dcf04c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dcf04c;
}
/* Border color */
.box {
  border: 4px solid #dcf04c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dcf04c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dcf04c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DCF04C
On Black Background
#DCF04C
On White Background
#DCF04C

HTML Examples of #DCF04C

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

Related Colors of #DCF04C

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