COLOR #C6FF82

HEX: #C6FF82
RGB: (198,255,130)

Color info

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

RGB color model

#C6FF82 color RGB value is (198,255,130).

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

RGB channels and saturation

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

198
255
130

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

Portions of RGB colors in percentages

R + G + B =
198 + 255 + 130 = 583 (100%)
R 198 of 583 ~ 33.96%
G 255 of 583 ~ 43.74%
B 130 of 583 ~ 22.3%

%33.96
%43.74
%22.3

CMYK color model

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

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

Codes

Color #C6FF82 in popluar color models

C6FF82
RGB198255130
HSL87°100.00%75.49%
HSB/HSV87°49.02%100.00%
CMYK22.35%0.00%49.02%
0.00%

Color #C6FF82 in popluar number systems.

HEXC6FF82
Decimal198255130
Binary110001101111111110000010
Octal306377202

Shades and tints

Shades of #C6FF82

#C6FF82
(198,255,130)
#B4E877
(180,232,119)
#A2D16C
(162,209,108)
#90BA61
(144,186,97)
#7EA356
(126,163,86)
#6C8C4B
(108,140,75)
#5A7540
(90,117,64)
#485E35
(72,94,53)
#36472A
(54,71,42)
#24301F
(36,48,31)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #C6FF82

#C6FF82
(198,255,130)
#CBFF8D
(203,255,141)
#D0FF98
(208,255,152)
#D5FFA3
(213,255,163)
#DAFFAE
(218,255,174)
#DFFFB9
(223,255,185)
#E4FFC4
(228,255,196)
#E9FFCF
(233,255,207)
#EEFFDA
(238,255,218)
#F3FFE5
(243,255,229)
#F8FFF0
(248,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FF82; }

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

This text font color is #C6FF82.


Background Color

.myBgColor { background-color: #C6FF82; }

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

This div background color is #C6FF82.


Border color

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

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

This div border color is #C6FF82.


Opacity

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

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

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

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

This text has shadow with #C6FF82 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6FF82 on black background.


Color preview on white background

This text has color #C6FF82 on white background.



Black color preview on #C6FF82 background

This text has black color on #C6FF82 background.


White color preview on #C6FF82 background

This text has white color on #C6FF82 background.