COLOR #C6FF81

HEX: #C6FF81
RGB: (198,255,129)

Color info

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

RGB color model

#C6FF81 color RGB value is (198,255,129).

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

RGB channels and saturation

R 198 of 255 = 78%
G 255 of 255 = 100%
B 129 of 255 = 51%

198
255
129

R + G + B ~ 76%. #C6FF81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 255 + 129 = 582 (100%)
R 198 of 582 ~ 34.02%
G 255 of 582 ~ 43.81%
B 129 of 582 ~ 22.16%

%34.02
%43.81
%22.16

CMYK color model

#C6FF81 color CMYK value is (22,0,49,0).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 49.41%
  • key color value is 0.00%
CMYK:
(22,0,49,0)
C22M0Y49K0 
(22%,0%,49%,0%)
(0.22/0.00/0.49/0.00)	

CMYK percentages

%22.35
%0
%49.41
%0

Codes

Color #C6FF81 in popluar color models

C6FF81
RGB198255129
HSL87°100.00%75.29%
HSB/HSV87°49.41%100.00%
CMYK22.35%0.00%49.41%
0.00%

Color #C6FF81 in popluar number systems.

HEXC6FF81
Decimal198255129
Binary110001101111111110000001
Octal306377201

Shades and tints

Shades of #C6FF81

#C6FF81
(198,255,129)
#B4E876
(180,232,118)
#A2D16B
(162,209,107)
#90BA60
(144,186,96)
#7EA355
(126,163,85)
#6C8C4A
(108,140,74)
#5A753F
(90,117,63)
#485E34
(72,94,52)
#364729
(54,71,41)
#24301E
(36,48,30)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6FF81

#C6FF81
(198,255,129)
#CBFF8C
(203,255,140)
#D0FF97
(208,255,151)
#D5FFA2
(213,255,162)
#DAFFAD
(218,255,173)
#DFFFB8
(223,255,184)
#E4FFC3
(228,255,195)
#E9FFCE
(233,255,206)
#EEFFD9
(238,255,217)
#F3FFE4
(243,255,228)
#F8FFEF
(248,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FF81; }

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

This text font color is #C6FF81.


Background Color

.myBgColor { background-color: #C6FF81; }

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

This div background color is #C6FF81.


Border color

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

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

This div border color is #C6FF81.


Opacity

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

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

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

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

This text has shadow with #C6FF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FF81 on black background.


Color preview on white background

This text has color #C6FF81 on white background.



Black color preview on #C6FF81 background

This text has black color on #C6FF81 background.


White color preview on #C6FF81 background

This text has white color on #C6FF81 background.