Color: #CFD145

#CFD145 Color Information

#CFD145 is a light color. The closest websafe version is #CFD145. A complement of this color would be #4A47D1, perceived brightness is 0.75, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 61°,a saturation of 60%, and a lightness of 55%.The HSV representation shows a hue of 61°, a saturation of 67%, and a value of 82%.

In a RGB color space, #CFD145 is composed of 81% red, 82% green and 27% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 67% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 59.95, x: 0.4247, and y: 0.4840.

Color Code #CFD145

#CFD145rgb(207, 209, 69)
HEX
#CFD145
RGB
rgb(207, 209, 69)
HSL
hsl(61, 60%, 55%)
HSV
hsv(61, 67%, 82%)
CMYK
1%, 0%, 67%, 18%
XYZ
X: 52.61, Y: 59.95, Z: 11.31
Lab
L: 81.81, a: -13.03, b: 65.52
Name

Shades of Color #CFD145

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

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

#CFD145rgb(207, 209, 69)

About #CFD145 Color Code

In the HSL color space, this color has a hue angle of 61°, a saturation of 60%, and a lightness of 55%. The HSV representation shows a hue of 61°, a saturation of 67%, and a value of 82%.

  • HEX: #CFD145
  • RGB: rgb(207, 209, 69)
  • HSL: hsl(61, 60%, 55%)
  • HSV: hsv(61, 67%, 82%)
  • CMYK: 100.00% cyan, 0.00% magenta, 67.00% yellow, 18.00% black
  • XYZ: 52.61, 59.95, 11.31
  • Yxy: 59.95, 0.4247, 0.4840
  • Hunter Lab: 81.81, -13.03, 65.52
  • CIE-Lab: 81.81, -13.03, 65.52

In the XYZ color space, this color is represented as X: 52.61, Y: 59.95, Z: 11.31. The Yxy representation further refines this as Y: 59.95, x: 0.4247, and y: 0.4840.

In the Hunter Lab color space, this color is represented as L: 81.81, a: -13.03, and b: 65.52. Similarly, in the CIE-Lab color space, it is represented as L: 81.81, a: -13.03, and b: 65.52.

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

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

Analogous Colors of #CFD145

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

Split Complementary Colors of #CFD145

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

Tetradic Colors of #CFD145

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

Monochromatic Colors of #CFD145

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

Complementary Color of #CFD145

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

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

HTML Examples of #CFD145

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

Related Colors of #CFD145

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