COLOR #C5E994

HEX: #C5E994
RGB: (197,233,148)

Color info

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

RGB color model

#C5E994 color RGB value is (197,233,148).

  • red value is 197;
  • green value is 233;
  • blue value is 148.
RGB:
(197,233,148)
(77%,91%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 233 of 255 = 91%
B 148 of 255 = 58%

197
233
148

R + G + B ~ 75%. #C5E994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 233 + 148 = 578 (100%)
R 197 of 578 ~ 34.08%
G 233 of 578 ~ 40.31%
B 148 of 578 ~ 25.61%

%34.08
%40.31
%25.61

CMYK color model

#C5E994 color CMYK value is (15,0,36,9).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 36.48%
  • key color value is 8.63%
CMYK:
(15,0,36,9)
C15M0Y36K9 
(15%,0%,36%,9%)
(0.15/0.00/0.36/0.09)	

CMYK percentages

%15.45
%0
%36.48
%8.63

Codes

Color #C5E994 in popluar color models

C5E994
RGB197233148
HSL85°65.89%74.71%
HSB/HSV85°36.48%91.37%
CMYK15.45%0.00%36.48%
8.63%

Color #C5E994 in popluar number systems.

HEXC5E994
Decimal197233148
Binary110001011110100110010100
Octal305351224

Shades and tints

Shades of #C5E994

#C5E994
(197,233,148)
#B4D487
(180,212,135)
#A3BF7A
(163,191,122)
#92AA6D
(146,170,109)
#819560
(129,149,96)
#708053
(112,128,83)
#5F6B46
(95,107,70)
#4E5639
(78,86,57)
#3D412C
(61,65,44)
#2C2C1F
(44,44,31)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #C5E994

#C5E994
(197,233,148)
#CAEB9D
(202,235,157)
#CFEDA6
(207,237,166)
#D4EFAF
(212,239,175)
#D9F1B8
(217,241,184)
#DEF3C1
(222,243,193)
#E3F5CA
(227,245,202)
#E8F7D3
(232,247,211)
#EDF9DC
(237,249,220)
#F2FBE5
(242,251,229)
#F7FDEE
(247,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E994 color. Also use rgb(197,233,148) instead hex code.

Text Font Color

.myTextColor { color: #C5E994; }

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

This text font color is #C5E994.


Background Color

.myBgColor { background-color: #C5E994; }

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

This div background color is #C5E994.


Border color

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

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

This div border color is #C5E994.


Opacity

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

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

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

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

This text has shadow with #C5E994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E994 on black background.


Color preview on white background

This text has color #C5E994 on white background.



Black color preview on #C5E994 background

This text has black color on #C5E994 background.


White color preview on #C5E994 background

This text has white color on #C5E994 background.