COLOR #C9FF92

HEX: #C9FF92
RGB: (201,255,146)

Color info

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

RGB color model

#C9FF92 color RGB value is (201,255,146).

  • red value is 201;
  • green value is 255;
  • blue value is 146.
RGB:
(201,255,146)
(79%,100%,57%)

RGB channels and saturation

R 201 of 255 = 79%
G 255 of 255 = 100%
B 146 of 255 = 57%

201
255
146

R + G + B ~ 79%. #C9FF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 255 + 146 = 602 (100%)
R 201 of 602 ~ 33.39%
G 255 of 602 ~ 42.36%
B 146 of 602 ~ 24.25%

%33.39
%42.36
%24.25

CMYK color model

#C9FF92 color CMYK value is (21,0,43,0).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 42.75%
  • key color value is 0.00%
CMYK:
(21,0,43,0)
C21M0Y43K0 
(21%,0%,43%,0%)
(0.21/0.00/0.43/0.00)	

CMYK percentages

%21.18
%0
%42.75
%0

Codes

Color #C9FF92 in popluar color models

C9FF92
RGB201255146
HSL90°100.00%78.63%
HSB/HSV90°42.75%100.00%
CMYK21.18%0.00%42.75%
0.00%

Color #C9FF92 in popluar number systems.

HEXC9FF92
Decimal201255146
Binary110010011111111110010010
Octal311377222

Shades and tints

Shades of #C9FF92

#C9FF92
(201,255,146)
#B7E885
(183,232,133)
#A5D178
(165,209,120)
#93BA6B
(147,186,107)
#81A35E
(129,163,94)
#6F8C51
(111,140,81)
#5D7544
(93,117,68)
#4B5E37
(75,94,55)
#39472A
(57,71,42)
#27301D
(39,48,29)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #C9FF92

#C9FF92
(201,255,146)
#CDFF9B
(205,255,155)
#D1FFA4
(209,255,164)
#D5FFAD
(213,255,173)
#D9FFB6
(217,255,182)
#DDFFBF
(221,255,191)
#E1FFC8
(225,255,200)
#E5FFD1
(229,255,209)
#E9FFDA
(233,255,218)
#EDFFE3
(237,255,227)
#F1FFEC
(241,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FF92 color. Also use rgb(201,255,146) instead hex code.

Text Font Color

.myTextColor { color: #C9FF92; }

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

This text font color is #C9FF92.


Background Color

.myBgColor { background-color: #C9FF92; }

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

This div background color is #C9FF92.


Border color

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

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

This div border color is #C9FF92.


Opacity

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

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

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

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

This text has shadow with #C9FF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FF92 on black background.


Color preview on white background

This text has color #C9FF92 on white background.



Black color preview on #C9FF92 background

This text has black color on #C9FF92 background.


White color preview on #C9FF92 background

This text has white color on #C9FF92 background.