COLOR #C5CC11

HEX: #C5CC11
RGB: (197,204,17)

Color info

#C5CC11 contains mainly red and green colors. Web safe color of #C5CC11 is #CCCC00 (or #CC0).

RGB color model

#C5CC11 color RGB value is (197,204,17).

  • red value is 197;
  • green value is 204;
  • blue value is 17.
RGB:
(197,204,17)
(77%,80%,7%)

RGB channels and saturation

R 197 of 255 = 77%
G 204 of 255 = 80%
B 17 of 255 = 7%

197
204
17

R + G + B ~ 55%. #C5CC11 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 204 + 17 = 418 (100%)
R 197 of 418 ~ 47.13%
G 204 of 418 ~ 48.8%
B 17 of 418 ~ 4.07%

%47.13
%48.8

CMYK color model

#C5CC11 color CMYK value is (3,0,92,20).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 20.00%
CMYK:
(3,0,92,20)
C3M0Y92K20 
(3%,0%,92%,20%)
(0.03/0.00/0.92/0.20)	

CMYK percentages

%3.43
%0
%91.67
%20

Codes

Color #C5CC11 in popluar color models

C5CC11
RGB19720417
HSL62°84.62%43.33%
HSB/HSV62°91.67%80.00%
CMYK3.43%0.00%91.67%
20.00%

Color #C5CC11 in popluar number systems.

HEXC5CC11
Decimal19720417
Binary110001011100110010001
Octal30531421

Shades and tints

Shades of #C5CC11

#C5CC11
(197,204,17)
#B4BA10
(180,186,16)
#A3A80F
(163,168,15)
#92960E
(146,150,14)
#81840D
(129,132,13)
#70720C
(112,114,12)
#5F600B
(95,96,11)
#4E4E0A
(78,78,10)
#3D3C09
(61,60,9)
#2C2A08
(44,42,8)
#1B1807
(27,24,7)
#000000
(0,0,0)

Tints of #C5CC11

#C5CC11
(197,204,17)
#CAD026
(202,208,38)
#CFD43B
(207,212,59)
#D4D850
(212,216,80)
#D9DC65
(217,220,101)
#DEE07A
(222,224,122)
#E3E48F
(227,228,143)
#E8E8A4
(232,232,164)
#EDECB9
(237,236,185)
#F2F0CE
(242,240,206)
#F7F4E3
(247,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CC11 color. Also use rgb(197,204,17) instead hex code.

Text Font Color

.myTextColor { color: #C5CC11; }

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

This text font color is #C5CC11.


Background Color

.myBgColor { background-color: #C5CC11; }

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

This div background color is #C5CC11.


Border color

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

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

This div border color is #C5CC11.


Opacity

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

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

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

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

This text has shadow with #C5CC11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CC11 on black background.


Color preview on white background

This text has color #C5CC11 on white background.



Black color preview on #C5CC11 background

This text has black color on #C5CC11 background.


White color preview on #C5CC11 background

This text has white color on #C5CC11 background.