COLOR #C4F4A4

HEX: #C4F4A4
RGB: (196,244,164)

Color info

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

RGB color model

#C4F4A4 color RGB value is (196,244,164).

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

RGB channels and saturation

R 196 of 255 = 77%
G 244 of 255 = 96%
B 164 of 255 = 64%

196
244
164

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

Portions of RGB colors in percentages

R + G + B =
196 + 244 + 164 = 604 (100%)
R 196 of 604 ~ 32.45%
G 244 of 604 ~ 40.4%
B 164 of 604 ~ 27.15%

%32.45
%40.4
%27.15

CMYK color model

#C4F4A4 color CMYK value is (20,0,33,4).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 4.31%
CMYK:
(20,0,33,4)
C20M0Y33K4 
(20%,0%,33%,4%)
(0.20/0.00/0.33/0.04)	

CMYK percentages

%19.67
%0
%32.79
%4.31

Codes

Color #C4F4A4 in popluar color models

C4F4A4
RGB196244164
HSL96°78.43%80.00%
HSB/HSV96°32.79%95.69%
CMYK19.67%0.00%32.79%
4.31%

Color #C4F4A4 in popluar number systems.

HEXC4F4A4
Decimal196244164
Binary110001001111010010100100
Octal304364244

Shades and tints

Shades of #C4F4A4

#C4F4A4
(196,244,164)
#B3DE96
(179,222,150)
#A2C888
(162,200,136)
#91B27A
(145,178,122)
#809C6C
(128,156,108)
#6F865E
(111,134,94)
#5E7050
(94,112,80)
#4D5A42
(77,90,66)
#3C4434
(60,68,52)
#2B2E26
(43,46,38)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4F4A4

#C4F4A4
(196,244,164)
#C9F5AC
(201,245,172)
#CEF6B4
(206,246,180)
#D3F7BC
(211,247,188)
#D8F8C4
(216,248,196)
#DDF9CC
(221,249,204)
#E2FAD4
(226,250,212)
#E7FBDC
(231,251,220)
#ECFCE4
(236,252,228)
#F1FDEC
(241,253,236)
#F6FEF4
(246,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F4A4; }

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

This text font color is #C4F4A4.


Background Color

.myBgColor { background-color: #C4F4A4; }

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

This div background color is #C4F4A4.


Border color

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

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

This div border color is #C4F4A4.


Opacity

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

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

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

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

This text has shadow with #C4F4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F4A4 on black background.


Color preview on white background

This text has color #C4F4A4 on white background.



Black color preview on #C4F4A4 background

This text has black color on #C4F4A4 background.


White color preview on #C4F4A4 background

This text has white color on #C4F4A4 background.