Color: #CDF02D
#CDF02D Color Information
#CDF02D is a light color. The closest websafe version is #CDF02D. A complement of this color would be #512DF0, perceived brightness is 0.81, and the grayscale version is #8F8F8F.
In the HSL color space, this color has a hue angle of 71°,a saturation of 87%, and a lightness of 56%.The HSV representation shows a hue of 71°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CDF02D is composed of 80% red, 94% green and 18% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 81% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 76.21, x: 0.4093, and y: 0.5151.
Color Code #CDF02D
Shades of Color #CDF02D
Shades are created by darkening the original color #CDF02D 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 #CDF02D
Tints are created by lightening the original color #CDF02D 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 #CDF02D Color Code
In the HSL color space, this color has a hue angle of 71°, a saturation of 87%, and a lightness of 56%. The HSV representation shows a hue of 71°, a saturation of 81%, and a value of 94%.
- HEX: #CDF02D
- RGB: rgb(205, 240, 45)
- HSL: hsl(71, 87%, 56%)
- HSV: hsv(71, 81%, 94%)
- CMYK: 15.00% cyan, 0.00% magenta, 81.00% yellow, 6.00% black
- XYZ: 60.55, 76.21, 11.19
- Yxy: 76.21, 0.4093, 0.5151
- Hunter Lab: 89.96, -28.54, 79.94
- CIE-Lab: 89.96, -28.54, 79.94
In the XYZ color space, this color is represented as X: 60.55, Y: 76.21, Z: 11.19. The Yxy representation further refines this as Y: 76.21, x: 0.4093, and y: 0.5151.
In the Hunter Lab color space, this color is represented as L: 89.96, a: -28.54, and b: 79.94. Similarly, in the CIE-Lab color space, it is represented as L: 89.96, a: -28.54, and b: 79.94.
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 #CDF02D
Triadic colors are three colors evenly spaced around the color wheel, including #CDF02D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CDF02D
Monochromatic colors are variations of #CDF02D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDF02D
The complementary color of #CDF02D 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 #CDF02D
/* Using HEX */ body { background-color: #cdf02d; }
/* Using RGB */ body { background-color: rgb(205, 240, 45); }
/* Using RGB with opacity */ body { background-color: rgba(205, 240, 45, 0.5); }
/* Using HSL */ body { background-color: hsl(71, 87%, 56%); }
/* Text color */ p { color: #cdf02d; }
/* Box shadow */ div { box-shadow: 4px 4px #cdf02d; }
HTML Examples of #CDF02D
<!-- Using HEX --> <div style="background-color: #cdf02d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 240, 45); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 240, 45, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(71, 87%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cdf02d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cdf02d; width: 100px; height: 100px;"></div>
Related Colors of #CDF02D
These colors are similar to #CDF02D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.