COLOR #C5DF7F

HEX: #C5DF7F
RGB: (197,223,127)

Color info

#C5DF7F contains mainly red and green colors. Web safe color of #C5DF7F is #CCCC66 (or #CC6).

RGB color model

#C5DF7F color RGB value is (197,223,127).

  • red value is 197;
  • green value is 223;
  • blue value is 127.
RGB:
(197,223,127)
(77%,87%,50%)

RGB channels and saturation

R 197 of 255 = 77%
G 223 of 255 = 87%
B 127 of 255 = 50%

197
223
127

R + G + B ~ 71%. #C5DF7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 223 + 127 = 547 (100%)
R 197 of 547 ~ 36.01%
G 223 of 547 ~ 40.77%
B 127 of 547 ~ 23.22%

%36.01
%40.77
%23.22

CMYK color model

#C5DF7F color CMYK value is (12,0,43,13).

  • cyan value is 11.66%
  • magenta value is 0.00%
  • yellow value is 43.05%
  • key color value is 12.55%
CMYK:
(12,0,43,13)
C12M0Y43K13 
(12%,0%,43%,13%)
(0.12/0.00/0.43/0.13)	

CMYK percentages

%11.66
%0
%43.05
%12.55

Codes

Color #C5DF7F in popluar color models

C5DF7F
RGB197223127
HSL76°60.00%68.63%
HSB/HSV76°43.05%87.45%
CMYK11.66%0.00%43.05%
12.55%

Color #C5DF7F in popluar number systems.

HEXC5DF7F
Decimal197223127
Binary11000101110111111111111
Octal305337177

Shades and tints

Shades of #C5DF7F

#C5DF7F
(197,223,127)
#B4CB74
(180,203,116)
#A3B769
(163,183,105)
#92A35E
(146,163,94)
#818F53
(129,143,83)
#707B48
(112,123,72)
#5F673D
(95,103,61)
#4E5332
(78,83,50)
#3D3F27
(61,63,39)
#2C2B1C
(44,43,28)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #C5DF7F

#C5DF7F
(197,223,127)
#CAE18A
(202,225,138)
#CFE395
(207,227,149)
#D4E5A0
(212,229,160)
#D9E7AB
(217,231,171)
#DEE9B6
(222,233,182)
#E3EBC1
(227,235,193)
#E8EDCC
(232,237,204)
#EDEFD7
(237,239,215)
#F2F1E2
(242,241,226)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DF7F color. Also use rgb(197,223,127) instead hex code.

Text Font Color

.myTextColor { color: #C5DF7F; }

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

This text font color is #C5DF7F.


Background Color

.myBgColor { background-color: #C5DF7F; }

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

This div background color is #C5DF7F.


Border color

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

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

This div border color is #C5DF7F.


Opacity

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

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

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

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

This text has shadow with #C5DF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DF7F on black background.


Color preview on white background

This text has color #C5DF7F on white background.



Black color preview on #C5DF7F background

This text has black color on #C5DF7F background.


White color preview on #C5DF7F background

This text has white color on #C5DF7F background.