Color: #CAF51A

#CAF51A Color Information

#CAF51A is a light color. The closest websafe version is #CAF51A. A complement of this color would be #4519F5, perceived brightness is 0.81, and the grayscale version is #888888.

In the HSL color space, this color has a hue angle of 72°,a saturation of 92%, and a lightness of 53%.The HSV representation shows a hue of 72°, a saturation of 89%, and a value of 96%.

In a RGB color space, #CAF51A is composed of 79% red, 96% green and 10% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 89% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 78.66, x: 0.4067, and y: 0.5239.

Color Code #CAF51A

#CAF51Argb(202, 245, 26)
HEX
#CAF51A
RGB
rgb(202, 245, 26)
HSL
hsl(72, 92%, 53%)
HSV
hsv(72, 89%, 96%)
CMYK
18%, 0%, 89%, 4%
XYZ
X: 61.06, Y: 78.66, Z: 10.43
Lab
L: 91.08, a: -32.18, b: 84.26
Name

Shades of Color #CAF51A

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

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

#CAF51Argb(202, 245, 26)

About #CAF51A Color Code

In the HSL color space, this color has a hue angle of 72°, a saturation of 92%, and a lightness of 53%. The HSV representation shows a hue of 72°, a saturation of 89%, and a value of 96%.

  • HEX: #CAF51A
  • RGB: rgb(202, 245, 26)
  • HSL: hsl(72, 92%, 53%)
  • HSV: hsv(72, 89%, 96%)
  • CMYK: 18.00% cyan, 0.00% magenta, 89.00% yellow, 4.00% black
  • XYZ: 61.06, 78.66, 10.43
  • Yxy: 78.66, 0.4067, 0.5239
  • Hunter Lab: 91.08, -32.18, 84.26
  • CIE-Lab: 91.08, -32.18, 84.26

In the XYZ color space, this color is represented as X: 61.06, Y: 78.66, Z: 10.43. The Yxy representation further refines this as Y: 78.66, x: 0.4067, and y: 0.5239.

In the Hunter Lab color space, this color is represented as L: 91.08, a: -32.18, and b: 84.26. Similarly, in the CIE-Lab color space, it is represented as L: 91.08, a: -32.18, and b: 84.26.

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

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

Analogous Colors of #CAF51A

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

Split Complementary Colors of #CAF51A

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

Tetradic Colors of #CAF51A

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

Monochromatic Colors of #CAF51A

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

Complementary Color of #CAF51A

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

/* Using HEX */
body {
  background-color: #caf51a;
}
/* Using RGB */
body {
  background-color: rgb(202, 245, 26);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 245, 26, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(72, 92%, 53%);
}
/* Text color */
p {
  color: #caf51a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #caf51a;
}
/* Border color */
.box {
  border: 4px solid #caf51a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #caf51a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #caf51a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CAF51A
On Black Background
#CAF51A
On White Background
#CAF51A

HTML Examples of #CAF51A

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

Related Colors of #CAF51A

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