Color: #BCD30C
#BCD30C Color Information
#BCD30C is a light color. The closest websafe version is #BCD30C. A complement of this color would be #240CD4, perceived brightness is 0.71, and the grayscale version is #6F6F6F.
In the HSL color space, this color has a hue angle of 67°,a saturation of 89%, and a lightness of 44%.The HSV representation shows a hue of 67°, a saturation of 94%, and a value of 83%.
In a RGB color space, #BCD30C is composed of 74% red, 83% green and 5% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 94% yellow and 17% black.
In the Yxy color space, this color is represented as Y: 57.91, x: 0.4193, and y: 0.5158.
Color Code #BCD30C
Shades of Color #BCD30C
Shades are created by darkening the original color #BCD30C 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 #BCD30C
Tints are created by lightening the original color #BCD30C 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 #BCD30C Color Code
In the HSL color space, this color has a hue angle of 67°, a saturation of 89%, and a lightness of 44%. The HSV representation shows a hue of 67°, a saturation of 94%, and a value of 83%.
- HEX: #BCD30C
- RGB: rgb(188, 211, 12)
- HSL: hsl(67, 89%, 44%)
- HSV: hsv(67, 94%, 83%)
- CMYK: 11.00% cyan, 0.00% magenta, 94.00% yellow, 17.00% black
- XYZ: 47.07, 57.91, 7.29
- Yxy: 57.91, 0.4193, 0.5158
- Hunter Lab: 80.69, -23.08, 77.64
- CIE-Lab: 80.69, -23.08, 77.64
In the XYZ color space, this color is represented as X: 47.07, Y: 57.91, Z: 7.29. The Yxy representation further refines this as Y: 57.91, x: 0.4193, and y: 0.5158.
In the Hunter Lab color space, this color is represented as L: 80.69, a: -23.08, and b: 77.64. Similarly, in the CIE-Lab color space, it is represented as L: 80.69, a: -23.08, and b: 77.64.
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 #BCD30C
Triadic colors are three colors evenly spaced around the color wheel, including #BCD30C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BCD30C
Split complementary colors are two colors adjacent to the complementary color of #BCD30C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BCD30C
Monochromatic colors are variations of #BCD30C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCD30C
The complementary color of #BCD30C 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 #BCD30C
/* Using HEX */ body { background-color: #bcd30c; }
/* Using RGB */ body { background-color: rgb(188, 211, 12); }
/* Using RGB with opacity */ body { background-color: rgba(188, 211, 12, 0.5); }
/* Using HSL */ body { background-color: hsl(67, 89%, 44%); }
/* Text color */ p { color: #bcd30c; }
/* Box shadow */ div { box-shadow: 4px 4px #bcd30c; }
/* Border color */ .box { border: 4px solid #bcd30c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcd30c; }
/* Background with text */ div { background: #bcd30c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCD30C
<!-- Using HEX --> <div style="background-color: #bcd30c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 211, 12); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 211, 12, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(67, 89%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcd30c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcd30c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcd30c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcd30c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcd30c; color: #fff; padding: 16px; border-radius: 8px;"> #BCD30C </div>
Related Colors of #BCD30C
These colors are similar to #BCD30C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.