COLOR #C2D074

HEX: #C2D074
RGB: (194,208,116)

Color info

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

RGB color model

#C2D074 color RGB value is (194,208,116).

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

RGB channels and saturation

R 194 of 255 = 76%
G 208 of 255 = 82%
B 116 of 255 = 45%

194
208
116

R + G + B ~ 68%. #C2D074 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 208 + 116 = 518 (100%)
R 194 of 518 ~ 37.45%
G 208 of 518 ~ 40.15%
B 116 of 518 ~ 22.39%

%37.45
%40.15
%22.39

CMYK color model

#C2D074 color CMYK value is (7,0,44,18).

  • cyan value is 6.73%
  • magenta value is 0.00%
  • yellow value is 44.23%
  • key color value is 18.43%
CMYK:
(7,0,44,18)
C7M0Y44K18 
(7%,0%,44%,18%)
(0.07/0.00/0.44/0.18)	

CMYK percentages

%6.73
%0
%44.23
%18.43

Codes

Color #C2D074 in popluar color models

C2D074
RGB194208116
HSL69°49.46%63.53%
HSB/HSV69°44.23%81.57%
CMYK6.73%0.00%44.23%
18.43%

Color #C2D074 in popluar number systems.

HEXC2D074
Decimal194208116
Binary11000010110100001110100
Octal302320164

Shades and tints

Shades of #C2D074

#C2D074
(194,208,116)
#B1BE6A
(177,190,106)
#A0AC60
(160,172,96)
#8F9A56
(143,154,86)
#7E884C
(126,136,76)
#6D7642
(109,118,66)
#5C6438
(92,100,56)
#4B522E
(75,82,46)
#3A4024
(58,64,36)
#292E1A
(41,46,26)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #C2D074

#C2D074
(194,208,116)
#C7D480
(199,212,128)
#CCD88C
(204,216,140)
#D1DC98
(209,220,152)
#D6E0A4
(214,224,164)
#DBE4B0
(219,228,176)
#E0E8BC
(224,232,188)
#E5ECC8
(229,236,200)
#EAF0D4
(234,240,212)
#EFF4E0
(239,244,224)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D074; }

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

This text font color is #C2D074.


Background Color

.myBgColor { background-color: #C2D074; }

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

This div background color is #C2D074.


Border color

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

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

This div border color is #C2D074.


Opacity

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

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

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

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

This text has shadow with #C2D074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D074 on black background.


Color preview on white background

This text has color #C2D074 on white background.



Black color preview on #C2D074 background

This text has black color on #C2D074 background.


White color preview on #C2D074 background

This text has white color on #C2D074 background.