COLOR #C5FCA0

HEX: #C5FCA0
RGB: (197,252,160)

Color info

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

RGB color model

#C5FCA0 color RGB value is (197,252,160).

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

RGB channels and saturation

R 197 of 255 = 77%
G 252 of 255 = 99%
B 160 of 255 = 63%

197
252
160

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

Portions of RGB colors in percentages

R + G + B =
197 + 252 + 160 = 609 (100%)
R 197 of 609 ~ 32.35%
G 252 of 609 ~ 41.38%
B 160 of 609 ~ 26.27%

%32.35
%41.38
%26.27

CMYK color model

#C5FCA0 color CMYK value is (22,0,37,1).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 36.51%
  • key color value is 1.18%
CMYK:
(22,0,37,1)
C22M0Y37K1 
(22%,0%,37%,1%)
(0.22/0.00/0.37/0.01)	

CMYK percentages

%21.83
%0
%36.51
%1.18

Codes

Color #C5FCA0 in popluar color models

C5FCA0
RGB197252160
HSL96°93.88%80.78%
HSB/HSV96°36.51%98.82%
CMYK21.83%0.00%36.51%
1.18%

Color #C5FCA0 in popluar number systems.

HEXC5FCA0
Decimal197252160
Binary110001011111110010100000
Octal305374240

Shades and tints

Shades of #C5FCA0

#C5FCA0
(197,252,160)
#B4E692
(180,230,146)
#A3D084
(163,208,132)
#92BA76
(146,186,118)
#81A468
(129,164,104)
#708E5A
(112,142,90)
#5F784C
(95,120,76)
#4E623E
(78,98,62)
#3D4C30
(61,76,48)
#2C3622
(44,54,34)
#1B2014
(27,32,20)
#000000
(0,0,0)

Tints of #C5FCA0

#C5FCA0
(197,252,160)
#CAFCA8
(202,252,168)
#CFFCB0
(207,252,176)
#D4FCB8
(212,252,184)
#D9FCC0
(217,252,192)
#DEFCC8
(222,252,200)
#E3FCD0
(227,252,208)
#E8FCD8
(232,252,216)
#EDFCE0
(237,252,224)
#F2FCE8
(242,252,232)
#F7FCF0
(247,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FCA0; }

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

This text font color is #C5FCA0.


Background Color

.myBgColor { background-color: #C5FCA0; }

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

This div background color is #C5FCA0.


Border color

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

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

This div border color is #C5FCA0.


Opacity

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

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

Text with #C5FCA0 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 #C5FCA0;}

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

This text has shadow with #C5FCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FCA0 on black background.


Color preview on white background

This text has color #C5FCA0 on white background.



Black color preview on #C5FCA0 background

This text has black color on #C5FCA0 background.


White color preview on #C5FCA0 background

This text has white color on #C5FCA0 background.