Color: #DBF47F
#DBF47F Color Information
#DBF47F is a light color. The closest websafe version is #DBF47F. A complement of this color would be #9980F4, perceived brightness is 0.88, and the grayscale version is #B9B9B9.
In the HSL color space, this color has a hue angle of 73°,a saturation of 84%, and a lightness of 73%.The HSV representation shows a hue of 73°, a saturation of 48%, and a value of 96%.
In a RGB color space, #DBF47F is composed of 86% red, 96% green and 50% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 48% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 81.90, x: 0.3916, and y: 0.4664.
Color Code #DBF47F
Shades of Color #DBF47F
Shades are created by darkening the original color #DBF47F 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 #DBF47F
Tints are created by lightening the original color #DBF47F 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 #DBF47F Color Code
In the HSL color space, this color has a hue angle of 73°, a saturation of 84%, and a lightness of 73%. The HSV representation shows a hue of 73°, a saturation of 48%, and a value of 96%.
- HEX: #DBF47F
- RGB: rgb(219, 244, 127)
- HSL: hsl(73, 84%, 73%)
- HSV: hsv(73, 48%, 96%)
- CMYK: 10.00% cyan, 0.00% magenta, 48.00% yellow, 4.00% black
- XYZ: 68.76, 81.90, 24.93
- Yxy: 81.90, 0.3916, 0.4664
- Hunter Lab: 92.53, -21.09, 52.93
- CIE-Lab: 92.53, -21.09, 52.93
In the XYZ color space, this color is represented as X: 68.76, Y: 81.90, Z: 24.93. The Yxy representation further refines this as Y: 81.90, x: 0.3916, and y: 0.4664.
In the Hunter Lab color space, this color is represented as L: 92.53, a: -21.09, and b: 52.93. Similarly, in the CIE-Lab color space, it is represented as L: 92.53, a: -21.09, and b: 52.93.
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 #DBF47F
Triadic colors are three colors evenly spaced around the color wheel, including #DBF47F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DBF47F
Split complementary colors are two colors adjacent to the complementary color of #DBF47F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DBF47F
Monochromatic colors are variations of #DBF47F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBF47F
The complementary color of #DBF47F 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 #DBF47F
/* Using HEX */ body { background-color: #dbf47f; }
/* Using RGB */ body { background-color: rgb(219, 244, 127); }
/* Using RGB with opacity */ body { background-color: rgba(219, 244, 127, 0.5); }
/* Using HSL */ body { background-color: hsl(73, 84%, 73%); }
/* Text color */ p { color: #dbf47f; }
/* Box shadow */ div { box-shadow: 4px 4px #dbf47f; }
/* Border color */ .box { border: 4px solid #dbf47f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbf47f; }
/* Background with text */ div { background: #dbf47f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBF47F
<!-- Using HEX --> <div style="background-color: #dbf47f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 244, 127); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 244, 127, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(73, 84%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbf47f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbf47f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbf47f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbf47f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbf47f; color: #fff; padding: 16px; border-radius: 8px;"> #DBF47F </div>
Related Colors of #DBF47F
These colors are similar to #DBF47F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.