COLOR #C5D838

HEX: #C5D838
RGB: (197,216,56)

Color info

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

RGB color model

#C5D838 color RGB value is (197,216,56).

  • red value is 197;
  • green value is 216;
  • blue value is 56.
RGB:
(197,216,56)
(77%,85%,22%)

RGB channels and saturation

R 197 of 255 = 77%
G 216 of 255 = 85%
B 56 of 255 = 22%

197
216
56

R + G + B ~ 61%. #C5D838 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 216 + 56 = 469 (100%)
R 197 of 469 ~ 42%
G 216 of 469 ~ 46.06%
B 56 of 469 ~ 11.94%

%42
%46.06
%11.94

CMYK color model

#C5D838 color CMYK value is (9,0,74,15).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 15.29%
CMYK:
(9,0,74,15)
C9M0Y74K15 
(9%,0%,74%,15%)
(0.09/0.00/0.74/0.15)	

CMYK percentages

%8.8
%0
%74.07
%15.29

Codes

Color #C5D838 in popluar color models

C5D838
RGB19721656
HSL67°67.23%53.33%
HSB/HSV67°74.07%84.71%
CMYK8.80%0.00%74.07%
15.29%

Color #C5D838 in popluar number systems.

HEXC5D838
Decimal19721656
Binary1100010111011000111000
Octal30533070

Shades and tints

Shades of #C5D838

#C5D838
(197,216,56)
#B4C533
(180,197,51)
#A3B22E
(163,178,46)
#929F29
(146,159,41)
#818C24
(129,140,36)
#70791F
(112,121,31)
#5F661A
(95,102,26)
#4E5315
(78,83,21)
#3D4010
(61,64,16)
#2C2D0B
(44,45,11)
#1B1A06
(27,26,6)
#000000
(0,0,0)

Tints of #C5D838

#C5D838
(197,216,56)
#CADB4A
(202,219,74)
#CFDE5C
(207,222,92)
#D4E16E
(212,225,110)
#D9E480
(217,228,128)
#DEE792
(222,231,146)
#E3EAA4
(227,234,164)
#E8EDB6
(232,237,182)
#EDF0C8
(237,240,200)
#F2F3DA
(242,243,218)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D838 color. Also use rgb(197,216,56) instead hex code.

Text Font Color

.myTextColor { color: #C5D838; }

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

This text font color is #C5D838.


Background Color

.myBgColor { background-color: #C5D838; }

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

This div background color is #C5D838.


Border color

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

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

This div border color is #C5D838.


Opacity

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

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

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

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

This text has shadow with #C5D838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D838 on black background.


Color preview on white background

This text has color #C5D838 on white background.



Black color preview on #C5D838 background

This text has black color on #C5D838 background.


White color preview on #C5D838 background

This text has white color on #C5D838 background.