Color: #04FC08

#04FC08 Color Information

#04FC08 is a light color. The closest websafe version is #04FC08. A complement of this color would be #FC03F8, perceived brightness is 0.59, and the grayscale version is #808080.

In the HSL color space, this color has a hue angle of 121°,a saturation of 98%, and a lightness of 50%.The HSV representation shows a hue of 121°, a saturation of 100%, and a value of 100%.

In a RGB color space, #04FC08 is composed of 2% red, 99% green and 3% blue. Whereas in a CMYK color space, it is composed of 98% cyan, 0% magenta, 97% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 69.83, x: 0.3210, and y: 0.5967.

Color Code #04FC08

HEX
#04FC08
RGB
rgb(4, 252, 8)
HSL
hsl(121, 98%, 50%)
HSV
hsv(121, 98%, 99%)
CMYK
98%, 0%, 97%, 1%
XYZ
X: 37.57, Y: 69.83, Z: 9.63
Lab
L: 86.91, a: -78.38, b: 79.71
Name

Shades of Color #04FC08

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

Tints are created by lightening the original color #04FC08 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 #04FC08 Color Code

In the HSL color space, this color has a hue angle of 121°, a saturation of 98%, and a lightness of 50%. The HSV representation shows a hue of 121°, a saturation of 98%, and a value of 99%.

  • HEX: #04FC08
  • RGB: rgb(4, 252, 8)
  • HSL: hsl(121, 98%, 50%)
  • HSV: hsv(121, 98%, 99%)
  • CMYK: 98.00% cyan, 0.00% magenta, 97.00% yellow, 100.00% black
  • XYZ: 37.57, 69.83, 9.63
  • Yxy: 69.83, 0.3210, 0.5967
  • Hunter Lab: 86.91, -78.38, 79.71
  • CIE-Lab: 86.91, -78.38, 79.71

In the XYZ color space, this color is represented as X: 37.57, Y: 69.83, Z: 9.63. The Yxy representation further refines this as Y: 69.83, x: 0.3210, and y: 0.5967.

In the Hunter Lab color space, this color is represented as L: 86.91, a: -78.38, and b: 79.71. Similarly, in the CIE-Lab color space, it is represented as L: 86.91, a: -78.38, and b: 79.71.

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 #04FC08

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

Analogous Colors of #04FC08

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

Monochromatic Colors of #04FC08

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

Complementary Color of #04FC08

The complementary color of #04FC08 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 #04FC08

/* Using HEX */
body {
  background-color: #04fc08;
}
/* Using RGB */
body {
  background-color: rgb(4, 252, 8);
}
/* Using RGB with opacity */
body {
  background-color: rgba(4, 252, 8, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(121, 98%, 50%);
}
/* Text color */
p {
  color: #04fc08;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #04fc08;
}

HTML Examples of #04FC08

<!-- Using HEX -->
<div style="background-color: #04fc08; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(4, 252, 8); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(4, 252, 8, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(121, 98%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #04fc08;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #04fc08; width: 100px; height: 100px;"></div>

Related Colors of #04FC08

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