COLOR #C9F942

HEX: #C9F942
RGB: (201,249,66)

Color info

#C9F942 contains mainly red and green colors. Web safe color of #C9F942 is #CCFF33 (or #CF3).

RGB color model

#C9F942 color RGB value is (201,249,66).

  • red value is 201;
  • green value is 249;
  • blue value is 66.
RGB:
(201,249,66)
(79%,98%,26%)

RGB channels and saturation

R 201 of 255 = 79%
G 249 of 255 = 98%
B 66 of 255 = 26%

201
249
66

R + G + B ~ 68%. #C9F942 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 249 + 66 = 516 (100%)
R 201 of 516 ~ 38.95%
G 249 of 516 ~ 48.26%
B 66 of 516 ~ 12.79%

%38.95
%48.26
%12.79

CMYK color model

#C9F942 color CMYK value is (19,0,73,2).

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 73.49%
  • key color value is 2.35%
CMYK:
(19,0,73,2)
C19M0Y73K2 
(19%,0%,73%,2%)
(0.19/0.00/0.73/0.02)	

CMYK percentages

%19.28
%0
%73.49
%2.35

Codes

Color #C9F942 in popluar color models

C9F942
RGB20124966
HSL76°93.85%61.76%
HSB/HSV76°73.49%97.65%
CMYK19.28%0.00%73.49%
2.35%

Color #C9F942 in popluar number systems.

HEXC9F942
Decimal20124966
Binary11001001111110011000010
Octal311371102

Shades and tints

Shades of #C9F942

#C9F942
(201,249,66)
#B7E33C
(183,227,60)
#A5CD36
(165,205,54)
#93B730
(147,183,48)
#81A12A
(129,161,42)
#6F8B24
(111,139,36)
#5D751E
(93,117,30)
#4B5F18
(75,95,24)
#394912
(57,73,18)
#27330C
(39,51,12)
#151D06
(21,29,6)
#000000
(0,0,0)

Tints of #C9F942

#C9F942
(201,249,66)
#CDF953
(205,249,83)
#D1F964
(209,249,100)
#D5F975
(213,249,117)
#D9F986
(217,249,134)
#DDF997
(221,249,151)
#E1F9A8
(225,249,168)
#E5F9B9
(229,249,185)
#E9F9CA
(233,249,202)
#EDF9DB
(237,249,219)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F942 color. Also use rgb(201,249,66) instead hex code.

Text Font Color

.myTextColor { color: #C9F942; }

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

This text font color is #C9F942.


Background Color

.myBgColor { background-color: #C9F942; }

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

This div background color is #C9F942.


Border color

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

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

This div border color is #C9F942.


Opacity

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

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

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

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

This text has shadow with #C9F942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F942 on black background.


Color preview on white background

This text has color #C9F942 on white background.



Black color preview on #C9F942 background

This text has black color on #C9F942 background.


White color preview on #C9F942 background

This text has white color on #C9F942 background.