Color: #C5FBBF

#C5FBBF Color Information

#C5FBBF is a light color. The closest websafe version is #C5FBBF. A complement of this color would be #F5C1FB, perceived brightness is 0.89, and the grayscale version is #DDDDDD.

In the HSL color space, this color has a hue angle of 114°,a saturation of 88%, and a lightness of 87%.The HSV representation shows a hue of 114°, a saturation of 24%, and a value of 98%.

In a RGB color space, #C5FBBF is composed of 77% red, 98% green and 75% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 24% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 84.74, x: 0.3430, and y: 0.4215.

Color Code #C5FBBF

#C5FBBFrgb(197, 251, 191)
HEX
#C5FBBF
RGB
rgb(197, 251, 191)
HSL
hsl(114, 88%, 87%)
HSV
hsv(114, 24%, 98%)
CMYK
22%, 0%, 24%, 2%
XYZ
X: 68.95, Y: 84.74, Z: 47.35
Lab
L: 93.77, a: -26.03, b: 23.06
Name

Shades of Color #C5FBBF

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

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

#C5FBBFrgb(197, 251, 191)

About #C5FBBF Color Code

In the HSL color space, this color has a hue angle of 114°, a saturation of 88%, and a lightness of 87%. The HSV representation shows a hue of 114°, a saturation of 24%, and a value of 98%.

  • HEX: #C5FBBF
  • RGB: rgb(197, 251, 191)
  • HSL: hsl(114, 88%, 87%)
  • HSV: hsv(114, 24%, 98%)
  • CMYK: 22.00% cyan, 0.00% magenta, 24.00% yellow, 2.00% black
  • XYZ: 68.95, 84.74, 47.35
  • Yxy: 84.74, 0.3430, 0.4215
  • Hunter Lab: 93.77, -26.03, 23.06
  • CIE-Lab: 93.77, -26.03, 23.06

In the XYZ color space, this color is represented as X: 68.95, Y: 84.74, Z: 47.35. The Yxy representation further refines this as Y: 84.74, x: 0.3430, and y: 0.4215.

In the Hunter Lab color space, this color is represented as L: 93.77, a: -26.03, and b: 23.06. Similarly, in the CIE-Lab color space, it is represented as L: 93.77, a: -26.03, and b: 23.06.

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 #C5FBBF

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

Analogous Colors of #C5FBBF

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

Monochromatic Colors of #C5FBBF

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

Complementary Color of #C5FBBF

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

/* Using HEX */
body {
  background-color: #c5fbbf;
}
/* Using RGB */
body {
  background-color: rgb(197, 251, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 251, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(114, 88%, 87%);
}
/* Text color */
p {
  color: #c5fbbf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5fbbf;
}
/* Border color */
.box {
  border: 4px solid #c5fbbf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c5fbbf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c5fbbf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C5FBBF
On Black Background
#C5FBBF
On White Background
#C5FBBF

HTML Examples of #C5FBBF

<!-- Using HEX -->
<div style="background-color: #c5fbbf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(197, 251, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(197, 251, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(114, 88%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c5fbbf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c5fbbf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c5fbbf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c5fbbf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c5fbbf; color: #fff; padding: 16px; border-radius: 8px;">
  #C5FBBF
</div>
#C5FBBF
On Black Background
#C5FBBF
On White Background
#C5FBBF

Related Colors of #C5FBBF

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