COLOR #C5DE89

HEX: #C5DE89
RGB: (197,222,137)

Color info

#C5DE89 contains mainly red and green colors. Web safe color of #C5DE89 is #CCCC99 (or #CC9).

RGB color model

#C5DE89 color RGB value is (197,222,137).

  • red value is 197;
  • green value is 222;
  • blue value is 137.
RGB:
(197,222,137)
(77%,87%,54%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 137 of 255 = 54%

197
222
137

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

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 137 = 556 (100%)
R 197 of 556 ~ 35.43%
G 222 of 556 ~ 39.93%
B 137 of 556 ~ 24.64%

%35.43
%39.93
%24.64

CMYK color model

#C5DE89 color CMYK value is (11,0,38,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 38.29%
  • key color value is 12.94%
CMYK:
(11,0,38,13)
C11M0Y38K13 
(11%,0%,38%,13%)
(0.11/0.00/0.38/0.13)	

CMYK percentages

%11.26
%0
%38.29
%12.94

Codes

Color #C5DE89 in popluar color models

C5DE89
RGB197222137
HSL78°56.29%70.39%
HSB/HSV78°38.29%87.06%
CMYK11.26%0.00%38.29%
12.94%

Color #C5DE89 in popluar number systems.

HEXC5DE89
Decimal197222137
Binary110001011101111010001001
Octal305336211

Shades and tints

Shades of #C5DE89

#C5DE89
(197,222,137)
#B4CA7D
(180,202,125)
#A3B671
(163,182,113)
#92A265
(146,162,101)
#818E59
(129,142,89)
#707A4D
(112,122,77)
#5F6641
(95,102,65)
#4E5235
(78,82,53)
#3D3E29
(61,62,41)
#2C2A1D
(44,42,29)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5DE89

#C5DE89
(197,222,137)
#CAE193
(202,225,147)
#CFE49D
(207,228,157)
#D4E7A7
(212,231,167)
#D9EAB1
(217,234,177)
#DEEDBB
(222,237,187)
#E3F0C5
(227,240,197)
#E8F3CF
(232,243,207)
#EDF6D9
(237,246,217)
#F2F9E3
(242,249,227)
#F7FCED
(247,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DE89 color. Also use rgb(197,222,137) instead hex code.

Text Font Color

.myTextColor { color: #C5DE89; }

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

This text font color is #C5DE89.


Background Color

.myBgColor { background-color: #C5DE89; }

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

This div background color is #C5DE89.


Border color

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

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

This div border color is #C5DE89.


Opacity

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

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

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

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

This text has shadow with #C5DE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DE89 on black background.


Color preview on white background

This text has color #C5DE89 on white background.



Black color preview on #C5DE89 background

This text has black color on #C5DE89 background.


White color preview on #C5DE89 background

This text has white color on #C5DE89 background.