COLOR #C6F296

HEX: #C6F296
RGB: (198,242,150)

Color info

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

RGB color model

#C6F296 color RGB value is (198,242,150).

  • red value is 198;
  • green value is 242;
  • blue value is 150.
RGB:
(198,242,150)
(78%,95%,59%)

RGB channels and saturation

R 198 of 255 = 78%
G 242 of 255 = 95%
B 150 of 255 = 59%

198
242
150

R + G + B ~ 77%. #C6F296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 242 + 150 = 590 (100%)
R 198 of 590 ~ 33.56%
G 242 of 590 ~ 41.02%
B 150 of 590 ~ 25.42%

%33.56
%41.02
%25.42

CMYK color model

#C6F296 color CMYK value is (18,0,38,5).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 5.10%
CMYK:
(18,0,38,5)
C18M0Y38K5 
(18%,0%,38%,5%)
(0.18/0.00/0.38/0.05)	

CMYK percentages

%18.18
%0
%38.02
%5.1

Codes

Color #C6F296 in popluar color models

C6F296
RGB198242150
HSL89°77.97%76.86%
HSB/HSV89°38.02%94.90%
CMYK18.18%0.00%38.02%
5.10%

Color #C6F296 in popluar number systems.

HEXC6F296
Decimal198242150
Binary110001101111001010010110
Octal306362226

Shades and tints

Shades of #C6F296

#C6F296
(198,242,150)
#B4DC89
(180,220,137)
#A2C67C
(162,198,124)
#90B06F
(144,176,111)
#7E9A62
(126,154,98)
#6C8455
(108,132,85)
#5A6E48
(90,110,72)
#48583B
(72,88,59)
#36422E
(54,66,46)
#242C21
(36,44,33)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6F296

#C6F296
(198,242,150)
#CBF39F
(203,243,159)
#D0F4A8
(208,244,168)
#D5F5B1
(213,245,177)
#DAF6BA
(218,246,186)
#DFF7C3
(223,247,195)
#E4F8CC
(228,248,204)
#E9F9D5
(233,249,213)
#EEFADE
(238,250,222)
#F3FBE7
(243,251,231)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F296 color. Also use rgb(198,242,150) instead hex code.

Text Font Color

.myTextColor { color: #C6F296; }

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

This text font color is #C6F296.


Background Color

.myBgColor { background-color: #C6F296; }

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

This div background color is #C6F296.


Border color

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

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

This div border color is #C6F296.


Opacity

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

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

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

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

This text has shadow with #C6F296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F296 on black background.


Color preview on white background

This text has color #C6F296 on white background.



Black color preview on #C6F296 background

This text has black color on #C6F296 background.


White color preview on #C6F296 background

This text has white color on #C6F296 background.