COLOR #C2E381

HEX: #C2E381
RGB: (194,227,129)

Color info

#C2E381 contains mainly red and green colors. Web safe color of #C2E381 is #CCCC99 (or #CC9).

RGB color model

#C2E381 color RGB value is (194,227,129).

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

RGB channels and saturation

R 194 of 255 = 76%
G 227 of 255 = 89%
B 129 of 255 = 51%

194
227
129

R + G + B ~ 72%. #C2E381 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 227 + 129 = 550 (100%)
R 194 of 550 ~ 35.27%
G 227 of 550 ~ 41.27%
B 129 of 550 ~ 23.45%

%35.27
%41.27
%23.45

CMYK color model

#C2E381 color CMYK value is (15,0,43,11).

  • cyan value is 14.54%
  • magenta value is 0.00%
  • yellow value is 43.17%
  • key color value is 10.98%
CMYK:
(15,0,43,11)
C15M0Y43K11 
(15%,0%,43%,11%)
(0.15/0.00/0.43/0.11)	

CMYK percentages

%14.54
%0
%43.17
%10.98

Codes

Color #C2E381 in popluar color models

C2E381
RGB194227129
HSL80°63.64%69.80%
HSB/HSV80°43.17%89.02%
CMYK14.54%0.00%43.17%
10.98%

Color #C2E381 in popluar number systems.

HEXC2E381
Decimal194227129
Binary110000101110001110000001
Octal302343201

Shades and tints

Shades of #C2E381

#C2E381
(194,227,129)
#B1CF76
(177,207,118)
#A0BB6B
(160,187,107)
#8FA760
(143,167,96)
#7E9355
(126,147,85)
#6D7F4A
(109,127,74)
#5C6B3F
(92,107,63)
#4B5734
(75,87,52)
#3A4329
(58,67,41)
#292F1E
(41,47,30)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #C2E381

#C2E381
(194,227,129)
#C7E58C
(199,229,140)
#CCE797
(204,231,151)
#D1E9A2
(209,233,162)
#D6EBAD
(214,235,173)
#DBEDB8
(219,237,184)
#E0EFC3
(224,239,195)
#E5F1CE
(229,241,206)
#EAF3D9
(234,243,217)
#EFF5E4
(239,245,228)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E381; }

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

This text font color is #C2E381.


Background Color

.myBgColor { background-color: #C2E381; }

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

This div background color is #C2E381.


Border color

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

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

This div border color is #C2E381.


Opacity

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

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

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

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

This text has shadow with #C2E381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E381 on black background.


Color preview on white background

This text has color #C2E381 on white background.



Black color preview on #C2E381 background

This text has black color on #C2E381 background.


White color preview on #C2E381 background

This text has white color on #C2E381 background.