COLOR #C2F795

HEX: #C2F795
RGB: (194,247,149)

Color info

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

RGB color model

#C2F795 color RGB value is (194,247,149).

  • red value is 194;
  • green value is 247;
  • blue value is 149.
RGB:
(194,247,149)
(76%,97%,58%)

RGB channels and saturation

R 194 of 255 = 76%
G 247 of 255 = 97%
B 149 of 255 = 58%

194
247
149

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

Portions of RGB colors in percentages

R + G + B =
194 + 247 + 149 = 590 (100%)
R 194 of 590 ~ 32.88%
G 247 of 590 ~ 41.86%
B 149 of 590 ~ 25.25%

%32.88
%41.86
%25.25

CMYK color model

#C2F795 color CMYK value is (21,0,40,3).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 39.68%
  • key color value is 3.14%
CMYK:
(21,0,40,3)
C21M0Y40K3 
(21%,0%,40%,3%)
(0.21/0.00/0.40/0.03)	

CMYK percentages

%21.46
%0
%39.68
%3.14

Codes

Color #C2F795 in popluar color models

C2F795
RGB194247149
HSL92°85.96%77.65%
HSB/HSV92°39.68%96.86%
CMYK21.46%0.00%39.68%
3.14%

Color #C2F795 in popluar number systems.

HEXC2F795
Decimal194247149
Binary110000101111011110010101
Octal302367225

Shades and tints

Shades of #C2F795

#C2F795
(194,247,149)
#B1E188
(177,225,136)
#A0CB7B
(160,203,123)
#8FB56E
(143,181,110)
#7E9F61
(126,159,97)
#6D8954
(109,137,84)
#5C7347
(92,115,71)
#4B5D3A
(75,93,58)
#3A472D
(58,71,45)
#293120
(41,49,32)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #C2F795

#C2F795
(194,247,149)
#C7F79E
(199,247,158)
#CCF7A7
(204,247,167)
#D1F7B0
(209,247,176)
#D6F7B9
(214,247,185)
#DBF7C2
(219,247,194)
#E0F7CB
(224,247,203)
#E5F7D4
(229,247,212)
#EAF7DD
(234,247,221)
#EFF7E6
(239,247,230)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F795 color. Also use rgb(194,247,149) instead hex code.

Text Font Color

.myTextColor { color: #C2F795; }

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

This text font color is #C2F795.


Background Color

.myBgColor { background-color: #C2F795; }

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

This div background color is #C2F795.


Border color

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

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

This div border color is #C2F795.


Opacity

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

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

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

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

This text has shadow with #C2F795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F795 on black background.


Color preview on white background

This text has color #C2F795 on white background.



Black color preview on #C2F795 background

This text has black color on #C2F795 background.


White color preview on #C2F795 background

This text has white color on #C2F795 background.