COLOR #C9FE8E

HEX: #C9FE8E RGB: (201,254,142)

Color info

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

RGB color model

#C9FE8E color RGB value is (201,254,142).

RGB: (201,254,142) (79%, 100%, 56%)

RGB channels and saturation

R 201 of 255 = 79%
G 254 of 255 = 100%
B 142 of 255 = 56%

201
254
142

R + G + B ~ 78%. #C9FE8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 254 + 142 = 597 (100%)
R 201 of 597 ~ 33.67%
G 254 of 597 ~ 42.55%
B 142 of 597 ~ 23.79'%

%33.67
%42.55
%23.79

CMYK color model

#C9FE8E color CMYK value is (21,0,44,0).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 44.09%
  • key color value is 0.39%
CMYK: (21,0,44,0) C21M0Y44K0 (21%,0%,44%,0%) (0.21/0.00/0.44/0.00) 

CMYK percentages

%20.87
%0
%44.09
%0.39

Codes

Color #C9FE8E in popluar color models

C9 FE 8E
RGB 201 254 142
HSL 88° 98.25% 77.65%
HSB/HSV 88° 44.09% 99.61%
CMYK 20.87% 0.00% 44.09%
0.39%

Color #C9FE8E in popluar number systems.

HEX C9 FE 8E
Decimal 201 254 142
Binary 11001001 11111110 10001110
Octal 311 376 216

Shades and tints

Shades of #C9FE8E

#C9FE8E
(201,254,142)
#B7E782
(183,231,130)
#A5D076
(165,208,118)
#93B96A
(147,185,106)
#81A25E
(129,162,94)
#6F8B52
(111,139,82)
#5D7446
(93,116,70)
#4B5D3A
(75,93,58)
#39462E
(57,70,46)
#272F22
(39,47,34)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #C9FE8E

#C9FE8E
(201,254,142)
#CDFE98
(205,254,152)
#D1FEA2
(209,254,162)
#D5FEAC
(213,254,172)
#D9FEB6
(217,254,182)
#DDFEC0
(221,254,192)
#E1FECA
(225,254,202)
#E5FED4
(229,254,212)
#E9FEDE
(233,254,222)
#EDFEE8
(237,254,232)
#F1FEF2
(241,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FE8E color. Also use rgb(201,254,142) instead hex code.

Text Font Color

.myTextColor { color: #C9FE8E; }

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

This text font color is #C9FE8E.

Background Color

.myBgColor { background-color: #C9FE8E; }

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

This div background color is #C9FE8E.

Border color

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

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

This div border color is #C9FE8E.

Opacity

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

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

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

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

This text has shadow with #C9FE8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FE8E.

Preview

Color preview on black background

This text has color #C9FE8E on black background.


Color preview on white background

This text has color #C9FE8E on white background.


Black color preview on #C9FE8E background

This text has black color on #C9FE8E background.


White color preview on #C9FE8E background

This text has white color on #C9FE8E background.


Related colors

Complementary color

Complementary color for #hex is #360171.


I love getcolorcode.com

Triadic colors

1 #8EC9FE and #FE8EC9 with #C9FE8E are triadic colors.

2 #8EFEC9 and #FEC98E with #C9FE8E are triadic colors.