COLOR #C5F49D

HEX: #C5F49D
RGB: (197,244,157)

Color info

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

RGB color model

#C5F49D color RGB value is (197,244,157).

  • red value is 197;
  • green value is 244;
  • blue value is 157.
RGB:
(197,244,157)
(77%,96%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 244 of 255 = 96%
B 157 of 255 = 62%

197
244
157

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

Portions of RGB colors in percentages

R + G + B =
197 + 244 + 157 = 598 (100%)
R 197 of 598 ~ 32.94%
G 244 of 598 ~ 40.8%
B 157 of 598 ~ 26.25%

%32.94
%40.8
%26.25

CMYK color model

#C5F49D color CMYK value is (19,0,36,4).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 35.66%
  • key color value is 4.31%
CMYK:
(19,0,36,4)
C19M0Y36K4 
(19%,0%,36%,4%)
(0.19/0.00/0.36/0.04)	

CMYK percentages

%19.26
%0
%35.66
%4.31

Codes

Color #C5F49D in popluar color models

C5F49D
RGB197244157
HSL92°79.82%78.63%
HSB/HSV92°35.66%95.69%
CMYK19.26%0.00%35.66%
4.31%

Color #C5F49D in popluar number systems.

HEXC5F49D
Decimal197244157
Binary110001011111010010011101
Octal305364235

Shades and tints

Shades of #C5F49D

#C5F49D
(197,244,157)
#B4DE8F
(180,222,143)
#A3C881
(163,200,129)
#92B273
(146,178,115)
#819C65
(129,156,101)
#708657
(112,134,87)
#5F7049
(95,112,73)
#4E5A3B
(78,90,59)
#3D442D
(61,68,45)
#2C2E1F
(44,46,31)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #C5F49D

#C5F49D
(197,244,157)
#CAF5A5
(202,245,165)
#CFF6AD
(207,246,173)
#D4F7B5
(212,247,181)
#D9F8BD
(217,248,189)
#DEF9C5
(222,249,197)
#E3FACD
(227,250,205)
#E8FBD5
(232,251,213)
#EDFCDD
(237,252,221)
#F2FDE5
(242,253,229)
#F7FEED
(247,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F49D color. Also use rgb(197,244,157) instead hex code.

Text Font Color

.myTextColor { color: #C5F49D; }

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

This text font color is #C5F49D.


Background Color

.myBgColor { background-color: #C5F49D; }

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

This div background color is #C5F49D.


Border color

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

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

This div border color is #C5F49D.


Opacity

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

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

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

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

This text has shadow with #C5F49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F49D on black background.


Color preview on white background

This text has color #C5F49D on white background.



Black color preview on #C5F49D background

This text has black color on #C5F49D background.


White color preview on #C5F49D background

This text has white color on #C5F49D background.