COLOR #C9DE52

HEX: #C9DE52
RGB: (201,222,82)

Color info

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

RGB color model

#C9DE52 color RGB value is (201,222,82).

  • red value is 201;
  • green value is 222;
  • blue value is 82.
RGB:
(201,222,82)
(79%,87%,32%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 82 of 255 = 32%

201
222
82

R + G + B ~ 66%. #C9DE52 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 222 + 82 = 505 (100%)
R 201 of 505 ~ 39.8%
G 222 of 505 ~ 43.96%
B 82 of 505 ~ 16.24%

%39.8
%43.96
%16.24

CMYK color model

#C9DE52 color CMYK value is (9,0,63,13).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 63.06%
  • key color value is 12.94%
CMYK:
(9,0,63,13)
C9M0Y63K13 
(9%,0%,63%,13%)
(0.09/0.00/0.63/0.13)	

CMYK percentages

%9.46
%0
%63.06
%12.94

Codes

Color #C9DE52 in popluar color models

C9DE52
RGB20122282
HSL69°67.96%59.61%
HSB/HSV69°63.06%87.06%
CMYK9.46%0.00%63.06%
12.94%

Color #C9DE52 in popluar number systems.

HEXC9DE52
Decimal20122282
Binary11001001110111101010010
Octal311336122

Shades and tints

Shades of #C9DE52

#C9DE52
(201,222,82)
#B7CA4B
(183,202,75)
#A5B644
(165,182,68)
#93A23D
(147,162,61)
#818E36
(129,142,54)
#6F7A2F
(111,122,47)
#5D6628
(93,102,40)
#4B5221
(75,82,33)
#393E1A
(57,62,26)
#272A13
(39,42,19)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #C9DE52

#C9DE52
(201,222,82)
#CDE161
(205,225,97)
#D1E470
(209,228,112)
#D5E77F
(213,231,127)
#D9EA8E
(217,234,142)
#DDED9D
(221,237,157)
#E1F0AC
(225,240,172)
#E5F3BB
(229,243,187)
#E9F6CA
(233,246,202)
#EDF9D9
(237,249,217)
#F1FCE8
(241,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DE52 color. Also use rgb(201,222,82) instead hex code.

Text Font Color

.myTextColor { color: #C9DE52; }

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

This text font color is #C9DE52.


Background Color

.myBgColor { background-color: #C9DE52; }

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

This div background color is #C9DE52.


Border color

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

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

This div border color is #C9DE52.


Opacity

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

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

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

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

This text has shadow with #C9DE52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DE52 on black background.


Color preview on white background

This text has color #C9DE52 on white background.



Black color preview on #C9DE52 background

This text has black color on #C9DE52 background.


White color preview on #C9DE52 background

This text has white color on #C9DE52 background.