COLOR #C6FA4F

HEX: #C6FA4F RGB: (198,250,79)

Color info

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

RGB color model

#C6FA4F color RGB value is (198,250,79).

RGB: (198,250,79) (78%, 98%, 31%)

RGB channels and saturation

R 198 of 255 = 78%
G 250 of 255 = 98%
B 79 of 255 = 31%

198
250
79

R + G + B ~ 69%. #C6FA4F is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 250 + 79 = 527 (100%)
R 198 of 527 ~ 37.57%
G 250 of 527 ~ 47.44%
B 79 of 527 ~ 14.99'%

%37.57
%47.44
%14.99

CMYK color model

#C6FA4F color CMYK value is (21,0,68,2).

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 68.40%
  • key color value is 1.96%

CMYK: (21,0,68,2)
C21M0Y68K2 (21%, 0%, 68%, 2%)
(0.21 / 0.00 / 0.68 / 0.02)

CMYK percentages

%20.8
%0
%68.4
%1.96

Codes

Color #C6FA4F in popluar color models

C6 FA 4F
RGB 198 250 79
HSL 78° 94.48% 64.51%
HSB/HSV 78° 68.40% 98.04%
CMYK 20.80% 0.00% 68.40%
1.96%

Color #C6FA4F in popluar number systems.

HEX C6 FA 4F
Decimal 198 250 79
Binary 11000110 11111010 1001111
Octal 306 372 117

Shades and tints

Shades of #C6FA4F

#C6FA4F
(198,250,79)
#B4E448
(180,228,72)
#A2CE41
(162,206,65)
#90B83A
(144,184,58)
#7EA233
(126,162,51)
#6C8C2C
(108,140,44)
#5A7625
(90,118,37)
#48601E
(72,96,30)
#364A17
(54,74,23)
#243410
(36,52,16)
#121E09
(18,30,9)
#000000
(0,0,0)

Tints of #C6FA4F

#C6FA4F
(198,250,79)
#CBFA5F
(203,250,95)
#D0FA6F
(208,250,111)
#D5FA7F
(213,250,127)
#DAFA8F
(218,250,143)
#DFFA9F
(223,250,159)
#E4FAAF
(228,250,175)
#E9FABF
(233,250,191)
#EEFACF
(238,250,207)
#F3FADF
(243,250,223)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FA4F color. Also use rgb(198,250,79) instead hex code.

Text Font Color

.myTextColor { color: #C6FA4F; }

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

This text font color is #C6FA4F.

Background Color

.myBgColor { background-color: #C6FA4F; }

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

This div background color is #C6FA4F.

Border color

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

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

This div border color is #C6FA4F.

Opacity

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

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

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

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

This text has shadow with #C6FA4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FA4F.

Preview

Color preview on black background

This text has color #C6FA4F on black background.


Color preview on white background

This text has color #C6FA4F on white background.


Black color preview on #C6FA4F background

This text has black color on #C6FA4F background.


White color preview on #C6FA4F background

This text has white color on #C6FA4F background.


Related colors

Complementary color

Complementary color for #hex is #3905B0.


I love getcolorcode.com

Triadic colors

1 #4FC6FA and #FA4FC6 with #C6FA4F are triadic colors.

2 #4FFAC6 and #FAC64F with #C6FA4F are triadic colors.