COLOR #C5FF9E

HEX: #C5FF9E
RGB: (197,255,158)

Color info

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

RGB color model

#C5FF9E color RGB value is (197,255,158).

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

RGB channels and saturation

R 197 of 255 = 77%
G 255 of 255 = 100%
B 158 of 255 = 62%

197
255
158

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

Portions of RGB colors in percentages

R + G + B =
197 + 255 + 158 = 610 (100%)
R 197 of 610 ~ 32.3%
G 255 of 610 ~ 41.8%
B 158 of 610 ~ 25.9%

%32.3
%41.8
%25.9

CMYK color model

#C5FF9E color CMYK value is (23,0,38,0).

  • cyan value is 22.75%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 0.00%
CMYK:
(23,0,38,0)
C23M0Y38K0 
(23%,0%,38%,0%)
(0.23/0.00/0.38/0.00)	

CMYK percentages

%22.75
%0
%38.04
%0

Codes

Color #C5FF9E in popluar color models

C5FF9E
RGB197255158
HSL96°100.00%80.98%
HSB/HSV96°38.04%100.00%
CMYK22.75%0.00%38.04%
0.00%

Color #C5FF9E in popluar number systems.

HEXC5FF9E
Decimal197255158
Binary110001011111111110011110
Octal305377236

Shades and tints

Shades of #C5FF9E

#C5FF9E
(197,255,158)
#B4E890
(180,232,144)
#A3D182
(163,209,130)
#92BA74
(146,186,116)
#81A366
(129,163,102)
#708C58
(112,140,88)
#5F754A
(95,117,74)
#4E5E3C
(78,94,60)
#3D472E
(61,71,46)
#2C3020
(44,48,32)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #C5FF9E

#C5FF9E
(197,255,158)
#CAFFA6
(202,255,166)
#CFFFAE
(207,255,174)
#D4FFB6
(212,255,182)
#D9FFBE
(217,255,190)
#DEFFC6
(222,255,198)
#E3FFCE
(227,255,206)
#E8FFD6
(232,255,214)
#EDFFDE
(237,255,222)
#F2FFE6
(242,255,230)
#F7FFEE
(247,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FF9E; }

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

This text font color is #C5FF9E.


Background Color

.myBgColor { background-color: #C5FF9E; }

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

This div background color is #C5FF9E.


Border color

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

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

This div border color is #C5FF9E.


Opacity

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

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

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

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

This text has shadow with #C5FF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FF9E on black background.


Color preview on white background

This text has color #C5FF9E on white background.



Black color preview on #C5FF9E background

This text has black color on #C5FF9E background.


White color preview on #C5FF9E background

This text has white color on #C5FF9E background.