COLOR #C5FC95

HEX: #C5FC95
RGB: (197,252,149)

Color info

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

RGB color model

#C5FC95 color RGB value is (197,252,149).

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

RGB channels and saturation

R 197 of 255 = 77%
G 252 of 255 = 99%
B 149 of 255 = 58%

197
252
149

R + G + B ~ 78%. #C5FC95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 252 + 149 = 598 (100%)
R 197 of 598 ~ 32.94%
G 252 of 598 ~ 42.14%
B 149 of 598 ~ 24.92%

%32.94
%42.14
%24.92

CMYK color model

#C5FC95 color CMYK value is (22,0,41,1).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 40.87%
  • key color value is 1.18%
CMYK:
(22,0,41,1)
C22M0Y41K1 
(22%,0%,41%,1%)
(0.22/0.00/0.41/0.01)	

CMYK percentages

%21.83
%0
%40.87
%1.18

Codes

Color #C5FC95 in popluar color models

C5FC95
RGB197252149
HSL92°94.50%78.63%
HSB/HSV92°40.87%98.82%
CMYK21.83%0.00%40.87%
1.18%

Color #C5FC95 in popluar number systems.

HEXC5FC95
Decimal197252149
Binary110001011111110010010101
Octal305374225

Shades and tints

Shades of #C5FC95

#C5FC95
(197,252,149)
#B4E688
(180,230,136)
#A3D07B
(163,208,123)
#92BA6E
(146,186,110)
#81A461
(129,164,97)
#708E54
(112,142,84)
#5F7847
(95,120,71)
#4E623A
(78,98,58)
#3D4C2D
(61,76,45)
#2C3620
(44,54,32)
#1B2013
(27,32,19)
#000000
(0,0,0)

Tints of #C5FC95

#C5FC95
(197,252,149)
#CAFC9E
(202,252,158)
#CFFCA7
(207,252,167)
#D4FCB0
(212,252,176)
#D9FCB9
(217,252,185)
#DEFCC2
(222,252,194)
#E3FCCB
(227,252,203)
#E8FCD4
(232,252,212)
#EDFCDD
(237,252,221)
#F2FCE6
(242,252,230)
#F7FCEF
(247,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FC95; }

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

This text font color is #C5FC95.


Background Color

.myBgColor { background-color: #C5FC95; }

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

This div background color is #C5FC95.


Border color

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

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

This div border color is #C5FC95.


Opacity

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

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

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

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

This text has shadow with #C5FC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FC95 on black background.


Color preview on white background

This text has color #C5FC95 on white background.



Black color preview on #C5FC95 background

This text has black color on #C5FC95 background.


White color preview on #C5FC95 background

This text has white color on #C5FC95 background.