COLOR #C2F59A

HEX: #C2F59A
RGB: (194,245,154)

Color info

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

RGB color model

#C2F59A color RGB value is (194,245,154).

  • red value is 194;
  • green value is 245;
  • blue value is 154.
RGB:
(194,245,154)
(76%,96%,60%)

RGB channels and saturation

R 194 of 255 = 76%
G 245 of 255 = 96%
B 154 of 255 = 60%

194
245
154

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

Portions of RGB colors in percentages

R + G + B =
194 + 245 + 154 = 593 (100%)
R 194 of 593 ~ 32.72%
G 245 of 593 ~ 41.32%
B 154 of 593 ~ 25.97%

%32.72
%41.32
%25.97

CMYK color model

#C2F59A color CMYK value is (21,0,37,4).

  • cyan value is 20.82%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 3.92%
CMYK:
(21,0,37,4)
C21M0Y37K4 
(21%,0%,37%,4%)
(0.21/0.00/0.37/0.04)	

CMYK percentages

%20.82
%0
%37.14
%3.92

Codes

Color #C2F59A in popluar color models

C2F59A
RGB194245154
HSL94°81.98%78.24%
HSB/HSV94°37.14%96.08%
CMYK20.82%0.00%37.14%
3.92%

Color #C2F59A in popluar number systems.

HEXC2F59A
Decimal194245154
Binary110000101111010110011010
Octal302365232

Shades and tints

Shades of #C2F59A

#C2F59A
(194,245,154)
#B1DF8C
(177,223,140)
#A0C97E
(160,201,126)
#8FB370
(143,179,112)
#7E9D62
(126,157,98)
#6D8754
(109,135,84)
#5C7146
(92,113,70)
#4B5B38
(75,91,56)
#3A452A
(58,69,42)
#292F1C
(41,47,28)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #C2F59A

#C2F59A
(194,245,154)
#C7F5A3
(199,245,163)
#CCF5AC
(204,245,172)
#D1F5B5
(209,245,181)
#D6F5BE
(214,245,190)
#DBF5C7
(219,245,199)
#E0F5D0
(224,245,208)
#E5F5D9
(229,245,217)
#EAF5E2
(234,245,226)
#EFF5EB
(239,245,235)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F59A color. Also use rgb(194,245,154) instead hex code.

Text Font Color

.myTextColor { color: #C2F59A; }

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

This text font color is #C2F59A.


Background Color

.myBgColor { background-color: #C2F59A; }

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

This div background color is #C2F59A.


Border color

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

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

This div border color is #C2F59A.


Opacity

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

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

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

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

This text has shadow with #C2F59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F59A on black background.


Color preview on white background

This text has color #C2F59A on white background.



Black color preview on #C2F59A background

This text has black color on #C2F59A background.


White color preview on #C2F59A background

This text has white color on #C2F59A background.