COLOR #C2E781

HEX: #C2E781
RGB: (194,231,129)

Color info

#C2E781 contains mainly red and green colors. Web safe color of #C2E781 is #CCFF99 (or #CF9).

RGB color model

#C2E781 color RGB value is (194,231,129).

  • red value is 194;
  • green value is 231;
  • blue value is 129.
RGB:
(194,231,129)
(76%,91%,51%)

RGB channels and saturation

R 194 of 255 = 76%
G 231 of 255 = 91%
B 129 of 255 = 51%

194
231
129

R + G + B ~ 73%. #C2E781 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 231 + 129 = 554 (100%)
R 194 of 554 ~ 35.02%
G 231 of 554 ~ 41.7%
B 129 of 554 ~ 23.29%

%35.02
%41.7
%23.29

CMYK color model

#C2E781 color CMYK value is (16,0,44,9).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 44.16%
  • key color value is 9.41%
CMYK:
(16,0,44,9)
C16M0Y44K9 
(16%,0%,44%,9%)
(0.16/0.00/0.44/0.09)	

CMYK percentages

%16.02
%0
%44.16
%9.41

Codes

Color #C2E781 in popluar color models

C2E781
RGB194231129
HSL82°68.00%70.59%
HSB/HSV82°44.16%90.59%
CMYK16.02%0.00%44.16%
9.41%

Color #C2E781 in popluar number systems.

HEXC2E781
Decimal194231129
Binary110000101110011110000001
Octal302347201

Shades and tints

Shades of #C2E781

#C2E781
(194,231,129)
#B1D276
(177,210,118)
#A0BD6B
(160,189,107)
#8FA860
(143,168,96)
#7E9355
(126,147,85)
#6D7E4A
(109,126,74)
#5C693F
(92,105,63)
#4B5434
(75,84,52)
#3A3F29
(58,63,41)
#292A1E
(41,42,30)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #C2E781

#C2E781
(194,231,129)
#C7E98C
(199,233,140)
#CCEB97
(204,235,151)
#D1EDA2
(209,237,162)
#D6EFAD
(214,239,173)
#DBF1B8
(219,241,184)
#E0F3C3
(224,243,195)
#E5F5CE
(229,245,206)
#EAF7D9
(234,247,217)
#EFF9E4
(239,249,228)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E781 color. Also use rgb(194,231,129) instead hex code.

Text Font Color

.myTextColor { color: #C2E781; }

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

This text font color is #C2E781.


Background Color

.myBgColor { background-color: #C2E781; }

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

This div background color is #C2E781.


Border color

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

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

This div border color is #C2E781.


Opacity

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

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

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

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

This text has shadow with #C2E781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E781 on black background.


Color preview on white background

This text has color #C2E781 on white background.



Black color preview on #C2E781 background

This text has black color on #C2E781 background.


White color preview on #C2E781 background

This text has white color on #C2E781 background.