COLOR #C5E98D

HEX: #C5E98D
RGB: (197,233,141)

Color info

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

RGB color model

#C5E98D color RGB value is (197,233,141).

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

RGB channels and saturation

R 197 of 255 = 77%
G 233 of 255 = 91%
B 141 of 255 = 55%

197
233
141

R + G + B ~ 74%. #C5E98D is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 233 + 141 = 571 (100%)
R 197 of 571 ~ 34.5%
G 233 of 571 ~ 40.81%
B 141 of 571 ~ 24.69%

%34.5
%40.81
%24.69

CMYK color model

#C5E98D color CMYK value is (15,0,39,9).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 39.48%
  • key color value is 8.63%
CMYK:
(15,0,39,9)
C15M0Y39K9 
(15%,0%,39%,9%)
(0.15/0.00/0.39/0.09)	

CMYK percentages

%15.45
%0
%39.48
%8.63

Codes

Color #C5E98D in popluar color models

C5E98D
RGB197233141
HSL83°67.65%73.33%
HSB/HSV83°39.48%91.37%
CMYK15.45%0.00%39.48%
8.63%

Color #C5E98D in popluar number systems.

HEXC5E98D
Decimal197233141
Binary110001011110100110001101
Octal305351215

Shades and tints

Shades of #C5E98D

#C5E98D
(197,233,141)
#B4D481
(180,212,129)
#A3BF75
(163,191,117)
#92AA69
(146,170,105)
#81955D
(129,149,93)
#708051
(112,128,81)
#5F6B45
(95,107,69)
#4E5639
(78,86,57)
#3D412D
(61,65,45)
#2C2C21
(44,44,33)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #C5E98D

#C5E98D
(197,233,141)
#CAEB97
(202,235,151)
#CFEDA1
(207,237,161)
#D4EFAB
(212,239,171)
#D9F1B5
(217,241,181)
#DEF3BF
(222,243,191)
#E3F5C9
(227,245,201)
#E8F7D3
(232,247,211)
#EDF9DD
(237,249,221)
#F2FBE7
(242,251,231)
#F7FDF1
(247,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E98D; }

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

This text font color is #C5E98D.


Background Color

.myBgColor { background-color: #C5E98D; }

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

This div background color is #C5E98D.


Border color

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

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

This div border color is #C5E98D.


Opacity

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

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

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

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

This text has shadow with #C5E98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E98D on black background.


Color preview on white background

This text has color #C5E98D on white background.



Black color preview on #C5E98D background

This text has black color on #C5E98D background.


White color preview on #C5E98D background

This text has white color on #C5E98D background.