COLOR #C5FFA0

HEX: #C5FFA0
RGB: (197,255,160)

Color info

#C5FFA0 contains mainly red and green colors. Web safe color of #C5FFA0 is #CCFF99 (or #CF9).

RGB color model

#C5FFA0 color RGB value is (197,255,160).

  • red value is 197;
  • green value is 255;
  • blue value is 160.
RGB:
(197,255,160)
(77%,100%,63%)

RGB channels and saturation

R 197 of 255 = 77%
G 255 of 255 = 100%
B 160 of 255 = 63%

197
255
160

R + G + B ~ 80%. #C5FFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 255 + 160 = 612 (100%)
R 197 of 612 ~ 32.19%
G 255 of 612 ~ 41.67%
B 160 of 612 ~ 26.14%

%32.19
%41.67
%26.14

CMYK color model

#C5FFA0 color CMYK value is (23,0,37,0).

  • cyan value is 22.75%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(23,0,37,0)
C23M0Y37K0 
(23%,0%,37%,0%)
(0.23/0.00/0.37/0.00)	

CMYK percentages

%22.75
%0
%37.25
%0

Codes

Color #C5FFA0 in popluar color models

C5FFA0
RGB197255160
HSL97°100.00%81.37%
HSB/HSV97°37.25%100.00%
CMYK22.75%0.00%37.25%
0.00%

Color #C5FFA0 in popluar number systems.

HEXC5FFA0
Decimal197255160
Binary110001011111111110100000
Octal305377240

Shades and tints

Shades of #C5FFA0

#C5FFA0
(197,255,160)
#B4E892
(180,232,146)
#A3D184
(163,209,132)
#92BA76
(146,186,118)
#81A368
(129,163,104)
#708C5A
(112,140,90)
#5F754C
(95,117,76)
#4E5E3E
(78,94,62)
#3D4730
(61,71,48)
#2C3022
(44,48,34)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #C5FFA0

#C5FFA0
(197,255,160)
#CAFFA8
(202,255,168)
#CFFFB0
(207,255,176)
#D4FFB8
(212,255,184)
#D9FFC0
(217,255,192)
#DEFFC8
(222,255,200)
#E3FFD0
(227,255,208)
#E8FFD8
(232,255,216)
#EDFFE0
(237,255,224)
#F2FFE8
(242,255,232)
#F7FFF0
(247,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FFA0 color. Also use rgb(197,255,160) instead hex code.

Text Font Color

.myTextColor { color: #C5FFA0; }

<p style="color:#C5FFA0">This sample text font color is #C5FFA0.</p>

This text font color is #C5FFA0.


Background Color

.myBgColor { background-color: #C5FFA0; }

<div style="background-color:#C5FFA0">Inner text</div>

This div background color is #C5FFA0.


Border color

.myBorderColor { border: 1px solid #C5FFA0; }

<div style="border:3px solid #C5FFA0">Div</div>

This div border color is #C5FFA0.


Opacity

.myOpacity80 { color: #C5FFA0; opacity: 0.8; }

<p style="color:#C5FFA0;opacity:0.8;">80%</p>

Text with #C5FFA0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5FFA0;}

<p style="text-shadow: 3px 3px 1px #C5FFA0">Text here.</p>

This text has shadow with #C5FFA0 color.

.textShadow {text-shadow: 3px 3px 1px #C5FFA0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5FFA0, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5FFA0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5FFA0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5FFA0, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5FFA0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5FFA0;
  -webkit-box-shadow:	1px 1px 3px 2px #C5FFA0;
  box-shadow:		1px 1px 3px 2px #C5FFA0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5FFA0;
-webkit-box-shadow: 1px 1px 3px 2px #C5FFA0;
box-shadow:1px 1px 3px 2px #C5FFA0;">
Div content here</div>
This div box has shadow with color #C5FFA0.

Preview

Color preview on black background

This text has color #C5FFA0 on black background.


Color preview on white background

This text has color #C5FFA0 on white background.



Black color preview on #C5FFA0 background

This text has black color on #C5FFA0 background.


White color preview on #C5FFA0 background

This text has white color on #C5FFA0 background.