COLOR #C2DF0D

HEX: #C2DF0D
RGB: (194,223,13)

Color info

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

RGB color model

#C2DF0D color RGB value is (194,223,13).

  • red value is 194;
  • green value is 223;
  • blue value is 13.
RGB:
(194,223,13)
(76%,87%,5%)

RGB channels and saturation

R 194 of 255 = 76%
G 223 of 255 = 87%
B 13 of 255 = 5%

194
223
13

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

Portions of RGB colors in percentages

R + G + B =
194 + 223 + 13 = 430 (100%)
R 194 of 430 ~ 45.12%
G 223 of 430 ~ 51.86%
B 13 of 430 ~ 3.02%

%45.12
%51.86

CMYK color model

#C2DF0D color CMYK value is (13,0,94,13).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 94.17%
  • key color value is 12.55%
CMYK:
(13,0,94,13)
C13M0Y94K13 
(13%,0%,94%,13%)
(0.13/0.00/0.94/0.13)	

CMYK percentages

%13
%0
%94.17
%12.55

Codes

Color #C2DF0D in popluar color models

C2DF0D
RGB19422313
HSL68°88.98%46.27%
HSB/HSV68°94.17%87.45%
CMYK13.00%0.00%94.17%
12.55%

Color #C2DF0D in popluar number systems.

HEXC2DF0D
Decimal19422313
Binary11000010110111111101
Octal30233715

Shades and tints

Shades of #C2DF0D

#C2DF0D
(194,223,13)
#B1CB0C
(177,203,12)
#A0B70B
(160,183,11)
#8FA30A
(143,163,10)
#7E8F09
(126,143,9)
#6D7B08
(109,123,8)
#5C6707
(92,103,7)
#4B5306
(75,83,6)
#3A3F05
(58,63,5)
#292B04
(41,43,4)
#181703
(24,23,3)
#000000
(0,0,0)

Tints of #C2DF0D

#C2DF0D
(194,223,13)
#C7E123
(199,225,35)
#CCE339
(204,227,57)
#D1E54F
(209,229,79)
#D6E765
(214,231,101)
#DBE97B
(219,233,123)
#E0EB91
(224,235,145)
#E5EDA7
(229,237,167)
#EAEFBD
(234,239,189)
#EFF1D3
(239,241,211)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DF0D color. Also use rgb(194,223,13) instead hex code.

Text Font Color

.myTextColor { color: #C2DF0D; }

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

This text font color is #C2DF0D.


Background Color

.myBgColor { background-color: #C2DF0D; }

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

This div background color is #C2DF0D.


Border color

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

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

This div border color is #C2DF0D.


Opacity

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

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

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

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

This text has shadow with #C2DF0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DF0D on black background.


Color preview on white background

This text has color #C2DF0D on white background.



Black color preview on #C2DF0D background

This text has black color on #C2DF0D background.


White color preview on #C2DF0D background

This text has white color on #C2DF0D background.