Color: #C5EC36
#C5EC36 Color Information
#C5EC36 is a light color. The closest websafe version is #C5EC36. A complement of this color would be #5E36EC, perceived brightness is 0.80, and the grayscale version is #919191.
In the HSL color space, this color has a hue angle of 73°,a saturation of 83%, and a lightness of 57%.The HSV representation shows a hue of 73°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C5EC36 is composed of 77% red, 93% green and 21% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 77% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 72.78, x: 0.4040, and y: 0.5143.
Color Code #C5EC36
Shades of Color #C5EC36
Shades are created by darkening the original color #C5EC36 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 #C5EC36
Tints are created by lightening the original color #C5EC36 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 #C5EC36 Color Code
In the HSL color space, this color has a hue angle of 73°, a saturation of 83%, and a lightness of 57%. The HSV representation shows a hue of 73°, a saturation of 77%, and a value of 93%.
- HEX: #C5EC36
- RGB: rgb(197, 236, 54)
- HSL: hsl(73, 83%, 57%)
- HSV: hsv(73, 77%, 93%)
- CMYK: 17.00% cyan, 0.00% magenta, 77.00% yellow, 7.00% black
- XYZ: 57.17, 72.78, 11.56
- Yxy: 72.78, 0.4040, 0.5143
- Hunter Lab: 88.34, -29.69, 76.04
- CIE-Lab: 88.34, -29.69, 76.04
In the XYZ color space, this color is represented as X: 57.17, Y: 72.78, Z: 11.56. The Yxy representation further refines this as Y: 72.78, x: 0.4040, and y: 0.5143.
In the Hunter Lab color space, this color is represented as L: 88.34, a: -29.69, and b: 76.04. Similarly, in the CIE-Lab color space, it is represented as L: 88.34, a: -29.69, and b: 76.04.
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 #C5EC36
Triadic colors are three colors evenly spaced around the color wheel, including #C5EC36. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C5EC36
Monochromatic colors are variations of #C5EC36, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C5EC36
The complementary color of #C5EC36 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 #C5EC36
/* Using HEX */ body { background-color: #c5ec36; }
/* Using RGB */ body { background-color: rgb(197, 236, 54); }
/* Using RGB with opacity */ body { background-color: rgba(197, 236, 54, 0.5); }
/* Using HSL */ body { background-color: hsl(73, 83%, 57%); }
/* Text color */ p { color: #c5ec36; }
/* Box shadow */ div { box-shadow: 4px 4px #c5ec36; }
HTML Examples of #C5EC36
<!-- Using HEX --> <div style="background-color: #c5ec36; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(197, 236, 54); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(197, 236, 54, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(73, 83%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c5ec36;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c5ec36; width: 100px; height: 100px;"></div>
Related Colors of #C5EC36
These colors are similar to #C5EC36, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.