COLOR #C2D77E

HEX: #C2D77E
RGB: (194,215,126)

Color info

#C2D77E contains mainly red and green colors. Web safe color of #C2D77E is #CCCC66 (or #CC6).

RGB color model

#C2D77E color RGB value is (194,215,126).

  • red value is 194;
  • green value is 215;
  • blue value is 126.
RGB:
(194,215,126)
(76%,84%,49%)

RGB channels and saturation

R 194 of 255 = 76%
G 215 of 255 = 84%
B 126 of 255 = 49%

194
215
126

R + G + B ~ 70%. #C2D77E is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 215 + 126 = 535 (100%)
R 194 of 535 ~ 36.26%
G 215 of 535 ~ 40.19%
B 126 of 535 ~ 23.55%

%36.26
%40.19
%23.55

CMYK color model

#C2D77E color CMYK value is (10,0,41,16).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 41.40%
  • key color value is 15.69%
CMYK:
(10,0,41,16)
C10M0Y41K16 
(10%,0%,41%,16%)
(0.10/0.00/0.41/0.16)	

CMYK percentages

%9.77
%0
%41.4
%15.69

Codes

Color #C2D77E in popluar color models

C2D77E
RGB194215126
HSL74°52.66%66.86%
HSB/HSV74°41.40%84.31%
CMYK9.77%0.00%41.40%
15.69%

Color #C2D77E in popluar number systems.

HEXC2D77E
Decimal194215126
Binary11000010110101111111110
Octal302327176

Shades and tints

Shades of #C2D77E

#C2D77E
(194,215,126)
#B1C473
(177,196,115)
#A0B168
(160,177,104)
#8F9E5D
(143,158,93)
#7E8B52
(126,139,82)
#6D7847
(109,120,71)
#5C653C
(92,101,60)
#4B5231
(75,82,49)
#3A3F26
(58,63,38)
#292C1B
(41,44,27)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #C2D77E

#C2D77E
(194,215,126)
#C7DA89
(199,218,137)
#CCDD94
(204,221,148)
#D1E09F
(209,224,159)
#D6E3AA
(214,227,170)
#DBE6B5
(219,230,181)
#E0E9C0
(224,233,192)
#E5ECCB
(229,236,203)
#EAEFD6
(234,239,214)
#EFF2E1
(239,242,225)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D77E; }

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

This text font color is #C2D77E.


Background Color

.myBgColor { background-color: #C2D77E; }

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

This div background color is #C2D77E.


Border color

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

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

This div border color is #C2D77E.


Opacity

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

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

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

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

This text has shadow with #C2D77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D77E on black background.


Color preview on white background

This text has color #C2D77E on white background.



Black color preview on #C2D77E background

This text has black color on #C2D77E background.


White color preview on #C2D77E background

This text has white color on #C2D77E background.