Color: #C7E70D

#C7E70D Color Information

#C7E70D is a light color. The closest websafe version is #C7E70D. A complement of this color would be #2E0DE7, perceived brightness is 0.77, and the grayscale version is #7A7A7A.

In the HSL color space, this color has a hue angle of 69°,a saturation of 89%, and a lightness of 48%.The HSV representation shows a hue of 69°, a saturation of 94%, and a value of 91%.

In a RGB color space, #C7E70D is composed of 78% red, 91% green and 5% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 94% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 70.02, x: 0.4141, and y: 0.5202.

Color Code #C7E70D

#C7E70Drgb(199, 231, 13)
HEX
#C7E70D
RGB
rgb(199, 231, 13)
HSL
hsl(69, 89%, 48%)
HSV
hsv(69, 94%, 91%)
CMYK
14%, 0%, 94%, 9%
XYZ
X: 55.73, Y: 70.02, Z: 8.84
Lab
L: 87.01, a: -27.49, b: 82.60
Name

Shades of Color #C7E70D

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

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

#C7E70Drgb(199, 231, 13)

About #C7E70D Color Code

In the HSL color space, this color has a hue angle of 69°, a saturation of 89%, and a lightness of 48%. The HSV representation shows a hue of 69°, a saturation of 94%, and a value of 91%.

  • HEX: #C7E70D
  • RGB: rgb(199, 231, 13)
  • HSL: hsl(69, 89%, 48%)
  • HSV: hsv(69, 94%, 91%)
  • CMYK: 14.00% cyan, 0.00% magenta, 94.00% yellow, 9.00% black
  • XYZ: 55.73, 70.02, 8.84
  • Yxy: 70.02, 0.4141, 0.5202
  • Hunter Lab: 87.01, -27.49, 82.60
  • CIE-Lab: 87.01, -27.49, 82.60

In the XYZ color space, this color is represented as X: 55.73, Y: 70.02, Z: 8.84. The Yxy representation further refines this as Y: 70.02, x: 0.4141, and y: 0.5202.

In the Hunter Lab color space, this color is represented as L: 87.01, a: -27.49, and b: 82.60. Similarly, in the CIE-Lab color space, it is represented as L: 87.01, a: -27.49, and b: 82.60.

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

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

Analogous Colors of #C7E70D

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

Split Complementary Colors of #C7E70D

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

Tetradic Colors of #C7E70D

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

Monochromatic Colors of #C7E70D

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

Complementary Color of #C7E70D

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

/* Using HEX */
body {
  background-color: #c7e70d;
}
/* Using RGB */
body {
  background-color: rgb(199, 231, 13);
}
/* Using RGB with opacity */
body {
  background-color: rgba(199, 231, 13, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(69, 89%, 48%);
}
/* Text color */
p {
  color: #c7e70d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c7e70d;
}
/* Border color */
.box {
  border: 4px solid #c7e70d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c7e70d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c7e70d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C7E70D
On Black Background
#C7E70D
On White Background
#C7E70D

HTML Examples of #C7E70D

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

Related Colors of #C7E70D

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