COLOR #C3DC72

HEX: #C3DC72
RGB: (195,220,114)

Color info

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

RGB color model

#C3DC72 color RGB value is (195,220,114).

  • red value is 195;
  • green value is 220;
  • blue value is 114.
RGB:
(195,220,114)
(76%,86%,45%)

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 114 of 255 = 45%

195
220
114

R + G + B ~ 69%. #C3DC72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 220 + 114 = 529 (100%)
R 195 of 529 ~ 36.86%
G 220 of 529 ~ 41.59%
B 114 of 529 ~ 21.55%

%36.86
%41.59
%21.55

CMYK color model

#C3DC72 color CMYK value is (11,0,48,14).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 48.18%
  • key color value is 13.73%
CMYK:
(11,0,48,14)
C11M0Y48K14 
(11%,0%,48%,14%)
(0.11/0.00/0.48/0.14)	

CMYK percentages

%11.36
%0
%48.18
%13.73

Codes

Color #C3DC72 in popluar color models

C3DC72
RGB195220114
HSL74°60.23%65.49%
HSB/HSV74°48.18%86.27%
CMYK11.36%0.00%48.18%
13.73%

Color #C3DC72 in popluar number systems.

HEXC3DC72
Decimal195220114
Binary11000011110111001110010
Octal303334162

Shades and tints

Shades of #C3DC72

#C3DC72
(195,220,114)
#B2C868
(178,200,104)
#A1B45E
(161,180,94)
#90A054
(144,160,84)
#7F8C4A
(127,140,74)
#6E7840
(110,120,64)
#5D6436
(93,100,54)
#4C502C
(76,80,44)
#3B3C22
(59,60,34)
#2A2818
(42,40,24)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #C3DC72

#C3DC72
(195,220,114)
#C8DF7E
(200,223,126)
#CDE28A
(205,226,138)
#D2E596
(210,229,150)
#D7E8A2
(215,232,162)
#DCEBAE
(220,235,174)
#E1EEBA
(225,238,186)
#E6F1C6
(230,241,198)
#EBF4D2
(235,244,210)
#F0F7DE
(240,247,222)
#F5FAEA
(245,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DC72 color. Also use rgb(195,220,114) instead hex code.

Text Font Color

.myTextColor { color: #C3DC72; }

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

This text font color is #C3DC72.


Background Color

.myBgColor { background-color: #C3DC72; }

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

This div background color is #C3DC72.


Border color

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

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

This div border color is #C3DC72.


Opacity

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

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

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

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

This text has shadow with #C3DC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DC72 on black background.


Color preview on white background

This text has color #C3DC72 on white background.



Black color preview on #C3DC72 background

This text has black color on #C3DC72 background.


White color preview on #C3DC72 background

This text has white color on #C3DC72 background.