COLOR #C4E16F

HEX: #C4E16F RGB: (196,225,111)

Color info

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

RGB color model

#C4E16F color RGB value is (196,225,111).

RGB: (196,225,111) (77%, 88%, 44%)

RGB channels and saturation

R 196 of 255 = 77%
G 225 of 255 = 88%
B 111 of 255 = 44%

196
225
111

R + G + B ~ 70%. #C4E16F is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 225 + 111 = 532 (100%)
R 196 of 532 ~ 36.84%
G 225 of 532 ~ 42.29%
B 111 of 532 ~ 20.86'%

%36.84
%42.29
%20.86

CMYK color model

#C4E16F color CMYK value is (13,0,51,12).

  • cyan value is 12.89%
  • magenta value is 0.00%
  • yellow value is 50.67%
  • key color value is 11.76%

CMYK: (13,0,51,12)
C13M0Y51K12 (13%, 0%, 51%, 12%)
(0.13 / 0.00 / 0.51 / 0.12)

CMYK percentages

%12.89
%0
%50.67
%11.76

Codes

Color #C4E16F in popluar color models

C4 E1 6F
RGB 196 225 111
HSL 75° 65.52% 65.88%
HSB/HSV 75° 50.67% 88.24%
CMYK 12.89% 0.00% 50.67%
11.76%

Color #C4E16F in popluar number systems.

HEX C4 E1 6F
Decimal 196 225 111
Binary 11000100 11100001 1101111
Octal 304 341 157

Shades and tints

Shades of #C4E16F

#C4E16F
(196,225,111)
#B3CD65
(179,205,101)
#A2B95B
(162,185,91)
#91A551
(145,165,81)
#809147
(128,145,71)
#6F7D3D
(111,125,61)
#5E6933
(94,105,51)
#4D5529
(77,85,41)
#3C411F
(60,65,31)
#2B2D15
(43,45,21)
#1A190B
(26,25,11)
#000000
(0,0,0)

Tints of #C4E16F

#C4E16F
(196,225,111)
#C9E37C
(201,227,124)
#CEE589
(206,229,137)
#D3E796
(211,231,150)
#D8E9A3
(216,233,163)
#DDEBB0
(221,235,176)
#E2EDBD
(226,237,189)
#E7EFCA
(231,239,202)
#ECF1D7
(236,241,215)
#F1F3E4
(241,243,228)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E16F color. Also use rgb(196,225,111) instead hex code.

Text Font Color

.myTextColor { color: #C4E16F; }

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

This text font color is #C4E16F.

Background Color

.myBgColor { background-color: #C4E16F; }

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

This div background color is #C4E16F.

Border color

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

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

This div border color is #C4E16F.

Opacity

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

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

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

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

This text has shadow with #C4E16F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E16F.

Preview

Color preview on black background

This text has color #C4E16F on black background.


Color preview on white background

This text has color #C4E16F on white background.


Black color preview on #C4E16F background

This text has black color on #C4E16F background.


White color preview on #C4E16F background

This text has white color on #C4E16F background.


Related colors

Complementary color

Complementary color for #hex is #3B1E90.


I love getcolorcode.com

Triadic colors

1 #6FC4E1 and #E16FC4 with #C4E16F are triadic colors.

2 #6FE1C4 and #E1C46F with #C4E16F are triadic colors.