COLOR #C2FA72

HEX: #C2FA72
RGB: (194,250,114)

Color info

#C2FA72 contains mainly red and green colors. Web safe color of #C2FA72 is #CCFF66 (or #CF6).

RGB color model

#C2FA72 color RGB value is (194,250,114).

  • red value is 194;
  • green value is 250;
  • blue value is 114.
RGB:
(194,250,114)
(76%,98%,45%)

RGB channels and saturation

R 194 of 255 = 76%
G 250 of 255 = 98%
B 114 of 255 = 45%

194
250
114

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

Portions of RGB colors in percentages

R + G + B =
194 + 250 + 114 = 558 (100%)
R 194 of 558 ~ 34.77%
G 250 of 558 ~ 44.8%
B 114 of 558 ~ 20.43%

%34.77
%44.8
%20.43

CMYK color model

#C2FA72 color CMYK value is (22,0,54,2).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 1.96%
CMYK:
(22,0,54,2)
C22M0Y54K2 
(22%,0%,54%,2%)
(0.22/0.00/0.54/0.02)	

CMYK percentages

%22.4
%0
%54.4
%1.96

Codes

Color #C2FA72 in popluar color models

C2FA72
RGB194250114
HSL85°93.15%71.37%
HSB/HSV85°54.40%98.04%
CMYK22.40%0.00%54.40%
1.96%

Color #C2FA72 in popluar number systems.

HEXC2FA72
Decimal194250114
Binary11000010111110101110010
Octal302372162

Shades and tints

Shades of #C2FA72

#C2FA72
(194,250,114)
#B1E468
(177,228,104)
#A0CE5E
(160,206,94)
#8FB854
(143,184,84)
#7EA24A
(126,162,74)
#6D8C40
(109,140,64)
#5C7636
(92,118,54)
#4B602C
(75,96,44)
#3A4A22
(58,74,34)
#293418
(41,52,24)
#181E0E
(24,30,14)
#000000
(0,0,0)

Tints of #C2FA72

#C2FA72
(194,250,114)
#C7FA7E
(199,250,126)
#CCFA8A
(204,250,138)
#D1FA96
(209,250,150)
#D6FAA2
(214,250,162)
#DBFAAE
(219,250,174)
#E0FABA
(224,250,186)
#E5FAC6
(229,250,198)
#EAFAD2
(234,250,210)
#EFFADE
(239,250,222)
#F4FAEA
(244,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2FA72 color. Also use rgb(194,250,114) instead hex code.

Text Font Color

.myTextColor { color: #C2FA72; }

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

This text font color is #C2FA72.


Background Color

.myBgColor { background-color: #C2FA72; }

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

This div background color is #C2FA72.


Border color

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

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

This div border color is #C2FA72.


Opacity

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

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

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

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

This text has shadow with #C2FA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2FA72 on black background.


Color preview on white background

This text has color #C2FA72 on white background.



Black color preview on #C2FA72 background

This text has black color on #C2FA72 background.


White color preview on #C2FA72 background

This text has white color on #C2FA72 background.