COLOR #C5DC6E

HEX: #C5DC6E RGB: (197,220,110)

Color info

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

RGB color model

#C5DC6E color RGB value is (197,220,110).

RGB: (197,220,110) (77%, 86%, 43%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 110 of 255 = 43%

197
220
110

R + G + B ~ 69%. #C5DC6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 220 + 110 = 527 (100%)
R 197 of 527 ~ 37.38%
G 220 of 527 ~ 41.75%
B 110 of 527 ~ 20.87'%

%37.38
%41.75
%20.87

CMYK color model

#C5DC6E color CMYK value is (10,0,50,14).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 13.73%

CMYK: (10,0,50,14)
C10M0Y50K14 (10%, 0%, 50%, 14%)
(0.10 / 0.00 / 0.50 / 0.14)

CMYK percentages

%10.45
%0
%50
%13.73

Codes

Color #C5DC6E in popluar color models

C5 DC 6E
RGB 197 220 110
HSL 73° 61.11% 64.71%
HSB/HSV 73° 50.00% 86.27%
CMYK 10.45% 0.00% 50.00%
13.73%

Color #C5DC6E in popluar number systems.

HEX C5 DC 6E
Decimal 197 220 110
Binary 11000101 11011100 1101110
Octal 305 334 156

Shades and tints

Shades of #C5DC6E

#C5DC6E
(197,220,110)
#B4C864
(180,200,100)
#A3B45A
(163,180,90)
#92A050
(146,160,80)
#818C46
(129,140,70)
#70783C
(112,120,60)
#5F6432
(95,100,50)
#4E5028
(78,80,40)
#3D3C1E
(61,60,30)
#2C2814
(44,40,20)
#1B140A
(27,20,10)
#000000
(0,0,0)

Tints of #C5DC6E

#C5DC6E
(197,220,110)
#CADF7B
(202,223,123)
#CFE288
(207,226,136)
#D4E595
(212,229,149)
#D9E8A2
(217,232,162)
#DEEBAF
(222,235,175)
#E3EEBC
(227,238,188)
#E8F1C9
(232,241,201)
#EDF4D6
(237,244,214)
#F2F7E3
(242,247,227)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DC6E color. Also use rgb(197,220,110) instead hex code.

Text Font Color

.myTextColor { color: #C5DC6E; }

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

This text font color is #C5DC6E.

Background Color

.myBgColor { background-color: #C5DC6E; }

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

This div background color is #C5DC6E.

Border color

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

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

This div border color is #C5DC6E.

Opacity

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

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

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

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

This text has shadow with #C5DC6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DC6E.

Preview

Color preview on black background

This text has color #C5DC6E on black background.


Color preview on white background

This text has color #C5DC6E on white background.


Black color preview on #C5DC6E background

This text has black color on #C5DC6E background.


White color preview on #C5DC6E background

This text has white color on #C5DC6E background.


Related colors

Complementary color

Complementary color for #hex is #3A2391.


I love getcolorcode.com

Triadic colors

1 #6EC5DC and #DC6EC5 with #C5DC6E are triadic colors.

2 #6EDCC5 and #DCC56E with #C5DC6E are triadic colors.