COLOR #C6FF95

HEX: #C6FF95
RGB: (198,255,149)

Color info

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

RGB color model

#C6FF95 color RGB value is (198,255,149).

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

RGB channels and saturation

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

198
255
149

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

Portions of RGB colors in percentages

R + G + B =
198 + 255 + 149 = 602 (100%)
R 198 of 602 ~ 32.89%
G 255 of 602 ~ 42.36%
B 149 of 602 ~ 24.75%

%32.89
%42.36
%24.75

CMYK color model

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

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • 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.57
%0

Codes

Color #C6FF95 in popluar color models

C6FF95
RGB198255149
HSL92°100.00%79.22%
HSB/HSV92°41.57%100.00%
CMYK22.35%0.00%41.57%
0.00%

Color #C6FF95 in popluar number systems.

HEXC6FF95
Decimal198255149
Binary110001101111111110010101
Octal306377225

Shades and tints

Shades of #C6FF95

#C6FF95
(198,255,149)
#B4E888
(180,232,136)
#A2D17B
(162,209,123)
#90BA6E
(144,186,110)
#7EA361
(126,163,97)
#6C8C54
(108,140,84)
#5A7547
(90,117,71)
#485E3A
(72,94,58)
#36472D
(54,71,45)
#243020
(36,48,32)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6FF95

#C6FF95
(198,255,149)
#CBFF9E
(203,255,158)
#D0FFA7
(208,255,167)
#D5FFB0
(213,255,176)
#DAFFB9
(218,255,185)
#DFFFC2
(223,255,194)
#E4FFCB
(228,255,203)
#E9FFD4
(233,255,212)
#EEFFDD
(238,255,221)
#F3FFE6
(243,255,230)
#F8FFEF
(248,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FF95; }

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

This text font color is #C6FF95.


Background Color

.myBgColor { background-color: #C6FF95; }

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

This div background color is #C6FF95.


Border color

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

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

This div border color is #C6FF95.


Opacity

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

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

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

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

This text has shadow with #C6FF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FF95 on black background.


Color preview on white background

This text has color #C6FF95 on white background.



Black color preview on #C6FF95 background

This text has black color on #C6FF95 background.


White color preview on #C6FF95 background

This text has white color on #C6FF95 background.