COLOR #C2D72A

HEX: #C2D72A RGB: (194,215,42)

Color info

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

RGB color model

#C2D72A color RGB value is (194,215,42).

RGB: (194,215,42) (76%, 84%, 16%)

RGB channels and saturation

R 194 of 255 = 76%
G 215 of 255 = 84%
B 42 of 255 = 16%

194
215
42

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

Portions of RGB colors in percentages

R + G + B = 194 + 215 + 42 = 451 (100%)
R 194 of 451 ~ 43.02%
G 215 of 451 ~ 47.67%
B 42 of 451 ~ 9.31'%

%43.02
%47.67

CMYK color model

#C2D72A color CMYK value is (10,0,80,16).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 80.47%
  • key color value is 15.69%

CMYK: (10,0,80,16)
C10M0Y80K16 (10%, 0%, 80%, 16%)
(0.10 / 0.00 / 0.80 / 0.16)

CMYK percentages

%9.77
%0
%80.47
%15.69

Codes

Color #C2D72A in popluar color models

C2 D7 2A
RGB 194 215 42
HSL 67° 68.38% 50.39%
HSB/HSV 67° 80.47% 84.31%
CMYK 9.77% 0.00% 80.47%
15.69%

Color #C2D72A in popluar number systems.

HEX C2 D7 2A
Decimal 194 215 42
Binary 11000010 11010111 101010
Octal 302 327 52

Shades and tints

Shades of #C2D72A

#C2D72A
(194,215,42)
#B1C427
(177,196,39)
#A0B124
(160,177,36)
#8F9E21
(143,158,33)
#7E8B1E
(126,139,30)
#6D781B
(109,120,27)
#5C6518
(92,101,24)
#4B5215
(75,82,21)
#3A3F12
(58,63,18)
#292C0F
(41,44,15)
#18190C
(24,25,12)
#000000
(0,0,0)

Tints of #C2D72A

#C2D72A
(194,215,42)
#C7DA3D
(199,218,61)
#CCDD50
(204,221,80)
#D1E063
(209,224,99)
#D6E376
(214,227,118)
#DBE689
(219,230,137)
#E0E99C
(224,233,156)
#E5ECAF
(229,236,175)
#EAEFC2
(234,239,194)
#EFF2D5
(239,242,213)
#F4F5E8
(244,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D72A color. Also use rgb(194,215,42) instead hex code.

Text Font Color

.myTextColor { color: #C2D72A; }

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

This text font color is #C2D72A.

Background Color

.myBgColor { background-color: #C2D72A; }

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

This div background color is #C2D72A.

Border color

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

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

This div border color is #C2D72A.

Opacity

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

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

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

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

This text has shadow with #C2D72A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D72A.

Preview

Color preview on black background

This text has color #C2D72A on black background.


Color preview on white background

This text has color #C2D72A on white background.


Black color preview on #C2D72A background

This text has black color on #C2D72A background.


White color preview on #C2D72A background

This text has white color on #C2D72A background.


Related colors

Complementary color

Complementary color for #hex is #3D28D5.


I love getcolorcode.com

Triadic colors

1 #2AC2D7 and #D72AC2 with #C2D72A are triadic colors.

2 #2AD7C2 and #D7C22A with #C2D72A are triadic colors.