COLOR #C5F296

HEX: #C5F296
RGB: (197,242,150)

Color info

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

RGB color model

#C5F296 color RGB value is (197,242,150).

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

RGB channels and saturation

R 197 of 255 = 77%
G 242 of 255 = 95%
B 150 of 255 = 59%

197
242
150

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

Portions of RGB colors in percentages

R + G + B =
197 + 242 + 150 = 589 (100%)
R 197 of 589 ~ 33.45%
G 242 of 589 ~ 41.09%
B 150 of 589 ~ 25.47%

%33.45
%41.09
%25.47

CMYK color model

#C5F296 color CMYK value is (19,0,38,5).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 5.10%
CMYK:
(19,0,38,5)
C19M0Y38K5 
(19%,0%,38%,5%)
(0.19/0.00/0.38/0.05)	

CMYK percentages

%18.6
%0
%38.02
%5.1

Codes

Color #C5F296 in popluar color models

C5F296
RGB197242150
HSL89°77.97%76.86%
HSB/HSV89°38.02%94.90%
CMYK18.60%0.00%38.02%
5.10%

Color #C5F296 in popluar number systems.

HEXC5F296
Decimal197242150
Binary110001011111001010010110
Octal305362226

Shades and tints

Shades of #C5F296

#C5F296
(197,242,150)
#B4DC89
(180,220,137)
#A3C67C
(163,198,124)
#92B06F
(146,176,111)
#819A62
(129,154,98)
#708455
(112,132,85)
#5F6E48
(95,110,72)
#4E583B
(78,88,59)
#3D422E
(61,66,46)
#2C2C21
(44,44,33)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5F296

#C5F296
(197,242,150)
#CAF39F
(202,243,159)
#CFF4A8
(207,244,168)
#D4F5B1
(212,245,177)
#D9F6BA
(217,246,186)
#DEF7C3
(222,247,195)
#E3F8CC
(227,248,204)
#E8F9D5
(232,249,213)
#EDFADE
(237,250,222)
#F2FBE7
(242,251,231)
#F7FCF0
(247,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F296; }

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

This text font color is #C5F296.


Background Color

.myBgColor { background-color: #C5F296; }

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

This div background color is #C5F296.


Border color

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

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

This div border color is #C5F296.


Opacity

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

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

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

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

This text has shadow with #C5F296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F296 on black background.


Color preview on white background

This text has color #C5F296 on white background.



Black color preview on #C5F296 background

This text has black color on #C5F296 background.


White color preview on #C5F296 background

This text has white color on #C5F296 background.