COLOR #C6FF94

HEX: #C6FF94
RGB: (198,255,148)

Color info

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

RGB color model

#C6FF94 color RGB value is (198,255,148).

  • red value is 198;
  • green value is 255;
  • blue value is 148.
RGB:
(198,255,148)
(78%,100%,58%)

RGB channels and saturation

R 198 of 255 = 78%
G 255 of 255 = 100%
B 148 of 255 = 58%

198
255
148

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

Portions of RGB colors in percentages

R + G + B =
198 + 255 + 148 = 601 (100%)
R 198 of 601 ~ 32.95%
G 255 of 601 ~ 42.43%
B 148 of 601 ~ 24.63%

%32.95
%42.43
%24.63

CMYK color model

#C6FF94 color CMYK value is (22,0,42,0).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 41.96%
  • key color value is 0.00%
CMYK:
(22,0,42,0)
C22M0Y42K0 
(22%,0%,42%,0%)
(0.22/0.00/0.42/0.00)	

CMYK percentages

%22.35
%0
%41.96
%0

Codes

Color #C6FF94 in popluar color models

C6FF94
RGB198255148
HSL92°100.00%79.02%
HSB/HSV92°41.96%100.00%
CMYK22.35%0.00%41.96%
0.00%

Color #C6FF94 in popluar number systems.

HEXC6FF94
Decimal198255148
Binary110001101111111110010100
Octal306377224

Shades and tints

Shades of #C6FF94

#C6FF94
(198,255,148)
#B4E887
(180,232,135)
#A2D17A
(162,209,122)
#90BA6D
(144,186,109)
#7EA360
(126,163,96)
#6C8C53
(108,140,83)
#5A7546
(90,117,70)
#485E39
(72,94,57)
#36472C
(54,71,44)
#24301F
(36,48,31)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #C6FF94

#C6FF94
(198,255,148)
#CBFF9D
(203,255,157)
#D0FFA6
(208,255,166)
#D5FFAF
(213,255,175)
#DAFFB8
(218,255,184)
#DFFFC1
(223,255,193)
#E4FFCA
(228,255,202)
#E9FFD3
(233,255,211)
#EEFFDC
(238,255,220)
#F3FFE5
(243,255,229)
#F8FFEE
(248,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FF94 color. Also use rgb(198,255,148) instead hex code.

Text Font Color

.myTextColor { color: #C6FF94; }

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

This text font color is #C6FF94.


Background Color

.myBgColor { background-color: #C6FF94; }

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

This div background color is #C6FF94.


Border color

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

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

This div border color is #C6FF94.


Opacity

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

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

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

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

This text has shadow with #C6FF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FF94 on black background.


Color preview on white background

This text has color #C6FF94 on white background.



Black color preview on #C6FF94 background

This text has black color on #C6FF94 background.


White color preview on #C6FF94 background

This text has white color on #C6FF94 background.