Color: #DEF52E

#DEF52E Color Information

#DEF52E is a light color. The closest websafe version is #DEF52E. A complement of this color would be #452EF5, perceived brightness is 0.84, and the grayscale version is #929292.

In the HSL color space, this color has a hue angle of 67°,a saturation of 91%, and a lightness of 57%.The HSV representation shows a hue of 67°, a saturation of 81%, and a value of 96%.

In a RGB color space, #DEF52E is composed of 87% red, 96% green and 18% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 81% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 81.88, x: 0.4183, and y: 0.5082.

Color Code #DEF52E

#DEF52Ergb(222, 245, 46)
HEX
#DEF52E
RGB
rgb(222, 245, 46)
HSL
hsl(67, 91%, 57%)
HSV
hsv(67, 81%, 96%)
CMYK
9%, 0%, 81%, 4%
XYZ
X: 67.40, Y: 81.88, Z: 11.84
Lab
L: 92.52, a: -24.01, b: 82.41
Name

Shades of Color #DEF52E

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

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

#DEF52Ergb(222, 245, 46)

About #DEF52E Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 91%, and a lightness of 57%. The HSV representation shows a hue of 67°, a saturation of 81%, and a value of 96%.

  • HEX: #DEF52E
  • RGB: rgb(222, 245, 46)
  • HSL: hsl(67, 91%, 57%)
  • HSV: hsv(67, 81%, 96%)
  • CMYK: 9.00% cyan, 0.00% magenta, 81.00% yellow, 4.00% black
  • XYZ: 67.40, 81.88, 11.84
  • Yxy: 81.88, 0.4183, 0.5082
  • Hunter Lab: 92.52, -24.01, 82.41
  • CIE-Lab: 92.52, -24.01, 82.41

In the XYZ color space, this color is represented as X: 67.40, Y: 81.88, Z: 11.84. The Yxy representation further refines this as Y: 81.88, x: 0.4183, and y: 0.5082.

In the Hunter Lab color space, this color is represented as L: 92.52, a: -24.01, and b: 82.41. Similarly, in the CIE-Lab color space, it is represented as L: 92.52, a: -24.01, and b: 82.41.

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

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

Analogous Colors of #DEF52E

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

Split Complementary Colors of #DEF52E

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

Tetradic Colors of #DEF52E

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

Monochromatic Colors of #DEF52E

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

Complementary Color of #DEF52E

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

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

HTML Examples of #DEF52E

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

Related Colors of #DEF52E

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