COLOR #C2CD74

HEX: #C2CD74
RGB: (194,205,116)

Color info

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

RGB color model

#C2CD74 color RGB value is (194,205,116).

  • red value is 194;
  • green value is 205;
  • blue value is 116.
RGB:
(194,205,116)
(76%,80%,45%)

RGB channels and saturation

R 194 of 255 = 76%
G 205 of 255 = 80%
B 116 of 255 = 45%

194
205
116

R + G + B ~ 67%. #C2CD74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 205 + 116 = 515 (100%)
R 194 of 515 ~ 37.67%
G 205 of 515 ~ 39.81%
B 116 of 515 ~ 22.52%

%37.67
%39.81
%22.52

CMYK color model

#C2CD74 color CMYK value is (5,0,43,20).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 19.61%
CMYK:
(5,0,43,20)
C5M0Y43K20 
(5%,0%,43%,20%)
(0.05/0.00/0.43/0.20)	

CMYK percentages

%5.37
%0
%43.41
%19.61

Codes

Color #C2CD74 in popluar color models

C2CD74
RGB194205116
HSL67°47.09%62.94%
HSB/HSV67°43.41%80.39%
CMYK5.37%0.00%43.41%
19.61%

Color #C2CD74 in popluar number systems.

HEXC2CD74
Decimal194205116
Binary11000010110011011110100
Octal302315164

Shades and tints

Shades of #C2CD74

#C2CD74
(194,205,116)
#B1BB6A
(177,187,106)
#A0A960
(160,169,96)
#8F9756
(143,151,86)
#7E854C
(126,133,76)
#6D7342
(109,115,66)
#5C6138
(92,97,56)
#4B4F2E
(75,79,46)
#3A3D24
(58,61,36)
#292B1A
(41,43,26)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #C2CD74

#C2CD74
(194,205,116)
#C7D180
(199,209,128)
#CCD58C
(204,213,140)
#D1D998
(209,217,152)
#D6DDA4
(214,221,164)
#DBE1B0
(219,225,176)
#E0E5BC
(224,229,188)
#E5E9C8
(229,233,200)
#EAEDD4
(234,237,212)
#EFF1E0
(239,241,224)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CD74 color. Also use rgb(194,205,116) instead hex code.

Text Font Color

.myTextColor { color: #C2CD74; }

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

This text font color is #C2CD74.


Background Color

.myBgColor { background-color: #C2CD74; }

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

This div background color is #C2CD74.


Border color

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

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

This div border color is #C2CD74.


Opacity

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

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

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

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

This text has shadow with #C2CD74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CD74 on black background.


Color preview on white background

This text has color #C2CD74 on white background.



Black color preview on #C2CD74 background

This text has black color on #C2CD74 background.


White color preview on #C2CD74 background

This text has white color on #C2CD74 background.