Color: #C0D75D

#C0D75D Color Information

#C0D75D is a light color. The closest websafe version is #C0D75D. A complement of this color would be #725CD6, perceived brightness is 0.76, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 71°,a saturation of 60%, and a lightness of 60%.The HSV representation shows a hue of 71°, a saturation of 57%, and a value of 84%.

In a RGB color space, #C0D75D is composed of 75% red, 84% green and 36% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 57% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 61.11, x: 0.3994, and y: 0.4813.

Color Code #C0D75D

#C0D75Drgb(192, 215, 93)
HEX
#C0D75D
RGB
rgb(192, 215, 93)
HSL
hsl(71, 60%, 60%)
HSV
hsv(71, 57%, 84%)
CMYK
11%, 0%, 57%, 16%
XYZ
X: 50.72, Y: 61.11, Z: 15.15
Lab
L: 82.44, a: -20.68, b: 56.05
Name

Shades of Color #C0D75D

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

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

#C0D75Drgb(192, 215, 93)

About #C0D75D Color Code

In the HSL color space, this color has a hue angle of 71°, a saturation of 60%, and a lightness of 60%. The HSV representation shows a hue of 71°, a saturation of 57%, and a value of 84%.

  • HEX: #C0D75D
  • RGB: rgb(192, 215, 93)
  • HSL: hsl(71, 60%, 60%)
  • HSV: hsv(71, 57%, 84%)
  • CMYK: 11.00% cyan, 0.00% magenta, 57.00% yellow, 16.00% black
  • XYZ: 50.72, 61.11, 15.15
  • Yxy: 61.11, 0.3994, 0.4813
  • Hunter Lab: 82.44, -20.68, 56.05
  • CIE-Lab: 82.44, -20.68, 56.05

In the XYZ color space, this color is represented as X: 50.72, Y: 61.11, Z: 15.15. The Yxy representation further refines this as Y: 61.11, x: 0.3994, and y: 0.4813.

In the Hunter Lab color space, this color is represented as L: 82.44, a: -20.68, and b: 56.05. Similarly, in the CIE-Lab color space, it is represented as L: 82.44, a: -20.68, and b: 56.05.

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

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

Analogous Colors of #C0D75D

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

Split Complementary Colors of #C0D75D

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

Tetradic Colors of #C0D75D

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

Monochromatic Colors of #C0D75D

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

Complementary Color of #C0D75D

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

/* Using HEX */
body {
  background-color: #c0d75d;
}
/* Using RGB */
body {
  background-color: rgb(192, 215, 93);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 215, 93, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(71, 60%, 60%);
}
/* Text color */
p {
  color: #c0d75d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c0d75d;
}
/* Border color */
.box {
  border: 4px solid #c0d75d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c0d75d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c0d75d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C0D75D
On Black Background
#C0D75D
On White Background
#C0D75D

HTML Examples of #C0D75D

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

Related Colors of #C0D75D

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