COLOR #C2D917

HEX: #C2D917
RGB: (194,217,23)

Color info

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

RGB color model

#C2D917 color RGB value is (194,217,23).

  • red value is 194;
  • green value is 217;
  • blue value is 23.
RGB:
(194,217,23)
(76%,85%,9%)

RGB channels and saturation

R 194 of 255 = 76%
G 217 of 255 = 85%
B 23 of 255 = 9%

194
217
23

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

Portions of RGB colors in percentages

R + G + B =
194 + 217 + 23 = 434 (100%)
R 194 of 434 ~ 44.7%
G 217 of 434 ~ 50%
B 23 of 434 ~ 5.3%

%44.7
%50

CMYK color model

#C2D917 color CMYK value is (11,0,89,15).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 89.40%
  • key color value is 14.90%
CMYK:
(11,0,89,15)
C11M0Y89K15 
(11%,0%,89%,15%)
(0.11/0.00/0.89/0.15)	

CMYK percentages

%10.6
%0
%89.4
%14.9

Codes

Color #C2D917 in popluar color models

C2D917
RGB19421723
HSL67°80.83%47.06%
HSB/HSV67°89.40%85.10%
CMYK10.60%0.00%89.40%
14.90%

Color #C2D917 in popluar number systems.

HEXC2D917
Decimal19421723
Binary110000101101100110111
Octal30233127

Shades and tints

Shades of #C2D917

#C2D917
(194,217,23)
#B1C615
(177,198,21)
#A0B313
(160,179,19)
#8FA011
(143,160,17)
#7E8D0F
(126,141,15)
#6D7A0D
(109,122,13)
#5C670B
(92,103,11)
#4B5409
(75,84,9)
#3A4107
(58,65,7)
#292E05
(41,46,5)
#181B03
(24,27,3)
#000000
(0,0,0)

Tints of #C2D917

#C2D917
(194,217,23)
#C7DC2C
(199,220,44)
#CCDF41
(204,223,65)
#D1E256
(209,226,86)
#D6E56B
(214,229,107)
#DBE880
(219,232,128)
#E0EB95
(224,235,149)
#E5EEAA
(229,238,170)
#EAF1BF
(234,241,191)
#EFF4D4
(239,244,212)
#F4F7E9
(244,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D917 color. Also use rgb(194,217,23) instead hex code.

Text Font Color

.myTextColor { color: #C2D917; }

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

This text font color is #C2D917.


Background Color

.myBgColor { background-color: #C2D917; }

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

This div background color is #C2D917.


Border color

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

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

This div border color is #C2D917.


Opacity

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

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

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

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

This text has shadow with #C2D917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D917 on black background.


Color preview on white background

This text has color #C2D917 on white background.



Black color preview on #C2D917 background

This text has black color on #C2D917 background.


White color preview on #C2D917 background

This text has white color on #C2D917 background.