Color: #C6DF1A

#C6DF1A Color Information

#C6DF1A is a light color. The closest websafe version is #C6DF1A. A complement of this color would be #351AE0, perceived brightness is 0.76, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 68°,a saturation of 79%, and a lightness of 49%.The HSV representation shows a hue of 68°, a saturation of 88%, and a value of 87%.

In a RGB color space, #C6DF1A is composed of 78% red, 87% green and 10% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 88% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 65.53, x: 0.4175, and y: 0.5143.

Color Code #C6DF1A

#C6DF1Argb(198, 223, 26)
HEX
#C6DF1A
RGB
rgb(198, 223, 26)
HSL
hsl(68, 79%, 49%)
HSV
hsv(68, 88%, 87%)
CMYK
11%, 0%, 88%, 13%
XYZ
X: 53.19, Y: 65.53, Z: 8.69
Lab
L: 84.75, a: -24.23, b: 79.27
Name

Shades of Color #C6DF1A

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

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

#C6DF1Argb(198, 223, 26)

About #C6DF1A Color Code

In the HSL color space, this color has a hue angle of 68°, a saturation of 79%, and a lightness of 49%. The HSV representation shows a hue of 68°, a saturation of 88%, and a value of 87%.

  • HEX: #C6DF1A
  • RGB: rgb(198, 223, 26)
  • HSL: hsl(68, 79%, 49%)
  • HSV: hsv(68, 88%, 87%)
  • CMYK: 11.00% cyan, 0.00% magenta, 88.00% yellow, 13.00% black
  • XYZ: 53.19, 65.53, 8.69
  • Yxy: 65.53, 0.4175, 0.5143
  • Hunter Lab: 84.75, -24.23, 79.27
  • CIE-Lab: 84.75, -24.23, 79.27

In the XYZ color space, this color is represented as X: 53.19, Y: 65.53, Z: 8.69. The Yxy representation further refines this as Y: 65.53, x: 0.4175, and y: 0.5143.

In the Hunter Lab color space, this color is represented as L: 84.75, a: -24.23, and b: 79.27. Similarly, in the CIE-Lab color space, it is represented as L: 84.75, a: -24.23, and b: 79.27.

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

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

Analogous Colors of #C6DF1A

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

Monochromatic Colors of #C6DF1A

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

Complementary Color of #C6DF1A

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

/* Using HEX */
body {
  background-color: #c6df1a;
}
/* Using RGB */
body {
  background-color: rgb(198, 223, 26);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 223, 26, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(68, 79%, 49%);
}
/* Text color */
p {
  color: #c6df1a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c6df1a;
}
/* Border color */
.box {
  border: 4px solid #c6df1a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c6df1a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c6df1a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C6DF1A
On Black Background
#C6DF1A
On White Background
#C6DF1A

HTML Examples of #C6DF1A

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

Related Colors of #C6DF1A

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