Color: #C3D56D
#C3D56D Color Information
#C3D56D is a light color. The closest websafe version is #C3D56D. A complement of this color would be #7E6DD5, perceived brightness is 0.77, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 70°,a saturation of 55%, and a lightness of 63%.The HSV representation shows a hue of 70°, a saturation of 49%, and a value of 84%.
In a RGB color space, #C3D56D is composed of 76% red, 84% green and 43% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 49% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 60.77, x: 0.3954, and y: 0.4656.
Color Code #C3D56D
Shades of Color #C3D56D
Shades are created by darkening the original color #C3D56D 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 #C3D56D
Tints are created by lightening the original color #C3D56D 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 #C3D56D Color Code
In the HSL color space, this color has a hue angle of 70°, a saturation of 55%, and a lightness of 63%. The HSV representation shows a hue of 70°, a saturation of 49%, and a value of 84%.
- HEX: #C3D56D
- RGB: rgb(195, 213, 109)
- HSL: hsl(70, 55%, 63%)
- HSV: hsv(70, 49%, 84%)
- CMYK: 8.00% cyan, 0.00% magenta, 49.00% yellow, 16.00% black
- XYZ: 51.61, 60.77, 18.14
- Yxy: 60.77, 0.3954, 0.4656
- Hunter Lab: 82.25, -17.55, 48.69
- CIE-Lab: 82.25, -17.55, 48.69
In the XYZ color space, this color is represented as X: 51.61, Y: 60.77, Z: 18.14. The Yxy representation further refines this as Y: 60.77, x: 0.3954, and y: 0.4656.
In the Hunter Lab color space, this color is represented as L: 82.25, a: -17.55, and b: 48.69. Similarly, in the CIE-Lab color space, it is represented as L: 82.25, a: -17.55, and b: 48.69.
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 #C3D56D
Triadic colors are three colors evenly spaced around the color wheel, including #C3D56D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C3D56D
Split complementary colors are two colors adjacent to the complementary color of #C3D56D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C3D56D
Monochromatic colors are variations of #C3D56D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C3D56D
The complementary color of #C3D56D 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 #C3D56D
/* Using HEX */ body { background-color: #c3d56d; }
/* Using RGB */ body { background-color: rgb(195, 213, 109); }
/* Using RGB with opacity */ body { background-color: rgba(195, 213, 109, 0.5); }
/* Using HSL */ body { background-color: hsl(70, 55%, 63%); }
/* Text color */ p { color: #c3d56d; }
/* Box shadow */ div { box-shadow: 4px 4px #c3d56d; }
/* Border color */ .box { border: 4px solid #c3d56d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c3d56d; }
/* Background with text */ div { background: #c3d56d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C3D56D
<!-- Using HEX --> <div style="background-color: #c3d56d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(195, 213, 109); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(195, 213, 109, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(70, 55%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c3d56d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c3d56d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c3d56d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c3d56d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c3d56d; color: #fff; padding: 16px; border-radius: 8px;"> #C3D56D </div>
Related Colors of #C3D56D
These colors are similar to #C3D56D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.