COLOR #C4F4A9

HEX: #C4F4A9
RGB: (196,244,169)

Color info

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

RGB color model

#C4F4A9 color RGB value is (196,244,169).

  • red value is 196;
  • green value is 244;
  • blue value is 169.
RGB:
(196,244,169)
(77%,96%,66%)

RGB channels and saturation

R 196 of 255 = 77%
G 244 of 255 = 96%
B 169 of 255 = 66%

196
244
169

R + G + B ~ 80%. #C4F4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 244 + 169 = 609 (100%)
R 196 of 609 ~ 32.18%
G 244 of 609 ~ 40.07%
B 169 of 609 ~ 27.75%

%32.18
%40.07
%27.75

CMYK color model

#C4F4A9 color CMYK value is (20,0,31,4).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 30.74%
  • key color value is 4.31%
CMYK:
(20,0,31,4)
C20M0Y31K4 
(20%,0%,31%,4%)
(0.20/0.00/0.31/0.04)	

CMYK percentages

%19.67
%0
%30.74
%4.31

Codes

Color #C4F4A9 in popluar color models

C4F4A9
RGB196244169
HSL98°77.32%80.98%
HSB/HSV98°30.74%95.69%
CMYK19.67%0.00%30.74%
4.31%

Color #C4F4A9 in popluar number systems.

HEXC4F4A9
Decimal196244169
Binary110001001111010010101001
Octal304364251

Shades and tints

Shades of #C4F4A9

#C4F4A9
(196,244,169)
#B3DE9A
(179,222,154)
#A2C88B
(162,200,139)
#91B27C
(145,178,124)
#809C6D
(128,156,109)
#6F865E
(111,134,94)
#5E704F
(94,112,79)
#4D5A40
(77,90,64)
#3C4431
(60,68,49)
#2B2E22
(43,46,34)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #C4F4A9

#C4F4A9
(196,244,169)
#C9F5B0
(201,245,176)
#CEF6B7
(206,246,183)
#D3F7BE
(211,247,190)
#D8F8C5
(216,248,197)
#DDF9CC
(221,249,204)
#E2FAD3
(226,250,211)
#E7FBDA
(231,251,218)
#ECFCE1
(236,252,225)
#F1FDE8
(241,253,232)
#F6FEEF
(246,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F4A9 color. Also use rgb(196,244,169) instead hex code.

Text Font Color

.myTextColor { color: #C4F4A9; }

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

This text font color is #C4F4A9.


Background Color

.myBgColor { background-color: #C4F4A9; }

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

This div background color is #C4F4A9.


Border color

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

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

This div border color is #C4F4A9.


Opacity

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

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

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

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

This text has shadow with #C4F4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F4A9 on black background.


Color preview on white background

This text has color #C4F4A9 on white background.



Black color preview on #C4F4A9 background

This text has black color on #C4F4A9 background.


White color preview on #C4F4A9 background

This text has white color on #C4F4A9 background.