COLOR #C2D149

HEX: #C2D149
RGB: (194,209,73)

Color info

#C2D149 contains mainly red and green colors. Web safe color of #C2D149 is #CCCC33 (or #CC3).

RGB color model

#C2D149 color RGB value is (194,209,73).

  • red value is 194;
  • green value is 209;
  • blue value is 73.
RGB:
(194,209,73)
(76%,82%,29%)

RGB channels and saturation

R 194 of 255 = 76%
G 209 of 255 = 82%
B 73 of 255 = 29%

194
209
73

R + G + B ~ 62%. #C2D149 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 209 + 73 = 476 (100%)
R 194 of 476 ~ 40.76%
G 209 of 476 ~ 43.91%
B 73 of 476 ~ 15.34%

%40.76
%43.91
%15.34

CMYK color model

#C2D149 color CMYK value is (7,0,65,18).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 65.07%
  • key color value is 18.04%
CMYK:
(7,0,65,18)
C7M0Y65K18 
(7%,0%,65%,18%)
(0.07/0.00/0.65/0.18)	

CMYK percentages

%7.18
%0
%65.07
%18.04

Codes

Color #C2D149 in popluar color models

C2D149
RGB19420973
HSL67°59.65%55.29%
HSB/HSV67°65.07%81.96%
CMYK7.18%0.00%65.07%
18.04%

Color #C2D149 in popluar number systems.

HEXC2D149
Decimal19420973
Binary11000010110100011001001
Octal302321111

Shades and tints

Shades of #C2D149

#C2D149
(194,209,73)
#B1BE43
(177,190,67)
#A0AB3D
(160,171,61)
#8F9837
(143,152,55)
#7E8531
(126,133,49)
#6D722B
(109,114,43)
#5C5F25
(92,95,37)
#4B4C1F
(75,76,31)
#3A3919
(58,57,25)
#292613
(41,38,19)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #C2D149

#C2D149
(194,209,73)
#C7D559
(199,213,89)
#CCD969
(204,217,105)
#D1DD79
(209,221,121)
#D6E189
(214,225,137)
#DBE599
(219,229,153)
#E0E9A9
(224,233,169)
#E5EDB9
(229,237,185)
#EAF1C9
(234,241,201)
#EFF5D9
(239,245,217)
#F4F9E9
(244,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D149 color. Also use rgb(194,209,73) instead hex code.

Text Font Color

.myTextColor { color: #C2D149; }

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

This text font color is #C2D149.


Background Color

.myBgColor { background-color: #C2D149; }

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

This div background color is #C2D149.


Border color

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

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

This div border color is #C2D149.


Opacity

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

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

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

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

This text has shadow with #C2D149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D149 on black background.


Color preview on white background

This text has color #C2D149 on white background.



Black color preview on #C2D149 background

This text has black color on #C2D149 background.


White color preview on #C2D149 background

This text has white color on #C2D149 background.