COLOR #C4D44F

HEX: #C4D44F RGB: (196,212,79)

Color info

#C4D44F contains mainly red and green colors. Web safe color of #C4D44F is #CCCC66 (or #CC6).

RGB color model

#C4D44F color RGB value is (196,212,79).

RGB: (196,212,79) (77%, 83%, 31%)

RGB channels and saturation

R 196 of 255 = 77%
G 212 of 255 = 83%
B 79 of 255 = 31%

196
212
79

R + G + B ~ 64%. #C4D44F is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 212 + 79 = 487 (100%)
R 196 of 487 ~ 40.25%
G 212 of 487 ~ 43.53%
B 79 of 487 ~ 16.22'%

%40.25
%43.53
%16.22

CMYK color model

#C4D44F color CMYK value is (8,0,63,17).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 62.74%
  • key color value is 16.86%

CMYK: (8,0,63,17)
C8M0Y63K17 (8%, 0%, 63%, 17%)
(0.08 / 0.00 / 0.63 / 0.17)

CMYK percentages

%7.55
%0
%62.74
%16.86

Codes

Color #C4D44F in popluar color models

C4 D4 4F
RGB 196 212 79
HSL 67° 60.73% 57.06%
HSB/HSV 67° 62.74% 83.14%
CMYK 7.55% 0.00% 62.74%
16.86%

Color #C4D44F in popluar number systems.

HEX C4 D4 4F
Decimal 196 212 79
Binary 11000100 11010100 1001111
Octal 304 324 117

Shades and tints

Shades of #C4D44F

#C4D44F
(196,212,79)
#B3C148
(179,193,72)
#A2AE41
(162,174,65)
#919B3A
(145,155,58)
#808833
(128,136,51)
#6F752C
(111,117,44)
#5E6225
(94,98,37)
#4D4F1E
(77,79,30)
#3C3C17
(60,60,23)
#2B2910
(43,41,16)
#1A1609
(26,22,9)
#000000
(0,0,0)

Tints of #C4D44F

#C4D44F
(196,212,79)
#C9D75F
(201,215,95)
#CEDA6F
(206,218,111)
#D3DD7F
(211,221,127)
#D8E08F
(216,224,143)
#DDE39F
(221,227,159)
#E2E6AF
(226,230,175)
#E7E9BF
(231,233,191)
#ECECCF
(236,236,207)
#F1EFDF
(241,239,223)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D44F color. Also use rgb(196,212,79) instead hex code.

Text Font Color

.myTextColor { color: #C4D44F; }

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

This text font color is #C4D44F.

Background Color

.myBgColor { background-color: #C4D44F; }

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

This div background color is #C4D44F.

Border color

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

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

This div border color is #C4D44F.

Opacity

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

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

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

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

This text has shadow with #C4D44F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D44F.

Preview

Color preview on black background

This text has color #C4D44F on black background.


Color preview on white background

This text has color #C4D44F on white background.


Black color preview on #C4D44F background

This text has black color on #C4D44F background.


White color preview on #C4D44F background

This text has white color on #C4D44F background.


Related colors

Complementary color

Complementary color for #hex is #3B2BB0.


I love getcolorcode.com

Triadic colors

1 #4FC4D4 and #D44FC4 with #C4D44F are triadic colors.

2 #4FD4C4 and #D4C44F with #C4D44F are triadic colors.