COLOR #C9F67F

HEX: #C9F67F
RGB: (201,246,127)

Color info

#C9F67F contains mainly red and green colors. Web safe color of #C9F67F is #CCFF66 (or #CF6).

RGB color model

#C9F67F color RGB value is (201,246,127).

  • red value is 201;
  • green value is 246;
  • blue value is 127.
RGB:
(201,246,127)
(79%,96%,50%)

RGB channels and saturation

R 201 of 255 = 79%
G 246 of 255 = 96%
B 127 of 255 = 50%

201
246
127

R + G + B ~ 75%. #C9F67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 246 + 127 = 574 (100%)
R 201 of 574 ~ 35.02%
G 246 of 574 ~ 42.86%
B 127 of 574 ~ 22.13%

%35.02
%42.86
%22.13

CMYK color model

#C9F67F color CMYK value is (18,0,48,4).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 48.37%
  • key color value is 3.53%
CMYK:
(18,0,48,4)
C18M0Y48K4 
(18%,0%,48%,4%)
(0.18/0.00/0.48/0.04)	

CMYK percentages

%18.29
%0
%48.37
%3.53

Codes

Color #C9F67F in popluar color models

C9F67F
RGB201246127
HSL83°86.86%73.14%
HSB/HSV83°48.37%96.47%
CMYK18.29%0.00%48.37%
3.53%

Color #C9F67F in popluar number systems.

HEXC9F67F
Decimal201246127
Binary11001001111101101111111
Octal311366177

Shades and tints

Shades of #C9F67F

#C9F67F
(201,246,127)
#B7E074
(183,224,116)
#A5CA69
(165,202,105)
#93B45E
(147,180,94)
#819E53
(129,158,83)
#6F8848
(111,136,72)
#5D723D
(93,114,61)
#4B5C32
(75,92,50)
#394627
(57,70,39)
#27301C
(39,48,28)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #C9F67F

#C9F67F
(201,246,127)
#CDF68A
(205,246,138)
#D1F695
(209,246,149)
#D5F6A0
(213,246,160)
#D9F6AB
(217,246,171)
#DDF6B6
(221,246,182)
#E1F6C1
(225,246,193)
#E5F6CC
(229,246,204)
#E9F6D7
(233,246,215)
#EDF6E2
(237,246,226)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F67F color. Also use rgb(201,246,127) instead hex code.

Text Font Color

.myTextColor { color: #C9F67F; }

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

This text font color is #C9F67F.


Background Color

.myBgColor { background-color: #C9F67F; }

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

This div background color is #C9F67F.


Border color

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

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

This div border color is #C9F67F.


Opacity

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

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

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

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

This text has shadow with #C9F67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F67F on black background.


Color preview on white background

This text has color #C9F67F on white background.



Black color preview on #C9F67F background

This text has black color on #C9F67F background.


White color preview on #C9F67F background

This text has white color on #C9F67F background.