Color: #C1E15E

#C1E15E Color Information

#C1E15E is a light color. The closest websafe version is #C1E15E. A complement of this color would be #8060E2, perceived brightness is 0.79, and the grayscale version is #A0A0A0.

In the HSL color space, this color has a hue angle of 75°,a saturation of 69%, and a lightness of 63%.The HSV representation shows a hue of 75°, a saturation of 58%, and a value of 88%.

In a RGB color space, #C1E15E is composed of 76% red, 88% green and 37% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 58% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 66.52, x: 0.3947, and y: 0.4876.

Color Code #C1E15E

#C1E15Ergb(193, 225, 94)
HEX
#C1E15E
RGB
rgb(193, 225, 94)
HSL
hsl(75, 69%, 63%)
HSV
hsv(75, 58%, 88%)
CMYK
14%, 0%, 58%, 12%
XYZ
X: 53.85, Y: 66.52, Z: 16.05
Lab
L: 85.26, a: -24.72, b: 58.72
Name

Shades of Color #C1E15E

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

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

#C1E15Ergb(193, 225, 94)

About #C1E15E Color Code

In the HSL color space, this color has a hue angle of 75°, a saturation of 69%, and a lightness of 63%. The HSV representation shows a hue of 75°, a saturation of 58%, and a value of 88%.

  • HEX: #C1E15E
  • RGB: rgb(193, 225, 94)
  • HSL: hsl(75, 69%, 63%)
  • HSV: hsv(75, 58%, 88%)
  • CMYK: 14.00% cyan, 0.00% magenta, 58.00% yellow, 12.00% black
  • XYZ: 53.85, 66.52, 16.05
  • Yxy: 66.52, 0.3947, 0.4876
  • Hunter Lab: 85.26, -24.72, 58.72
  • CIE-Lab: 85.26, -24.72, 58.72

In the XYZ color space, this color is represented as X: 53.85, Y: 66.52, Z: 16.05. The Yxy representation further refines this as Y: 66.52, x: 0.3947, and y: 0.4876.

In the Hunter Lab color space, this color is represented as L: 85.26, a: -24.72, and b: 58.72. Similarly, in the CIE-Lab color space, it is represented as L: 85.26, a: -24.72, and b: 58.72.

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

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

Analogous Colors of #C1E15E

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

Split Complementary Colors of #C1E15E

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

Tetradic Colors of #C1E15E

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

Monochromatic Colors of #C1E15E

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

Complementary Color of #C1E15E

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

/* Using HEX */
body {
  background-color: #c1e15e;
}
/* Using RGB */
body {
  background-color: rgb(193, 225, 94);
}
/* Using RGB with opacity */
body {
  background-color: rgba(193, 225, 94, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(75, 69%, 63%);
}
/* Text color */
p {
  color: #c1e15e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c1e15e;
}
/* Border color */
.box {
  border: 4px solid #c1e15e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c1e15e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c1e15e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C1E15E
On Black Background
#C1E15E
On White Background
#C1E15E

HTML Examples of #C1E15E

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

Related Colors of #C1E15E

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