COLOR #C5F696

HEX: #C5F696
RGB: (197,246,150)

Color info

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

RGB color model

#C5F696 color RGB value is (197,246,150).

  • red value is 197;
  • green value is 246;
  • blue value is 150.
RGB:
(197,246,150)
(77%,96%,59%)

RGB channels and saturation

R 197 of 255 = 77%
G 246 of 255 = 96%
B 150 of 255 = 59%

197
246
150

R + G + B ~ 77%. #C5F696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 246 + 150 = 593 (100%)
R 197 of 593 ~ 33.22%
G 246 of 593 ~ 41.48%
B 150 of 593 ~ 25.3%

%33.22
%41.48
%25.3

CMYK color model

#C5F696 color CMYK value is (20,0,39,4).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 3.53%
CMYK:
(20,0,39,4)
C20M0Y39K4 
(20%,0%,39%,4%)
(0.20/0.00/0.39/0.04)	

CMYK percentages

%19.92
%0
%39.02
%3.53

Codes

Color #C5F696 in popluar color models

C5F696
RGB197246150
HSL91°84.21%77.65%
HSB/HSV91°39.02%96.47%
CMYK19.92%0.00%39.02%
3.53%

Color #C5F696 in popluar number systems.

HEXC5F696
Decimal197246150
Binary110001011111011010010110
Octal305366226

Shades and tints

Shades of #C5F696

#C5F696
(197,246,150)
#B4E089
(180,224,137)
#A3CA7C
(163,202,124)
#92B46F
(146,180,111)
#819E62
(129,158,98)
#708855
(112,136,85)
#5F7248
(95,114,72)
#4E5C3B
(78,92,59)
#3D462E
(61,70,46)
#2C3021
(44,48,33)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #C5F696

#C5F696
(197,246,150)
#CAF69F
(202,246,159)
#CFF6A8
(207,246,168)
#D4F6B1
(212,246,177)
#D9F6BA
(217,246,186)
#DEF6C3
(222,246,195)
#E3F6CC
(227,246,204)
#E8F6D5
(232,246,213)
#EDF6DE
(237,246,222)
#F2F6E7
(242,246,231)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F696 color. Also use rgb(197,246,150) instead hex code.

Text Font Color

.myTextColor { color: #C5F696; }

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

This text font color is #C5F696.


Background Color

.myBgColor { background-color: #C5F696; }

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

This div background color is #C5F696.


Border color

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

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

This div border color is #C5F696.


Opacity

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

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

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

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

This text has shadow with #C5F696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F696 on black background.


Color preview on white background

This text has color #C5F696 on white background.



Black color preview on #C5F696 background

This text has black color on #C5F696 background.


White color preview on #C5F696 background

This text has white color on #C5F696 background.