COLOR #C2F396

HEX: #C2F396
RGB: (194,243,150)

Color info

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

RGB color model

#C2F396 color RGB value is (194,243,150).

  • red value is 194;
  • green value is 243;
  • blue value is 150.
RGB:
(194,243,150)
(76%,95%,59%)

RGB channels and saturation

R 194 of 255 = 76%
G 243 of 255 = 95%
B 150 of 255 = 59%

194
243
150

R + G + B ~ 77%. #C2F396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 243 + 150 = 587 (100%)
R 194 of 587 ~ 33.05%
G 243 of 587 ~ 41.4%
B 150 of 587 ~ 25.55%

%33.05
%41.4
%25.55

CMYK color model

#C2F396 color CMYK value is (20,0,38,5).

  • cyan value is 20.16%
  • magenta value is 0.00%
  • yellow value is 38.27%
  • key color value is 4.71%
CMYK:
(20,0,38,5)
C20M0Y38K5 
(20%,0%,38%,5%)
(0.20/0.00/0.38/0.05)	

CMYK percentages

%20.16
%0
%38.27
%4.71

Codes

Color #C2F396 in popluar color models

C2F396
RGB194243150
HSL92°79.49%77.06%
HSB/HSV92°38.27%95.29%
CMYK20.16%0.00%38.27%
4.71%

Color #C2F396 in popluar number systems.

HEXC2F396
Decimal194243150
Binary110000101111001110010110
Octal302363226

Shades and tints

Shades of #C2F396

#C2F396
(194,243,150)
#B1DD89
(177,221,137)
#A0C77C
(160,199,124)
#8FB16F
(143,177,111)
#7E9B62
(126,155,98)
#6D8555
(109,133,85)
#5C6F48
(92,111,72)
#4B593B
(75,89,59)
#3A432E
(58,67,46)
#292D21
(41,45,33)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #C2F396

#C2F396
(194,243,150)
#C7F49F
(199,244,159)
#CCF5A8
(204,245,168)
#D1F6B1
(209,246,177)
#D6F7BA
(214,247,186)
#DBF8C3
(219,248,195)
#E0F9CC
(224,249,204)
#E5FAD5
(229,250,213)
#EAFBDE
(234,251,222)
#EFFCE7
(239,252,231)
#F4FDF0
(244,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F396 color. Also use rgb(194,243,150) instead hex code.

Text Font Color

.myTextColor { color: #C2F396; }

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

This text font color is #C2F396.


Background Color

.myBgColor { background-color: #C2F396; }

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

This div background color is #C2F396.


Border color

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

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

This div border color is #C2F396.


Opacity

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

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

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

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

This text has shadow with #C2F396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F396 on black background.


Color preview on white background

This text has color #C2F396 on white background.



Black color preview on #C2F396 background

This text has black color on #C2F396 background.


White color preview on #C2F396 background

This text has white color on #C2F396 background.