COLOR #C4DE78

HEX: #C4DE78 RGB: (196,222,120)

Color info

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

RGB color model

#C4DE78 color RGB value is (196,222,120).

RGB: (196,222,120) (77%, 87%, 47%)

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 120 of 255 = 47%

196
222
120

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

Portions of RGB colors in percentages

R + G + B = 196 + 222 + 120 = 538 (100%)
R 196 of 538 ~ 36.43%
G 222 of 538 ~ 41.26%
B 120 of 538 ~ 22.3'%

%36.43
%41.26
%22.3

CMYK color model

#C4DE78 color CMYK value is (12,0,46,13).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 45.95%
  • key color value is 12.94%

CMYK: (12,0,46,13)
C12M0Y46K13 (12%, 0%, 46%, 13%)
(0.12 / 0.00 / 0.46 / 0.13)

CMYK percentages

%11.71
%0
%45.95
%12.94

Codes

Color #C4DE78 in popluar color models

C4 DE 78
RGB 196 222 120
HSL 75° 60.71% 67.06%
HSB/HSV 75° 45.95% 87.06%
CMYK 11.71% 0.00% 45.95%
12.94%

Color #C4DE78 in popluar number systems.

HEX C4 DE 78
Decimal 196 222 120
Binary 11000100 11011110 1111000
Octal 304 336 170

Shades and tints

Shades of #C4DE78

#C4DE78
(196,222,120)
#B3CA6E
(179,202,110)
#A2B664
(162,182,100)
#91A25A
(145,162,90)
#808E50
(128,142,80)
#6F7A46
(111,122,70)
#5E663C
(94,102,60)
#4D5232
(77,82,50)
#3C3E28
(60,62,40)
#2B2A1E
(43,42,30)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #C4DE78

#C4DE78
(196,222,120)
#C9E184
(201,225,132)
#CEE490
(206,228,144)
#D3E79C
(211,231,156)
#D8EAA8
(216,234,168)
#DDEDB4
(221,237,180)
#E2F0C0
(226,240,192)
#E7F3CC
(231,243,204)
#ECF6D8
(236,246,216)
#F1F9E4
(241,249,228)
#F6FCF0
(246,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DE78 color. Also use rgb(196,222,120) instead hex code.

Text Font Color

.myTextColor { color: #C4DE78; }

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

This text font color is #C4DE78.

Background Color

.myBgColor { background-color: #C4DE78; }

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

This div background color is #C4DE78.

Border color

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

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

This div border color is #C4DE78.

Opacity

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

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

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

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

This text has shadow with #C4DE78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DE78.

Preview

Color preview on black background

This text has color #C4DE78 on black background.


Color preview on white background

This text has color #C4DE78 on white background.


Black color preview on #C4DE78 background

This text has black color on #C4DE78 background.


White color preview on #C4DE78 background

This text has white color on #C4DE78 background.


Related colors

Complementary color

Complementary color for #hex is #3B2187.


I love getcolorcode.com

Triadic colors

1 #78C4DE and #DE78C4 with #C4DE78 are triadic colors.

2 #78DEC4 and #DEC478 with #C4DE78 are triadic colors.