COLOR #C5DF3E

HEX: #C5DF3E
RGB: (197,223,62)

Color info

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

RGB color model

#C5DF3E color RGB value is (197,223,62).

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

RGB channels and saturation

R 197 of 255 = 77%
G 223 of 255 = 87%
B 62 of 255 = 24%

197
223
62

R + G + B ~ 63%. #C5DF3E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 223 + 62 = 482 (100%)
R 197 of 482 ~ 40.87%
G 223 of 482 ~ 46.27%
B 62 of 482 ~ 12.86%

%40.87
%46.27
%12.86

CMYK color model

#C5DF3E color CMYK value is (12,0,72,13).

  • cyan value is 11.66%
  • magenta value is 0.00%
  • yellow value is 72.20%
  • key color value is 12.55%
CMYK:
(12,0,72,13)
C12M0Y72K13 
(12%,0%,72%,13%)
(0.12/0.00/0.72/0.13)	

CMYK percentages

%11.66
%0
%72.2
%12.55

Codes

Color #C5DF3E in popluar color models

C5DF3E
RGB19722362
HSL70°71.56%55.88%
HSB/HSV70°72.20%87.45%
CMYK11.66%0.00%72.20%
12.55%

Color #C5DF3E in popluar number systems.

HEXC5DF3E
Decimal19722362
Binary1100010111011111111110
Octal30533776

Shades and tints

Shades of #C5DF3E

#C5DF3E
(197,223,62)
#B4CB39
(180,203,57)
#A3B734
(163,183,52)
#92A32F
(146,163,47)
#818F2A
(129,143,42)
#707B25
(112,123,37)
#5F6720
(95,103,32)
#4E531B
(78,83,27)
#3D3F16
(61,63,22)
#2C2B11
(44,43,17)
#1B170C
(27,23,12)
#000000
(0,0,0)

Tints of #C5DF3E

#C5DF3E
(197,223,62)
#CAE14F
(202,225,79)
#CFE360
(207,227,96)
#D4E571
(212,229,113)
#D9E782
(217,231,130)
#DEE993
(222,233,147)
#E3EBA4
(227,235,164)
#E8EDB5
(232,237,181)
#EDEFC6
(237,239,198)
#F2F1D7
(242,241,215)
#F7F3E8
(247,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DF3E; }

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

This text font color is #C5DF3E.


Background Color

.myBgColor { background-color: #C5DF3E; }

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

This div background color is #C5DF3E.


Border color

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

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

This div border color is #C5DF3E.


Opacity

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

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

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

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

This text has shadow with #C5DF3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DF3E on black background.


Color preview on white background

This text has color #C5DF3E on white background.



Black color preview on #C5DF3E background

This text has black color on #C5DF3E background.


White color preview on #C5DF3E background

This text has white color on #C5DF3E background.