COLOR #C0DD93

HEX: #C0DD93
RGB: (192,221,147)

Color info

#C0DD93 contains mainly red and green colors. Web safe color of #C0DD93 is #CCCC99 (or #CC9).

RGB color model

#C0DD93 color RGB value is (192,221,147).

  • red value is 192;
  • green value is 221;
  • blue value is 147.
RGB:
(192,221,147)
(75%,87%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 221 of 255 = 87%
B 147 of 255 = 58%

192
221
147

R + G + B ~ 73%. #C0DD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 221 + 147 = 560 (100%)
R 192 of 560 ~ 34.29%
G 221 of 560 ~ 39.46%
B 147 of 560 ~ 26.25%

%34.29
%39.46
%26.25

CMYK color model

#C0DD93 color CMYK value is (13,0,33,13).

  • cyan value is 13.12%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(13,0,33,13)
C13M0Y33K13 
(13%,0%,33%,13%)
(0.13/0.00/0.33/0.13)	

CMYK percentages

%13.12
%0
%33.48
%13.33

Codes

Color #C0DD93 in popluar color models

C0DD93
RGB192221147
HSL84°52.11%72.16%
HSB/HSV84°33.48%86.67%
CMYK13.12%0.00%33.48%
13.33%

Color #C0DD93 in popluar number systems.

HEXC0DD93
Decimal192221147
Binary110000001101110110010011
Octal300335223

Shades and tints

Shades of #C0DD93

#C0DD93
(192,221,147)
#AFC986
(175,201,134)
#9EB579
(158,181,121)
#8DA16C
(141,161,108)
#7C8D5F
(124,141,95)
#6B7952
(107,121,82)
#5A6545
(90,101,69)
#495138
(73,81,56)
#383D2B
(56,61,43)
#27291E
(39,41,30)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #C0DD93

#C0DD93
(192,221,147)
#C5E09C
(197,224,156)
#CAE3A5
(202,227,165)
#CFE6AE
(207,230,174)
#D4E9B7
(212,233,183)
#D9ECC0
(217,236,192)
#DEEFC9
(222,239,201)
#E3F2D2
(227,242,210)
#E8F5DB
(232,245,219)
#EDF8E4
(237,248,228)
#F2FBED
(242,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0DD93; }

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

This text font color is #C0DD93.


Background Color

.myBgColor { background-color: #C0DD93; }

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

This div background color is #C0DD93.


Border color

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

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

This div border color is #C0DD93.


Opacity

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

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

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

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

This text has shadow with #C0DD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0DD93 on black background.


Color preview on white background

This text has color #C0DD93 on white background.



Black color preview on #C0DD93 background

This text has black color on #C0DD93 background.


White color preview on #C0DD93 background

This text has white color on #C0DD93 background.