COLOR #C5D57F

HEX: #C5D57F RGB: (197,213,127)

Color info

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

RGB color model

#C5D57F color RGB value is (197,213,127).

RGB: (197,213,127) (77%, 84%, 50%)

RGB channels and saturation

R 197 of 255 = 77%
G 213 of 255 = 84%
B 127 of 255 = 50%

197
213
127

R + G + B ~ 70%. #C5D57F is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 213 + 127 = 537 (100%)
R 197 of 537 ~ 36.69%
G 213 of 537 ~ 39.66%
B 127 of 537 ~ 23.65'%

%36.69
%39.66
%23.65

CMYK color model

#C5D57F color CMYK value is (8,0,40,16).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 16.47%

CMYK: (8,0,40,16)
C8M0Y40K16 (8%, 0%, 40%, 16%)
(0.08 / 0.00 / 0.40 / 0.16)

CMYK percentages

%7.51
%0
%40.38
%16.47

Codes

Color #C5D57F in popluar color models

C5 D5 7F
RGB 197 213 127
HSL 71° 50.59% 66.67%
HSB/HSV 71° 40.38% 83.53%
CMYK 7.51% 0.00% 40.38%
16.47%

Color #C5D57F in popluar number systems.

HEX C5 D5 7F
Decimal 197 213 127
Binary 11000101 11010101 1111111
Octal 305 325 177

Shades and tints

Shades of #C5D57F

#C5D57F
(197,213,127)
#B4C274
(180,194,116)
#A3AF69
(163,175,105)
#929C5E
(146,156,94)
#818953
(129,137,83)
#707648
(112,118,72)
#5F633D
(95,99,61)
#4E5032
(78,80,50)
#3D3D27
(61,61,39)
#2C2A1C
(44,42,28)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #C5D57F

#C5D57F
(197,213,127)
#CAD88A
(202,216,138)
#CFDB95
(207,219,149)
#D4DEA0
(212,222,160)
#D9E1AB
(217,225,171)
#DEE4B6
(222,228,182)
#E3E7C1
(227,231,193)
#E8EACC
(232,234,204)
#EDEDD7
(237,237,215)
#F2F0E2
(242,240,226)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D57F; }

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

This text font color is #C5D57F.

Background Color

.myBgColor { background-color: #C5D57F; }

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

This div background color is #C5D57F.

Border color

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

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

This div border color is #C5D57F.

Opacity

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

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

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

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

This text has shadow with #C5D57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D57F.

Preview

Color preview on black background

This text has color #C5D57F on black background.


Color preview on white background

This text has color #C5D57F on white background.


Black color preview on #C5D57F background

This text has black color on #C5D57F background.


White color preview on #C5D57F background

This text has white color on #C5D57F background.


Related colors

Complementary color

Complementary color for #hex is #3A2A80.


I love getcolorcode.com

Triadic colors

1 #7FC5D5 and #D57FC5 with #C5D57F are triadic colors.

2 #7FD5C5 and #D5C57F with #C5D57F are triadic colors.