COLOR #C5D960

HEX: #C5D960
RGB: (197,217,96)

Color info

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

RGB color model

#C5D960 color RGB value is (197,217,96).

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

RGB channels and saturation

R 197 of 255 = 77%
G 217 of 255 = 85%
B 96 of 255 = 38%

197
217
96

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

Portions of RGB colors in percentages

R + G + B =
197 + 217 + 96 = 510 (100%)
R 197 of 510 ~ 38.63%
G 217 of 510 ~ 42.55%
B 96 of 510 ~ 18.82%

%38.63
%42.55
%18.82

CMYK color model

#C5D960 color CMYK value is (9,0,56,15).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 55.76%
  • key color value is 14.90%
CMYK:
(9,0,56,15)
C9M0Y56K15 
(9%,0%,56%,15%)
(0.09/0.00/0.56/0.15)	

CMYK percentages

%9.22
%0
%55.76
%14.9

Codes

Color #C5D960 in popluar color models

C5D960
RGB19721796
HSL70°61.42%61.37%
HSB/HSV70°55.76%85.10%
CMYK9.22%0.00%55.76%
14.90%

Color #C5D960 in popluar number systems.

HEXC5D960
Decimal19721796
Binary11000101110110011100000
Octal305331140

Shades and tints

Shades of #C5D960

#C5D960
(197,217,96)
#B4C658
(180,198,88)
#A3B350
(163,179,80)
#92A048
(146,160,72)
#818D40
(129,141,64)
#707A38
(112,122,56)
#5F6730
(95,103,48)
#4E5428
(78,84,40)
#3D4120
(61,65,32)
#2C2E18
(44,46,24)
#1B1B10
(27,27,16)
#000000
(0,0,0)

Tints of #C5D960

#C5D960
(197,217,96)
#CADC6E
(202,220,110)
#CFDF7C
(207,223,124)
#D4E28A
(212,226,138)
#D9E598
(217,229,152)
#DEE8A6
(222,232,166)
#E3EBB4
(227,235,180)
#E8EEC2
(232,238,194)
#EDF1D0
(237,241,208)
#F2F4DE
(242,244,222)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D960; }

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

This text font color is #C5D960.


Background Color

.myBgColor { background-color: #C5D960; }

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

This div background color is #C5D960.


Border color

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

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

This div border color is #C5D960.


Opacity

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

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

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

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

This text has shadow with #C5D960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D960 on black background.


Color preview on white background

This text has color #C5D960 on white background.



Black color preview on #C5D960 background

This text has black color on #C5D960 background.


White color preview on #C5D960 background

This text has white color on #C5D960 background.