COLOR #C4FC9D

HEX: #C4FC9D RGB: (196,252,157)

Color info

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

RGB color model

#C4FC9D color RGB value is (196,252,157).

RGB: (196,252,157) (77%, 99%, 62%)

RGB channels and saturation

R 196 of 255 = 77%
G 252 of 255 = 99%
B 157 of 255 = 62%

196
252
157

R + G + B ~ 79%. #C4FC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 252 + 157 = 605 (100%)
R 196 of 605 ~ 32.4%
G 252 of 605 ~ 41.65%
B 157 of 605 ~ 25.95'%

%32.4
%41.65
%25.95

CMYK color model

#C4FC9D color CMYK value is (22,0,38,1).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 37.70%
  • key color value is 1.18%

CMYK: (22,0,38,1)
C22M0Y38K1 (22%, 0%, 38%, 1%)
(0.22 / 0.00 / 0.38 / 0.01)

CMYK percentages

%22.22
%0
%37.7
%1.18

Codes

Color #C4FC9D in popluar color models

C4 FC 9D
RGB 196 252 157
HSL 95° 94.06% 80.20%
HSB/HSV 95° 37.70% 98.82%
CMYK 22.22% 0.00% 37.70%
1.18%

Color #C4FC9D in popluar number systems.

HEX C4 FC 9D
Decimal 196 252 157
Binary 11000100 11111100 10011101
Octal 304 374 235

Shades and tints

Shades of #C4FC9D

#C4FC9D
(196,252,157)
#B3E68F
(179,230,143)
#A2D081
(162,208,129)
#91BA73
(145,186,115)
#80A465
(128,164,101)
#6F8E57
(111,142,87)
#5E7849
(94,120,73)
#4D623B
(77,98,59)
#3C4C2D
(60,76,45)
#2B361F
(43,54,31)
#1A2011
(26,32,17)
#000000
(0,0,0)

Tints of #C4FC9D

#C4FC9D
(196,252,157)
#C9FCA5
(201,252,165)
#CEFCAD
(206,252,173)
#D3FCB5
(211,252,181)
#D8FCBD
(216,252,189)
#DDFCC5
(221,252,197)
#E2FCCD
(226,252,205)
#E7FCD5
(231,252,213)
#ECFCDD
(236,252,221)
#F1FCE5
(241,252,229)
#F6FCED
(246,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FC9D color. Also use rgb(196,252,157) instead hex code.

Text Font Color

.myTextColor { color: #C4FC9D; }

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

This text font color is #C4FC9D.

Background Color

.myBgColor { background-color: #C4FC9D; }

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

This div background color is #C4FC9D.

Border color

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

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

This div border color is #C4FC9D.

Opacity

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

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

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

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

This text has shadow with #C4FC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4FC9D.

Preview

Color preview on black background

This text has color #C4FC9D on black background.


Color preview on white background

This text has color #C4FC9D on white background.


Black color preview on #C4FC9D background

This text has black color on #C4FC9D background.


White color preview on #C4FC9D background

This text has white color on #C4FC9D background.


Related colors

Complementary color

Complementary color for #hex is #3B0362.


I love getcolorcode.com

Triadic colors

1 #9DC4FC and #FC9DC4 with #C4FC9D are triadic colors.

2 #9DFCC4 and #FCC49D with #C4FC9D are triadic colors.