COLOR #C1D517

HEX: #C1D517
RGB: (193,213,23)

Color info

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

RGB color model

#C1D517 color RGB value is (193,213,23).

  • red value is 193;
  • green value is 213;
  • blue value is 23.
RGB:
(193,213,23)
(76%,84%,9%)

RGB channels and saturation

R 193 of 255 = 76%
G 213 of 255 = 84%
B 23 of 255 = 9%

193
213
23

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

Portions of RGB colors in percentages

R + G + B =
193 + 213 + 23 = 429 (100%)
R 193 of 429 ~ 44.99%
G 213 of 429 ~ 49.65%
B 23 of 429 ~ 5.36%

%44.99
%49.65

CMYK color model

#C1D517 color CMYK value is (9,0,89,16).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 89.20%
  • key color value is 16.47%
CMYK:
(9,0,89,16)
C9M0Y89K16 
(9%,0%,89%,16%)
(0.09/0.00/0.89/0.16)	

CMYK percentages

%9.39
%0
%89.2
%16.47

Codes

Color #C1D517 in popluar color models

C1D517
RGB19321323
HSL66°80.51%46.27%
HSB/HSV66°89.20%83.53%
CMYK9.39%0.00%89.20%
16.47%

Color #C1D517 in popluar number systems.

HEXC1D517
Decimal19321323
Binary110000011101010110111
Octal30132527

Shades and tints

Shades of #C1D517

#C1D517
(193,213,23)
#B0C215
(176,194,21)
#9FAF13
(159,175,19)
#8E9C11
(142,156,17)
#7D890F
(125,137,15)
#6C760D
(108,118,13)
#5B630B
(91,99,11)
#4A5009
(74,80,9)
#393D07
(57,61,7)
#282A05
(40,42,5)
#171703
(23,23,3)
#000000
(0,0,0)

Tints of #C1D517

#C1D517
(193,213,23)
#C6D82C
(198,216,44)
#CBDB41
(203,219,65)
#D0DE56
(208,222,86)
#D5E16B
(213,225,107)
#DAE480
(218,228,128)
#DFE795
(223,231,149)
#E4EAAA
(228,234,170)
#E9EDBF
(233,237,191)
#EEF0D4
(238,240,212)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D517 color. Also use rgb(193,213,23) instead hex code.

Text Font Color

.myTextColor { color: #C1D517; }

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

This text font color is #C1D517.


Background Color

.myBgColor { background-color: #C1D517; }

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

This div background color is #C1D517.


Border color

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

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

This div border color is #C1D517.


Opacity

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

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

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

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

This text has shadow with #C1D517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D517 on black background.


Color preview on white background

This text has color #C1D517 on white background.



Black color preview on #C1D517 background

This text has black color on #C1D517 background.


White color preview on #C1D517 background

This text has white color on #C1D517 background.