Color: #5DA914

#5DA914 Color Information

#5DA914 is a light color. The closest websafe version is #5DA914. A complement of this color would be #6114A9, perceived brightness is 0.51, and the grayscale version is #5E5E5E.

In the HSL color space, this color has a hue angle of 91°,a saturation of 79%, and a lightness of 37%.The HSV representation shows a hue of 91°, a saturation of 88%, and a value of 66%.

In a RGB color space, #5DA914 is composed of 36% red, 66% green and 8% blue. Whereas in a CMYK color space, it is composed of 45% cyan, 0% magenta, 88% yellow and 34% black.

In the Yxy color space, this color is represented as Y: 30.92, x: 0.3626, and y: 0.5564.

Color Code #5DA914

#5DA914rgb(93, 169, 20)
HEX
#5DA914
RGB
rgb(93, 169, 20)
HSL
hsl(91, 79%, 37%)
HSV
hsv(91, 88%, 66%)
CMYK
45%, 0%, 88%, 34%
XYZ
X: 20.15, Y: 30.92, Z: 4.50
Lab
L: 62.44, a: -41.39, b: 59.37
Name

Shades of Color #5DA914

Shades are created by darkening the original color #5DA914 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 #5DA914

Tints are created by lightening the original color #5DA914 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.

#5DA914rgb(93, 169, 20)

About #5DA914 Color Code

In the HSL color space, this color has a hue angle of 91°, a saturation of 79%, and a lightness of 37%. The HSV representation shows a hue of 91°, a saturation of 88%, and a value of 66%.

  • HEX: #5DA914
  • RGB: rgb(93, 169, 20)
  • HSL: hsl(91, 79%, 37%)
  • HSV: hsv(91, 88%, 66%)
  • CMYK: 45.00% cyan, 0.00% magenta, 88.00% yellow, 34.00% black
  • XYZ: 20.15, 30.92, 4.50
  • Yxy: 30.92, 0.3626, 0.5564
  • Hunter Lab: 62.44, -41.39, 59.37
  • CIE-Lab: 62.44, -41.39, 59.37

In the XYZ color space, this color is represented as X: 20.15, Y: 30.92, Z: 4.50. The Yxy representation further refines this as Y: 30.92, x: 0.3626, and y: 0.5564.

In the Hunter Lab color space, this color is represented as L: 62.44, a: -41.39, and b: 59.37. Similarly, in the CIE-Lab color space, it is represented as L: 62.44, a: -41.39, and b: 59.37.

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 #5DA914

Triadic colors are three colors evenly spaced around the color wheel, including #5DA914. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #5DA914

Analogous colors are adjacent to #5DA914 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #5DA914

Split complementary colors are two colors adjacent to the complementary color of #5DA914. They create a balanced and visually appealing color scheme.

Tetradic Colors of #5DA914

Tetradic colors form a rectangle on the color wheel, including #5DA914. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #5DA914

Monochromatic colors are variations of #5DA914, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #5DA914

The complementary color of #5DA914 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 #5DA914

/* Using HEX */
body {
  background-color: #5da914;
}
/* Using RGB */
body {
  background-color: rgb(93, 169, 20);
}
/* Using RGB with opacity */
body {
  background-color: rgba(93, 169, 20, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(91, 79%, 37%);
}
/* Text color */
p {
  color: #5da914;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #5da914;
}
/* Border color */
.box {
  border: 4px solid #5da914;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #5da914;
}
Text Shadow Preview
/* Background with text */
div {
  background: #5da914;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#5DA914
On Black Background
#5DA914
On White Background
#5DA914

HTML Examples of #5DA914

<!-- Using HEX -->
<div style="background-color: #5da914; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(93, 169, 20); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(93, 169, 20, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(91, 79%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #5da914;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #5da914; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #5da914; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #5da914;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #5da914; color: #fff; padding: 16px; border-radius: 8px;">
  #5DA914
</div>
#5DA914
On Black Background
#5DA914
On White Background
#5DA914

Related Colors of #5DA914

These colors are similar to #5DA914, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.