COLOR #C0D960

HEX: #C0D960
RGB: (192,217,96)

Color info

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

RGB color model

#C0D960 color RGB value is (192,217,96).

  • red value is 192;
  • green value is 217;
  • blue value is 96.
RGB:
(192,217,96)
(75%,85%,38%)

RGB channels and saturation

R 192 of 255 = 75%
G 217 of 255 = 85%
B 96 of 255 = 38%

192
217
96

R + G + B ~ 66%. #C0D960 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 217 + 96 = 505 (100%)
R 192 of 505 ~ 38.02%
G 217 of 505 ~ 42.97%
B 96 of 505 ~ 19.01%

%38.02
%42.97
%19.01

CMYK color model

#C0D960 color CMYK value is (12,0,56,15).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 55.76%
  • key color value is 14.90%
CMYK:
(12,0,56,15)
C12M0Y56K15 
(12%,0%,56%,15%)
(0.12/0.00/0.56/0.15)	

CMYK percentages

%11.52
%0
%55.76
%14.9

Codes

Color #C0D960 in popluar color models

C0D960
RGB19221796
HSL72°61.42%61.37%
HSB/HSV72°55.76%85.10%
CMYK11.52%0.00%55.76%
14.90%

Color #C0D960 in popluar number systems.

HEXC0D960
Decimal19221796
Binary11000000110110011100000
Octal300331140

Shades and tints

Shades of #C0D960

#C0D960
(192,217,96)
#AFC658
(175,198,88)
#9EB350
(158,179,80)
#8DA048
(141,160,72)
#7C8D40
(124,141,64)
#6B7A38
(107,122,56)
#5A6730
(90,103,48)
#495428
(73,84,40)
#384120
(56,65,32)
#272E18
(39,46,24)
#161B10
(22,27,16)
#000000
(0,0,0)

Tints of #C0D960

#C0D960
(192,217,96)
#C5DC6E
(197,220,110)
#CADF7C
(202,223,124)
#CFE28A
(207,226,138)
#D4E598
(212,229,152)
#D9E8A6
(217,232,166)
#DEEBB4
(222,235,180)
#E3EEC2
(227,238,194)
#E8F1D0
(232,241,208)
#EDF4DE
(237,244,222)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D960 color. Also use rgb(192,217,96) instead hex code.

Text Font Color

.myTextColor { color: #C0D960; }

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

This text font color is #C0D960.


Background Color

.myBgColor { background-color: #C0D960; }

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

This div background color is #C0D960.


Border color

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

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

This div border color is #C0D960.


Opacity

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

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

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

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

This text has shadow with #C0D960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D960 on black background.


Color preview on white background

This text has color #C0D960 on white background.



Black color preview on #C0D960 background

This text has black color on #C0D960 background.


White color preview on #C0D960 background

This text has white color on #C0D960 background.