COLOR #C5D343

HEX: #C5D343
RGB: (197,211,67)

Color info

#C5D343 contains mainly red and green colors. Web safe color of #C5D343 is #CCCC33 (or #CC3).

RGB color model

#C5D343 color RGB value is (197,211,67).

  • red value is 197;
  • green value is 211;
  • blue value is 67.
RGB:
(197,211,67)
(77%,83%,26%)

RGB channels and saturation

R 197 of 255 = 77%
G 211 of 255 = 83%
B 67 of 255 = 26%

197
211
67

R + G + B ~ 62%. #C5D343 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 211 + 67 = 475 (100%)
R 197 of 475 ~ 41.47%
G 211 of 475 ~ 44.42%
B 67 of 475 ~ 14.11%

%41.47
%44.42
%14.11

CMYK color model

#C5D343 color CMYK value is (7,0,68,17).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 68.25%
  • key color value is 17.25%
CMYK:
(7,0,68,17)
C7M0Y68K17 
(7%,0%,68%,17%)
(0.07/0.00/0.68/0.17)	

CMYK percentages

%6.64
%0
%68.25
%17.25

Codes

Color #C5D343 in popluar color models

C5D343
RGB19721167
HSL66°62.07%54.51%
HSB/HSV66°68.25%82.75%
CMYK6.64%0.00%68.25%
17.25%

Color #C5D343 in popluar number systems.

HEXC5D343
Decimal19721167
Binary11000101110100111000011
Octal305323103

Shades and tints

Shades of #C5D343

#C5D343
(197,211,67)
#B4C03D
(180,192,61)
#A3AD37
(163,173,55)
#929A31
(146,154,49)
#81872B
(129,135,43)
#707425
(112,116,37)
#5F611F
(95,97,31)
#4E4E19
(78,78,25)
#3D3B13
(61,59,19)
#2C280D
(44,40,13)
#1B1507
(27,21,7)
#000000
(0,0,0)

Tints of #C5D343

#C5D343
(197,211,67)
#CAD754
(202,215,84)
#CFDB65
(207,219,101)
#D4DF76
(212,223,118)
#D9E387
(217,227,135)
#DEE798
(222,231,152)
#E3EBA9
(227,235,169)
#E8EFBA
(232,239,186)
#EDF3CB
(237,243,203)
#F2F7DC
(242,247,220)
#F7FBED
(247,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D343 color. Also use rgb(197,211,67) instead hex code.

Text Font Color

.myTextColor { color: #C5D343; }

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

This text font color is #C5D343.


Background Color

.myBgColor { background-color: #C5D343; }

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

This div background color is #C5D343.


Border color

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

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

This div border color is #C5D343.


Opacity

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

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

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

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

This text has shadow with #C5D343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D343 on black background.


Color preview on white background

This text has color #C5D343 on white background.



Black color preview on #C5D343 background

This text has black color on #C5D343 background.


White color preview on #C5D343 background

This text has white color on #C5D343 background.