COLOR #C9F58D

HEX: #C9F58D
RGB: (201,245,141)

Color info

#C9F58D contains mainly red and green colors. Web safe color of #C9F58D is #CCFF99 (or #CF9).

RGB color model

#C9F58D color RGB value is (201,245,141).

  • red value is 201;
  • green value is 245;
  • blue value is 141.
RGB:
(201,245,141)
(79%,96%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 245 of 255 = 96%
B 141 of 255 = 55%

201
245
141

R + G + B ~ 77%. #C9F58D is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 245 + 141 = 587 (100%)
R 201 of 587 ~ 34.24%
G 245 of 587 ~ 41.74%
B 141 of 587 ~ 24.02%

%34.24
%41.74
%24.02

CMYK color model

#C9F58D color CMYK value is (18,0,42,4).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 42.45%
  • key color value is 3.92%
CMYK:
(18,0,42,4)
C18M0Y42K4 
(18%,0%,42%,4%)
(0.18/0.00/0.42/0.04)	

CMYK percentages

%17.96
%0
%42.45
%3.92

Codes

Color #C9F58D in popluar color models

C9F58D
RGB201245141
HSL85°83.87%75.69%
HSB/HSV85°42.45%96.08%
CMYK17.96%0.00%42.45%
3.92%

Color #C9F58D in popluar number systems.

HEXC9F58D
Decimal201245141
Binary110010011111010110001101
Octal311365215

Shades and tints

Shades of #C9F58D

#C9F58D
(201,245,141)
#B7DF81
(183,223,129)
#A5C975
(165,201,117)
#93B369
(147,179,105)
#819D5D
(129,157,93)
#6F8751
(111,135,81)
#5D7145
(93,113,69)
#4B5B39
(75,91,57)
#39452D
(57,69,45)
#272F21
(39,47,33)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #C9F58D

#C9F58D
(201,245,141)
#CDF597
(205,245,151)
#D1F5A1
(209,245,161)
#D5F5AB
(213,245,171)
#D9F5B5
(217,245,181)
#DDF5BF
(221,245,191)
#E1F5C9
(225,245,201)
#E5F5D3
(229,245,211)
#E9F5DD
(233,245,221)
#EDF5E7
(237,245,231)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F58D color. Also use rgb(201,245,141) instead hex code.

Text Font Color

.myTextColor { color: #C9F58D; }

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

This text font color is #C9F58D.


Background Color

.myBgColor { background-color: #C9F58D; }

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

This div background color is #C9F58D.


Border color

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

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

This div border color is #C9F58D.


Opacity

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

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

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

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

This text has shadow with #C9F58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F58D on black background.


Color preview on white background

This text has color #C9F58D on white background.



Black color preview on #C9F58D background

This text has black color on #C9F58D background.


White color preview on #C9F58D background

This text has white color on #C9F58D background.