COLOR #C9FB7A

HEX: #C9FB7A
RGB: (201,251,122)

Color info

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

RGB color model

#C9FB7A color RGB value is (201,251,122).

  • red value is 201;
  • green value is 251;
  • blue value is 122.
RGB:
(201,251,122)
(79%,98%,48%)

RGB channels and saturation

R 201 of 255 = 79%
G 251 of 255 = 98%
B 122 of 255 = 48%

201
251
122

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

Portions of RGB colors in percentages

R + G + B =
201 + 251 + 122 = 574 (100%)
R 201 of 574 ~ 35.02%
G 251 of 574 ~ 43.73%
B 122 of 574 ~ 21.25%

%35.02
%43.73
%21.25

CMYK color model

#C9FB7A color CMYK value is (20,0,51,2).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 51.39%
  • key color value is 1.57%
CMYK:
(20,0,51,2)
C20M0Y51K2 
(20%,0%,51%,2%)
(0.20/0.00/0.51/0.02)	

CMYK percentages

%19.92
%0
%51.39
%1.57

Codes

Color #C9FB7A in popluar color models

C9FB7A
RGB201251122
HSL83°94.16%73.14%
HSB/HSV83°51.39%98.43%
CMYK19.92%0.00%51.39%
1.57%

Color #C9FB7A in popluar number systems.

HEXC9FB7A
Decimal201251122
Binary11001001111110111111010
Octal311373172

Shades and tints

Shades of #C9FB7A

#C9FB7A
(201,251,122)
#B7E56F
(183,229,111)
#A5CF64
(165,207,100)
#93B959
(147,185,89)
#81A34E
(129,163,78)
#6F8D43
(111,141,67)
#5D7738
(93,119,56)
#4B612D
(75,97,45)
#394B22
(57,75,34)
#273517
(39,53,23)
#151F0C
(21,31,12)
#000000
(0,0,0)

Tints of #C9FB7A

#C9FB7A
(201,251,122)
#CDFB86
(205,251,134)
#D1FB92
(209,251,146)
#D5FB9E
(213,251,158)
#D9FBAA
(217,251,170)
#DDFBB6
(221,251,182)
#E1FBC2
(225,251,194)
#E5FBCE
(229,251,206)
#E9FBDA
(233,251,218)
#EDFBE6
(237,251,230)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FB7A color. Also use rgb(201,251,122) instead hex code.

Text Font Color

.myTextColor { color: #C9FB7A; }

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

This text font color is #C9FB7A.


Background Color

.myBgColor { background-color: #C9FB7A; }

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

This div background color is #C9FB7A.


Border color

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

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

This div border color is #C9FB7A.


Opacity

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

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

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

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

This text has shadow with #C9FB7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FB7A on black background.


Color preview on white background

This text has color #C9FB7A on white background.



Black color preview on #C9FB7A background

This text has black color on #C9FB7A background.


White color preview on #C9FB7A background

This text has white color on #C9FB7A background.