Color: #DBF84C
#DBF84C Color Information
#DBF84C is a light color. The closest websafe version is #DBF84C. A complement of this color would be #6B4FF8, perceived brightness is 0.86, and the grayscale version is #A2A2A2.
In the HSL color space, this color has a hue angle of 70°,a saturation of 92%, and a lightness of 64%.The HSV representation shows a hue of 70°, a saturation of 69%, and a value of 97%.
In a RGB color space, #DBF84C is composed of 86% red, 97% green and 30% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 69% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 83.49, x: 0.4080, and y: 0.5005.
Color Code #DBF84C
Shades of Color #DBF84C
Shades are created by darkening the original color #DBF84C 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 #DBF84C
Tints are created by lightening the original color #DBF84C 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.
About #DBF84C Color Code
In the HSL color space, this color has a hue angle of 70°, a saturation of 92%, and a lightness of 64%. The HSV representation shows a hue of 70°, a saturation of 69%, and a value of 97%.
- HEX: #DBF84C
- RGB: rgb(219, 248, 76)
- HSL: hsl(70, 92%, 64%)
- HSV: hsv(70, 69%, 97%)
- CMYK: 12.00% cyan, 0.00% magenta, 69.00% yellow, 3.00% black
- XYZ: 68.07, 83.49, 15.26
- Yxy: 83.49, 0.4080, 0.5005
- Hunter Lab: 93.23, -25.61, 74.37
- CIE-Lab: 93.23, -25.61, 74.37
In the XYZ color space, this color is represented as X: 68.07, Y: 83.49, Z: 15.26. The Yxy representation further refines this as Y: 83.49, x: 0.4080, and y: 0.5005.
In the Hunter Lab color space, this color is represented as L: 93.23, a: -25.61, and b: 74.37. Similarly, in the CIE-Lab color space, it is represented as L: 93.23, a: -25.61, and b: 74.37.
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 #DBF84C
Triadic colors are three colors evenly spaced around the color wheel, including #DBF84C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DBF84C
Split complementary colors are two colors adjacent to the complementary color of #DBF84C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DBF84C
Monochromatic colors are variations of #DBF84C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBF84C
The complementary color of #DBF84C 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 #DBF84C
/* Using HEX */ body { background-color: #dbf84c; }
/* Using RGB */ body { background-color: rgb(219, 248, 76); }
/* Using RGB with opacity */ body { background-color: rgba(219, 248, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(70, 92%, 64%); }
/* Text color */ p { color: #dbf84c; }
/* Box shadow */ div { box-shadow: 4px 4px #dbf84c; }
/* Border color */ .box { border: 4px solid #dbf84c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbf84c; }
/* Background with text */ div { background: #dbf84c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBF84C
<!-- Using HEX --> <div style="background-color: #dbf84c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 248, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 248, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(70, 92%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbf84c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbf84c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbf84c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbf84c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbf84c; color: #fff; padding: 16px; border-radius: 8px;"> #DBF84C </div>
Related Colors of #DBF84C
These colors are similar to #DBF84C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.