COLOR #C6FC64

HEX: #C6FC64 RGB: (198,252,100)

Color info

#C6FC64 contains mainly red and green colors. Web safe color of #C6FC64 is #CCFF66 (or #CF6).

RGB color model

#C6FC64 color RGB value is (198,252,100).

RGB: (198,252,100) (78%, 99%, 39%)

RGB channels and saturation

R 198 of 255 = 78%
G 252 of 255 = 99%
B 100 of 255 = 39%

198
252
100

R + G + B ~ 72%. #C6FC64 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 252 + 100 = 550 (100%)
R 198 of 550 ~ 36%
G 252 of 550 ~ 45.82%
B 100 of 550 ~ 18.18'%

%36
%45.82
%18.18

CMYK color model

#C6FC64 color CMYK value is (21,0,60,1).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 60.32%
  • key color value is 1.18%

CMYK: (21,0,60,1)
C21M0Y60K1 (21%, 0%, 60%, 1%)
(0.21 / 0.00 / 0.60 / 0.01)

CMYK percentages

%21.43
%0
%60.32
%1.18

Codes

Color #C6FC64 in popluar color models

C6 FC 64
RGB 198 252 100
HSL 81° 96.20% 69.02%
HSB/HSV 81° 60.32% 98.82%
CMYK 21.43% 0.00% 60.32%
1.18%

Color #C6FC64 in popluar number systems.

HEX C6 FC 64
Decimal 198 252 100
Binary 11000110 11111100 1100100
Octal 306 374 144

Shades and tints

Shades of #C6FC64

#C6FC64
(198,252,100)
#B4E65B
(180,230,91)
#A2D052
(162,208,82)
#90BA49
(144,186,73)
#7EA440
(126,164,64)
#6C8E37
(108,142,55)
#5A782E
(90,120,46)
#486225
(72,98,37)
#364C1C
(54,76,28)
#243613
(36,54,19)
#12200A
(18,32,10)
#000000
(0,0,0)

Tints of #C6FC64

#C6FC64
(198,252,100)
#CBFC72
(203,252,114)
#D0FC80
(208,252,128)
#D5FC8E
(213,252,142)
#DAFC9C
(218,252,156)
#DFFCAA
(223,252,170)
#E4FCB8
(228,252,184)
#E9FCC6
(233,252,198)
#EEFCD4
(238,252,212)
#F3FCE2
(243,252,226)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FC64 color. Also use rgb(198,252,100) instead hex code.

Text Font Color

.myTextColor { color: #C6FC64; }

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

This text font color is #C6FC64.

Background Color

.myBgColor { background-color: #C6FC64; }

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

This div background color is #C6FC64.

Border color

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

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

This div border color is #C6FC64.

Opacity

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

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

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

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

This text has shadow with #C6FC64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FC64.

Preview

Color preview on black background

This text has color #C6FC64 on black background.


Color preview on white background

This text has color #C6FC64 on white background.


Black color preview on #C6FC64 background

This text has black color on #C6FC64 background.


White color preview on #C6FC64 background

This text has white color on #C6FC64 background.


Related colors

Complementary color

Complementary color for #hex is #39039B.


I love getcolorcode.com

Triadic colors

1 #64C6FC and #FC64C6 with #C6FC64 are triadic colors.

2 #64FCC6 and #FCC664 with #C6FC64 are triadic colors.