COLOR #C5F49C

HEX: #C5F49C RGB: (197,244,156)

Color info

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

RGB color model

#C5F49C color RGB value is (197,244,156).

RGB: (197,244,156) (77%, 96%, 61%)

RGB channels and saturation

R 197 of 255 = 77%
G 244 of 255 = 96%
B 156 of 255 = 61%

197
244
156

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

Portions of RGB colors in percentages

R + G + B = 197 + 244 + 156 = 597 (100%)
R 197 of 597 ~ 33%
G 244 of 597 ~ 40.87%
B 156 of 597 ~ 26.13'%

%33
%40.87
%26.13

CMYK color model

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

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • 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
%36.07
%4.31

Codes

Color #C5F49C in popluar color models

C5 F4 9C
RGB 197 244 156
HSL 92° 80.00% 78.43%
HSB/HSV 92° 36.07% 95.69%
CMYK 19.26% 0.00% 36.07%
4.31%

Color #C5F49C in popluar number systems.

HEX C5 F4 9C
Decimal 197 244 156
Binary 11000101 11110100 10011100
Octal 305 364 234

Shades and tints

Shades of #C5F49C

#C5F49C
(197,244,156)
#B4DE8E
(180,222,142)
#A3C880
(163,200,128)
#92B272
(146,178,114)
#819C64
(129,156,100)
#708656
(112,134,86)
#5F7048
(95,112,72)
#4E5A3A
(78,90,58)
#3D442C
(61,68,44)
#2C2E1E
(44,46,30)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #C5F49C

#C5F49C
(197,244,156)
#CAF5A5
(202,245,165)
#CFF6AE
(207,246,174)
#D4F7B7
(212,247,183)
#D9F8C0
(217,248,192)
#DEF9C9
(222,249,201)
#E3FAD2
(227,250,210)
#E8FBDB
(232,251,219)
#EDFCE4
(237,252,228)
#F2FDED
(242,253,237)
#F7FEF6
(247,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F49C; }

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

This text font color is #C5F49C.

Background Color

.myBgColor { background-color: #C5F49C; }

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

This div background color is #C5F49C.

Border color

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

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

This div border color is #C5F49C.

Opacity

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

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

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

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

This text has shadow with #C5F49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F49C.

Preview

Color preview on black background

This text has color #C5F49C on black background.


Color preview on white background

This text has color #C5F49C on white background.


Black color preview on #C5F49C background

This text has black color on #C5F49C background.


White color preview on #C5F49C background

This text has white color on #C5F49C background.


Related colors

Complementary color

Complementary color for #hex is #3A0B63.


I love getcolorcode.com

Triadic colors

1 #9CC5F4 and #F49CC5 with #C5F49C are triadic colors.

2 #9CF4C5 and #F4C59C with #C5F49C are triadic colors.