Color: #CFF981
#CFF981 Color Information
#CFF981 is a light color. The closest websafe version is #CFF981. A complement of this color would be #AB80F9, perceived brightness is 0.87, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 81°,a saturation of 91%, and a lightness of 74%.The HSV representation shows a hue of 81°, a saturation of 48%, and a value of 98%.
In a RGB color space, #CFF981 is composed of 81% red, 98% green and 51% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 48% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 83.12, x: 0.3804, and y: 0.4731.
Color Code #CFF981
Shades of Color #CFF981
Shades are created by darkening the original color #CFF981 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 #CFF981
Tints are created by lightening the original color #CFF981 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 #CFF981 Color Code
In the HSL color space, this color has a hue angle of 81°, a saturation of 91%, and a lightness of 74%. The HSV representation shows a hue of 81°, a saturation of 48%, and a value of 98%.
- HEX: #CFF981
- RGB: rgb(207, 249, 129)
- HSL: hsl(81, 91%, 74%)
- HSV: hsv(81, 48%, 98%)
- CMYK: 17.00% cyan, 0.00% magenta, 48.00% yellow, 2.00% black
- XYZ: 66.83, 83.12, 25.75
- Yxy: 83.12, 0.3804, 0.4731
- Hunter Lab: 93.07, -27.64, 52.40
- CIE-Lab: 93.07, -27.64, 52.40
In the XYZ color space, this color is represented as X: 66.83, Y: 83.12, Z: 25.75. The Yxy representation further refines this as Y: 83.12, x: 0.3804, and y: 0.4731.
In the Hunter Lab color space, this color is represented as L: 93.07, a: -27.64, and b: 52.40. Similarly, in the CIE-Lab color space, it is represented as L: 93.07, a: -27.64, and b: 52.40.
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 #CFF981
Triadic colors are three colors evenly spaced around the color wheel, including #CFF981. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CFF981
Split complementary colors are two colors adjacent to the complementary color of #CFF981. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CFF981
Monochromatic colors are variations of #CFF981, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CFF981
The complementary color of #CFF981 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 #CFF981
/* Using HEX */ body { background-color: #cff981; }
/* Using RGB */ body { background-color: rgb(207, 249, 129); }
/* Using RGB with opacity */ body { background-color: rgba(207, 249, 129, 0.5); }
/* Using HSL */ body { background-color: hsl(81, 91%, 74%); }
/* Text color */ p { color: #cff981; }
/* Box shadow */ div { box-shadow: 4px 4px #cff981; }
/* Border color */ .box { border: 4px solid #cff981; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cff981; }
/* Background with text */ div { background: #cff981; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CFF981
<!-- Using HEX --> <div style="background-color: #cff981; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 249, 129); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 249, 129, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(81, 91%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cff981;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cff981; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cff981; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cff981;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cff981; color: #fff; padding: 16px; border-radius: 8px;"> #CFF981 </div>
Related Colors of #CFF981
These colors are similar to #CFF981, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.