COLOR #C0DD79

HEX: #C0DD79 RGB: (192,221,121)

Color info

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

RGB color model

#C0DD79 color RGB value is (192,221,121).

RGB: (192,221,121) (75%, 87%, 47%)

RGB channels and saturation

R 192 of 255 = 75%
G 221 of 255 = 87%
B 121 of 255 = 47%

192
221
121

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

Portions of RGB colors in percentages

R + G + B = 192 + 221 + 121 = 534 (100%)
R 192 of 534 ~ 35.96%
G 221 of 534 ~ 41.39%
B 121 of 534 ~ 22.66'%

%35.96
%41.39
%22.66

CMYK color model

#C0DD79 color CMYK value is (13,0,45,13).

  • cyan value is 13.12%
  • magenta value is 0.00%
  • yellow value is 45.25%
  • key color value is 13.33%

CMYK: (13,0,45,13)
C13M0Y45K13 (13%, 0%, 45%, 13%)
(0.13 / 0.00 / 0.45 / 0.13)

CMYK percentages

%13.12
%0
%45.25
%13.33

Codes

Color #C0DD79 in popluar color models

C0 DD 79
RGB 192 221 121
HSL 77° 59.52% 67.06%
HSB/HSV 77° 45.25% 86.67%
CMYK 13.12% 0.00% 45.25%
13.33%

Color #C0DD79 in popluar number systems.

HEX C0 DD 79
Decimal 192 221 121
Binary 11000000 11011101 1111001
Octal 300 335 171

Shades and tints

Shades of #C0DD79

#C0DD79
(192,221,121)
#AFC96E
(175,201,110)
#9EB563
(158,181,99)
#8DA158
(141,161,88)
#7C8D4D
(124,141,77)
#6B7942
(107,121,66)
#5A6537
(90,101,55)
#49512C
(73,81,44)
#383D21
(56,61,33)
#272916
(39,41,22)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #C0DD79

#C0DD79
(192,221,121)
#C5E085
(197,224,133)
#CAE391
(202,227,145)
#CFE69D
(207,230,157)
#D4E9A9
(212,233,169)
#D9ECB5
(217,236,181)
#DEEFC1
(222,239,193)
#E3F2CD
(227,242,205)
#E8F5D9
(232,245,217)
#EDF8E5
(237,248,229)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0DD79 color. Also use rgb(192,221,121) instead hex code.

Text Font Color

.myTextColor { color: #C0DD79; }

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

This text font color is #C0DD79.

Background Color

.myBgColor { background-color: #C0DD79; }

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

This div background color is #C0DD79.

Border color

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

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

This div border color is #C0DD79.

Opacity

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

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

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

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

This text has shadow with #C0DD79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0DD79.

Preview

Color preview on black background

This text has color #C0DD79 on black background.


Color preview on white background

This text has color #C0DD79 on white background.


Black color preview on #C0DD79 background

This text has black color on #C0DD79 background.


White color preview on #C0DD79 background

This text has white color on #C0DD79 background.


Related colors

Complementary color

Complementary color for #hex is #3F2286.


I love getcolorcode.com

Triadic colors

1 #79C0DD and #DD79C0 with #C0DD79 are triadic colors.

2 #79DDC0 and #DDC079 with #C0DD79 are triadic colors.