Color: #CAF83C

#CAF83C Color Information

#CAF83C is a light color. The closest websafe version is #CAF83C. A complement of this color would be #6A3AF8, perceived brightness is 0.83, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 75°,a saturation of 93%, and a lightness of 60%.The HSV representation shows a hue of 75°, a saturation of 76%, and a value of 97%.

In a RGB color space, #CAF83C is composed of 79% red, 97% green and 24% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 0% magenta, 76% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 80.71, x: 0.3999, and y: 0.5160.

Color Code #CAF83C

#CAF83Crgb(202, 248, 60)
HEX
#CAF83C
RGB
rgb(202, 248, 60)
HSL
hsl(75, 93%, 60%)
HSV
hsv(75, 76%, 97%)
CMYK
19%, 0%, 76%, 3%
XYZ
X: 62.55, Y: 80.71, Z: 13.16
Lab
L: 92.00, a: -32.70, b: 77.74
Name

Shades of Color #CAF83C

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

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

#CAF83Crgb(202, 248, 60)

About #CAF83C Color Code

In the HSL color space, this color has a hue angle of 75°, a saturation of 93%, and a lightness of 60%. The HSV representation shows a hue of 75°, a saturation of 76%, and a value of 97%.

  • HEX: #CAF83C
  • RGB: rgb(202, 248, 60)
  • HSL: hsl(75, 93%, 60%)
  • HSV: hsv(75, 76%, 97%)
  • CMYK: 19.00% cyan, 0.00% magenta, 76.00% yellow, 3.00% black
  • XYZ: 62.55, 80.71, 13.16
  • Yxy: 80.71, 0.3999, 0.5160
  • Hunter Lab: 92.00, -32.70, 77.74
  • CIE-Lab: 92.00, -32.70, 77.74

In the XYZ color space, this color is represented as X: 62.55, Y: 80.71, Z: 13.16. The Yxy representation further refines this as Y: 80.71, x: 0.3999, and y: 0.5160.

In the Hunter Lab color space, this color is represented as L: 92.00, a: -32.70, and b: 77.74. Similarly, in the CIE-Lab color space, it is represented as L: 92.00, a: -32.70, and b: 77.74.

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

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

Analogous Colors of #CAF83C

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

Split Complementary Colors of #CAF83C

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

Tetradic Colors of #CAF83C

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

Monochromatic Colors of #CAF83C

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

Complementary Color of #CAF83C

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

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

HTML Examples of #CAF83C

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

Related Colors of #CAF83C

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