COLOR #C9DA38

HEX: #C9DA38
RGB: (201,218,56)

Color info

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

RGB color model

#C9DA38 color RGB value is (201,218,56).

  • red value is 201;
  • green value is 218;
  • blue value is 56.
RGB:
(201,218,56)
(79%,85%,22%)

RGB channels and saturation

R 201 of 255 = 79%
G 218 of 255 = 85%
B 56 of 255 = 22%

201
218
56

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

Portions of RGB colors in percentages

R + G + B =
201 + 218 + 56 = 475 (100%)
R 201 of 475 ~ 42.32%
G 218 of 475 ~ 45.89%
B 56 of 475 ~ 11.79%

%42.32
%45.89
%11.79

CMYK color model

#C9DA38 color CMYK value is (8,0,74,15).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 74.31%
  • key color value is 14.51%
CMYK:
(8,0,74,15)
C8M0Y74K15 
(8%,0%,74%,15%)
(0.08/0.00/0.74/0.15)	

CMYK percentages

%7.8
%0
%74.31
%14.51

Codes

Color #C9DA38 in popluar color models

C9DA38
RGB20121856
HSL66°68.64%53.73%
HSB/HSV66°74.31%85.49%
CMYK7.80%0.00%74.31%
14.51%

Color #C9DA38 in popluar number systems.

HEXC9DA38
Decimal20121856
Binary1100100111011010111000
Octal31133270

Shades and tints

Shades of #C9DA38

#C9DA38
(201,218,56)
#B7C733
(183,199,51)
#A5B42E
(165,180,46)
#93A129
(147,161,41)
#818E24
(129,142,36)
#6F7B1F
(111,123,31)
#5D681A
(93,104,26)
#4B5515
(75,85,21)
#394210
(57,66,16)
#272F0B
(39,47,11)
#151C06
(21,28,6)
#000000
(0,0,0)

Tints of #C9DA38

#C9DA38
(201,218,56)
#CDDD4A
(205,221,74)
#D1E05C
(209,224,92)
#D5E36E
(213,227,110)
#D9E680
(217,230,128)
#DDE992
(221,233,146)
#E1ECA4
(225,236,164)
#E5EFB6
(229,239,182)
#E9F2C8
(233,242,200)
#EDF5DA
(237,245,218)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DA38 color. Also use rgb(201,218,56) instead hex code.

Text Font Color

.myTextColor { color: #C9DA38; }

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

This text font color is #C9DA38.


Background Color

.myBgColor { background-color: #C9DA38; }

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

This div background color is #C9DA38.


Border color

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

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

This div border color is #C9DA38.


Opacity

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

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

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

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

This text has shadow with #C9DA38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DA38 on black background.


Color preview on white background

This text has color #C9DA38 on white background.



Black color preview on #C9DA38 background

This text has black color on #C9DA38 background.


White color preview on #C9DA38 background

This text has white color on #C9DA38 background.