Color: #CBE74B
#CBE74B Color Information
#CBE74B is a light color. The closest websafe version is #CBE74B. A complement of this color would be #684BE7, perceived brightness is 0.80, and the grayscale version is #999999.
In the HSL color space, this color has a hue angle of 71°,a saturation of 76%, and a lightness of 60%.The HSV representation shows a hue of 71°, a saturation of 68%, and a value of 91%.
In a RGB color space, #CBE74B is composed of 80% red, 91% green and 29% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 68% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 71.00, x: 0.4059, and y: 0.4985.
Color Code #CBE74B
Shades of Color #CBE74B
Shades are created by darkening the original color #CBE74B 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 #CBE74B
Tints are created by lightening the original color #CBE74B 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 #CBE74B Color Code
In the HSL color space, this color has a hue angle of 71°, a saturation of 76%, and a lightness of 60%. The HSV representation shows a hue of 71°, a saturation of 68%, and a value of 91%.
- HEX: #CBE74B
- RGB: rgb(203, 231, 75)
- HSL: hsl(71, 76%, 60%)
- HSV: hsv(71, 68%, 91%)
- CMYK: 12.00% cyan, 0.00% magenta, 68.00% yellow, 9.00% black
- XYZ: 57.82, 71.00, 13.62
- Yxy: 71.00, 0.4059, 0.4985
- Hunter Lab: 87.49, -24.42, 68.72
- CIE-Lab: 87.49, -24.42, 68.72
In the XYZ color space, this color is represented as X: 57.82, Y: 71.00, Z: 13.62. The Yxy representation further refines this as Y: 71.00, x: 0.4059, and y: 0.4985.
In the Hunter Lab color space, this color is represented as L: 87.49, a: -24.42, and b: 68.72. Similarly, in the CIE-Lab color space, it is represented as L: 87.49, a: -24.42, and b: 68.72.
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 #CBE74B
Triadic colors are three colors evenly spaced around the color wheel, including #CBE74B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CBE74B
Split complementary colors are two colors adjacent to the complementary color of #CBE74B. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CBE74B
Monochromatic colors are variations of #CBE74B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBE74B
The complementary color of #CBE74B 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 #CBE74B
/* Using HEX */ body { background-color: #cbe74b; }
/* Using RGB */ body { background-color: rgb(203, 231, 75); }
/* Using RGB with opacity */ body { background-color: rgba(203, 231, 75, 0.5); }
/* Using HSL */ body { background-color: hsl(71, 76%, 60%); }
/* Text color */ p { color: #cbe74b; }
/* Box shadow */ div { box-shadow: 4px 4px #cbe74b; }
/* Border color */ .box { border: 4px solid #cbe74b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cbe74b; }
/* Background with text */ div { background: #cbe74b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CBE74B
<!-- Using HEX --> <div style="background-color: #cbe74b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 231, 75); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 231, 75, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(71, 76%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbe74b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbe74b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cbe74b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cbe74b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cbe74b; color: #fff; padding: 16px; border-radius: 8px;"> #CBE74B </div>
Related Colors of #CBE74B
These colors are similar to #CBE74B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.