COLOR #C3DC66

HEX: #C3DC66 RGB: (195,220,102)

Color info

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

RGB color model

#C3DC66 color RGB value is (195,220,102).

RGB: (195,220,102) (76%, 86%, 40%)

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 102 of 255 = 40%

195
220
102

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

Portions of RGB colors in percentages

R + G + B = 195 + 220 + 102 = 517 (100%)
R 195 of 517 ~ 37.72%
G 220 of 517 ~ 42.55%
B 102 of 517 ~ 19.73'%

%37.72
%42.55
%19.73

CMYK color model

#C3DC66 color CMYK value is (11,0,54,14).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 53.64%
  • key color value is 13.73%

CMYK: (11,0,54,14)
C11M0Y54K14 (11%, 0%, 54%, 14%)
(0.11 / 0.00 / 0.54 / 0.14)

CMYK percentages

%11.36
%0
%53.64
%13.73

Codes

Color #C3DC66 in popluar color models

C3 DC 66
RGB 195 220 102
HSL 73° 62.77% 63.14%
HSB/HSV 73° 53.64% 86.27%
CMYK 11.36% 0.00% 53.64%
13.73%

Color #C3DC66 in popluar number systems.

HEX C3 DC 66
Decimal 195 220 102
Binary 11000011 11011100 1100110
Octal 303 334 146

Shades and tints

Shades of #C3DC66

#C3DC66
(195,220,102)
#B2C85D
(178,200,93)
#A1B454
(161,180,84)
#90A04B
(144,160,75)
#7F8C42
(127,140,66)
#6E7839
(110,120,57)
#5D6430
(93,100,48)
#4C5027
(76,80,39)
#3B3C1E
(59,60,30)
#2A2815
(42,40,21)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #C3DC66

#C3DC66
(195,220,102)
#C8DF73
(200,223,115)
#CDE280
(205,226,128)
#D2E58D
(210,229,141)
#D7E89A
(215,232,154)
#DCEBA7
(220,235,167)
#E1EEB4
(225,238,180)
#E6F1C1
(230,241,193)
#EBF4CE
(235,244,206)
#F0F7DB
(240,247,219)
#F5FAE8
(245,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DC66; }

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

This text font color is #C3DC66.

Background Color

.myBgColor { background-color: #C3DC66; }

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

This div background color is #C3DC66.

Border color

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

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

This div border color is #C3DC66.

Opacity

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

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

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

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

This text has shadow with #C3DC66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DC66.

Preview

Color preview on black background

This text has color #C3DC66 on black background.


Color preview on white background

This text has color #C3DC66 on white background.


Black color preview on #C3DC66 background

This text has black color on #C3DC66 background.


White color preview on #C3DC66 background

This text has white color on #C3DC66 background.


Related colors

Complementary color

Complementary color for #hex is #3C2399.


I love getcolorcode.com

Triadic colors

1 #66C3DC and #DC66C3 with #C3DC66 are triadic colors.

2 #66DCC3 and #DCC366 with #C3DC66 are triadic colors.