COLOR #C2FE96

HEX: #C2FE96 RGB: (194,254,150)

Color info

#C2FE96 contains mainly green color. Web safe color of #C2FE96 is #CCFF99 (or #CF9).

RGB color model

#C2FE96 color RGB value is (194,254,150).

RGB: (194,254,150) (76%, 100%, 59%)

RGB channels and saturation

R 194 of 255 = 76%
G 254 of 255 = 100%
B 150 of 255 = 59%

194
254
150

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

Portions of RGB colors in percentages

R + G + B = 194 + 254 + 150 = 598 (100%)
R 194 of 598 ~ 32.44%
G 254 of 598 ~ 42.47%
B 150 of 598 ~ 25.08'%

%32.44
%42.47
%25.08

CMYK color model

#C2FE96 color CMYK value is (24,0,41,0).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 0.39%

CMYK: (24,0,41,0)
C24M0Y41K0 (24%, 0%, 41%, 0%)
(0.24 / 0.00 / 0.41 / 0.00)

CMYK percentages

%23.62
%0
%40.94
%0.39

Codes

Color #C2FE96 in popluar color models

C2 FE 96
RGB 194 254 150
HSL 95° 98.11% 79.22%
HSB/HSV 95° 40.94% 99.61%
CMYK 23.62% 0.00% 40.94%
0.39%

Color #C2FE96 in popluar number systems.

HEX C2 FE 96
Decimal 194 254 150
Binary 11000010 11111110 10010110
Octal 302 376 226

Shades and tints

Shades of #C2FE96

#C2FE96
(194,254,150)
#B1E789
(177,231,137)
#A0D07C
(160,208,124)
#8FB96F
(143,185,111)
#7EA262
(126,162,98)
#6D8B55
(109,139,85)
#5C7448
(92,116,72)
#4B5D3B
(75,93,59)
#3A462E
(58,70,46)
#292F21
(41,47,33)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #C2FE96

#C2FE96
(194,254,150)
#C7FE9F
(199,254,159)
#CCFEA8
(204,254,168)
#D1FEB1
(209,254,177)
#D6FEBA
(214,254,186)
#DBFEC3
(219,254,195)
#E0FECC
(224,254,204)
#E5FED5
(229,254,213)
#EAFEDE
(234,254,222)
#EFFEE7
(239,254,231)
#F4FEF0
(244,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2FE96 color. Also use rgb(194,254,150) instead hex code.

Text Font Color

.myTextColor { color: #C2FE96; }

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

This text font color is #C2FE96.

Background Color

.myBgColor { background-color: #C2FE96; }

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

This div background color is #C2FE96.

Border color

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

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

This div border color is #C2FE96.

Opacity

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

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

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

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

This text has shadow with #C2FE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2FE96.

Preview

Color preview on black background

This text has color #C2FE96 on black background.


Color preview on white background

This text has color #C2FE96 on white background.


Black color preview on #C2FE96 background

This text has black color on #C2FE96 background.


White color preview on #C2FE96 background

This text has white color on #C2FE96 background.


Related colors

Complementary color

Complementary color for #hex is #3D0169.


I love getcolorcode.com

Triadic colors

1 #96C2FE and #FE96C2 with #C2FE96 are triadic colors.

2 #96FEC2 and #FEC296 with #C2FE96 are triadic colors.